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...") |
|||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | + | Returns true 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> | ||
Revision as of 22:21, 1 October 2012
Returns true true if blob is facing left, false if blob is facing right
bool isFacingLeft()
Object method of: CBlob