StendhalScripting/LuaAPI: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
CollisionAction: example usage
imported>AntumDeluge
Color: example usage
Line 644: Line 644:


The [https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html java.awt.Color] class.
The [https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html java.awt.Color] class.

Example usage:
<pre>
local npc = entities:createSpeakerNPC("foo")
npc:setOutfit("body=0,head=0,hair=3,dress=5")
npc:setOutfitColor("dress", Color.BLUE)
</pre>


= Supplemental Methods =
= Supplemental Methods =