Skip to content
MJ-meo-dmt edited this page Dec 23, 2014 · 3 revisions

Keywords

Primary keywords are case sensitive. Primary keywords define the type of game object they are also used as the name for the object itself. Keep in mind everything is subject to possible change.
Sample: ground - GroundPlane (makes: infinite ground plane)

Primary:

  • ground
  • box
  • light
  • pickup
  • exit
  • start
  • wall
  • col_wall
  • physic_box
  • physic_fuse
  • physic_sensor
  • physic_lift
  • physic_door
  • complex_object
  • level_name
  • level_desc

Secondary Keywords are used together with primary keywords. Secondary Keywords use '-' where Primary keywords use '_'. Sample: Will add images soon

Secondary:

  • type
  • two_face
  • color
  • state
  • set_name
  • needs
  • set_light
  • send_command
  • mass
  • size
  • accept_command
  • rotate
  • auto_close
  • set_unlock

*will update over time

Clone this wiki locally