Public Member Functions | |
| mixed | Destroy (...) |
| mixed | GetSize (...) |
| cx,cy = bitmask:GetSize() | |
| mixed | GetWrap (...) |
| bool GetWrap () | |
| mixed | SetWrap (...) |
| void SetWrap (bWrap) | |
| mixed | TestBit (...) |
| bool = bitmask:TestBit(x,y) : false if transparent | |
Definition at line 7508 of file lua_pseudo_code.cpp.
| mixed cBitMask_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua bitmask:Destroy()
Definition at line 7512 of file lua_pseudo_code.cpp.
| mixed cBitMask_L::GetSize | ( | ... | ) | [inline] |
| mixed cBitMask_L::GetWrap | ( | ... | ) | [inline] |
| mixed cBitMask_L::SetWrap | ( | ... | ) | [inline] |
| mixed cBitMask_L::TestBit | ( | ... | ) | [inline] |
bool = bitmask:TestBit(x,y) : false if transparent
Definition at line 7524 of file lua_pseudo_code.cpp.
1.5.6