Difference between revisions of "Design: Entity List"

From Mod Wiki
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
A list of entities that can be placed in a level, and a brief description of each.<includeonly>
 
  
{{main|Design: Entity List}}</includeonly><noinclude>
 
 
= Introduction =
 
 
This page comprises an alphabetical list of all entities that can be placed in a level.
 
 
 
= Entities by prefix =
 
 
== Atmosphere ==
 
* <tt>[[Design: Entity atmosphere|atmosphere]]</tt> - blah blah
 
* <tt>[[Design: Entity atmosphere_landfall|atmosphere_landfall]]</tt> - blah blah
 
* <tt>[[Design: Entity atmosphere_low|atmosphere_low]]</tt> - blah blah
 
 
== Bot ==
 
These define bot behaviour and knowledge, such that bots can play the map.
 
 
* <tt>[[Design: Entity bot_action|bot_action]]</tt> - blah blah
 
* <tt>[[Design: Entity bot_action_bbox|bot_action_bbox]]</tt> - blah blah
 
* <tt>[[Design: Entity bot_action_target|bot_action_target]]</tt> - blah blah
 
 
== Func ==
 
* <tt>[[Design: Entity func_aasobstacle|func_aasobstacle]]</tt> - blah blah
 
* <tt>[[Design: Entity func_activator|func_activator]]</tt> - blah blah
 
* <tt>[[Design: Entity func_door|func_door]]</tt> - a door (brush-based)
 
 
== Gameplay ==
 
* <tt>[[Design: Entity gameplay-construction-mining_laser-beacon|gameplay/construction/mining_laser/beacon]]</tt> - blah blah
 
 
== Light ==
 
* <tt>[[Design: Entity light|light]]</tt> - a basic cast light
 
* <tt>[[Design: Entity light_ambient|light_ambient]]</tt> - sets the ambient appearance for confined (read: interior) areas
 
* <tt>[[Design: Entity light_inside|light_inside]]</tt> - casts light that does not cross portals
 
* <tt>[[Design: Entity light_interior|light_interior]]</tt> - casts light that does not cross portals
 
* <tt>[[Design: Entity light_night|light_night]]</tt> - casts light that does not cross portals
 
* <tt>[[Design: Entity light_vis_dummy|light_vis_dummy]]</tt> - casts light that does not cross portals
 
 
== Mapobjects ==
 
* <tt>[[Design: Entity mapobjects_flag|mapobjects_flag]]</tt> - blah blah
 
* <tt>[[Design: Entity mapobjects_windsock|mapobjects_windsock]]</tt> - blah blah
 
 
 
== Model ==
 
* <tt>[[Design: Entity model_static|model_static]]</tt> - places a model
 
 
 
[[Category:Design]]
 
 
</noinclude>
 

Latest revision as of 12:36, 23 October 2007