StendhalScripting/LuaAPI: Difference between revisions

Content deleted Content added
imported>AntumDeluge
SkinColor: example usage
imported>AntumDeluge
Direction: example usage
Line 616:
 
The {{StendhalFile|master|src/games/stendhal/common/Direction.java|games.stendhal.common.Direction}} enum.
 
Example usage:
<pre>
local npc = entities:createSpeakerNPC("foo")
npc:setDirection(Direction.DOWN)
</pre>
 
== DaylightPhase ==