MOSRotating:EnableDeepCheck

From Data Realms Wiki

Revision as of 00:44, 28 June 2012 by Beautifybot (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function
SyntaxEnableDeepCheck( * Whether to enable deep penetration checking or not. )
Description:
Sets whether or not this MOSRotating should check for deep penetrations the terrain or not.
ReturnsNone.




Example
DescriptionGibs all actors in play.
Code
  1. for actor in MovableMan.Actors do actor:GibThis() end
Outputnil to the console, but gibs all actors.
Personal tools