From Data Realms Wiki
(Difference between revisions)
Revision as of 23:20, 27 June 2012
Function |
Syntax | Actor:GibThis( ) |
Description: |
Instantly Kills and Gibs the Actor |
Returns | nil |
Example |
---|
Description | Gibs all actors in play. |
Code | for actor in MovableMan.Actors do actor: GibThis() end
|
Output | nil to the console, but gibs all actors. |