Difference between revisions of "CBlob::isFacingLeft"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool isFacingLeft() </syntaxhighlight> Object method of: CBlob Category:Scripting [[Category:Object Me...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | + | Returns true if blob is facing left, false if blob is facing right. | |
</onlyinclude> | </onlyinclude> | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | |||
bool isFacingLeft() | bool isFacingLeft() | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 22:24, 1 October 2012
Returns true if blob is facing left, false if blob is facing right.
bool isFacingLeft()
Object method of: CBlob