Difference between revisions of "CBlob::UnSettle"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void UnSettle() </syntaxhighlight> Object method of: CBlob Category:Scripting Category:Object Methods") |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
| − | + | Unsettles object in physical world. | |
</onlyinclude> | </onlyinclude> | ||
| + | This is exact opposite of function: Settle, to underastand what it does, read following article: | ||
| + | https://wiki.kag2d.com/wiki/CBlob::Settle | ||
| + | |||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
| − | |||
void UnSettle() | void UnSettle() | ||
| − | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 21:22, 1 October 2012
Unsettles object in physical world.
This is exact opposite of function: Settle, to underastand what it does, read following article:
https://wiki.kag2d.com/wiki/CBlob::Settle
void UnSettle()
Object method of: CBlob