User Tools

Site Tools


modding:mobj
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


mobj [2006-08-21 20:00] (current) skyjake
Line 1: Line 1:
 +//Mobj// is an abbreviation for //map object//: players, items, monsters, missiles, etc. 
 +
 +The engine defines a basic ''mobj_t'' struct, which the game modules can extend. The extended version of the struct must begin with the engine's ''mobj_t'', 
 +because the engine accesses mobj data directly.
 +
 +
 +
  
modding/mobj.txt · Last modified: 2006-08-21 20:00 by skyjake