MOSRotating:GibThis
From Data Realms Wiki
(Difference between revisions)
Beautifybot (Talk | contribs) m (updating function page) |
m (Reverted edits by Beautifybot (talk) to last revision by Daman) |
||
Line 1: | Line 1: | ||
{{LuaFunction | {{LuaFunction | ||
- | |function_name | + | |function_name = Actor:GibThis |
- | |arguments | + | |arguments = |
- | + | |returns = [[nil]] | |
- | |returns | + | |description = Instantly Kills and Gibs the Actor |
- | |description | + | |codedesc = Gibs all actors in play. |
- | Gibs | + | |code = <code lua n> |
- | |codedesc | + | |
- | |code | + | |
for actor in MovableMan.Actors do actor:GibThis() end </code> | for actor in MovableMan.Actors do actor:GibThis() end </code> | ||
- | |output | + | |output = [[nil]] to the console, but gibs all actors. |
- | }} | + | |}} |
Revision as of 00:23, 28 June 2012
Function | |
---|---|
Syntax | Actor:GibThis( ) |
Description: | |
Instantly Kills and Gibs the Actor | |
Returns | nil |
Example | |
---|---|
Description | Gibs all actors in play. |
Code | |
Output | nil to the console, but gibs all actors. |