Public Member Functions | |
| mixed | Destroy (...) |
| mixed | CreateMatchingIfUnavailable (...) |
| void CreateMatchingIfUnavailable(name) | |
| mixed | IsMatching (...) |
| void IsMatching(name) | |
| mixed | CreateResource (...) |
| void CreateResource(name) | |
Static Public Member Functions | |
| static mixed | GetSize (...) |
| cx,cy = bitmask:GetSize() | |
| static mixed | TestBit (...) |
| bool = bitmask:TestBit(x,y) : false if transparent | |
| static mixed | CreateManualArtMaterialLoader (...) |
| cManualArtMaterialLoader* CreateManualArtMaterialLoader(format, loader, pixelexact, invertx, inverty); for lua | |
Definition at line 7100 of file lua_pseudo_code.cpp.
| mixed cManualArtMaterialLoader_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua cManualArtMaterialLoader:Destroy()
Definition at line 7104 of file lua_pseudo_code.cpp.
| mixed cManualArtMaterialLoader_L::CreateMatchingIfUnavailable | ( | ... | ) | [inline] |
| mixed cManualArtMaterialLoader_L::IsMatching | ( | ... | ) | [inline] |
| mixed cManualArtMaterialLoader_L::CreateResource | ( | ... | ) | [inline] |
| static mixed cManualArtMaterialLoader_L::GetSize | ( | ... | ) | [inline, static] |
| static mixed cManualArtMaterialLoader_L::TestBit | ( | ... | ) | [inline, static] |
bool = bitmask:TestBit(x,y) : false if transparent
Definition at line 7119 of file lua_pseudo_code.cpp.
| static mixed cManualArtMaterialLoader_L::CreateManualArtMaterialLoader | ( | ... | ) | [inline, static] |
cManualArtMaterialLoader* CreateManualArtMaterialLoader(format, loader, pixelexact, invertx, inverty); for lua
Definition at line 7122 of file lua_pseudo_code.cpp.
1.5.6