MOSRotating:EraseFromTerrain

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
m (updating function page)
m (updating function page)
 
Line 5: Line 5:
|description =
|description =
Cuts this' silhouette out from the terrain's material and color layers.
Cuts this' silhouette out from the terrain's material and color layers.
-
|codedesc = Gibs all actors in play.
+
  }}
-
|code = <code lua n>
+
-
for actor in MovableMan.Actors do actor:GibThis() end </code>
+
-
|output = [[nil]] to the console, but gibs all actors.
+
-
}}
+

Latest revision as of 00:54, 28 June 2012

Function
SyntaxEraseFromTerrain( * None. )
Description:
Cuts this' silhouette out from the terrain's material and color layers.
ReturnsNone.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools