diff options
Diffstat (limited to 'gtkradiant/osirion.game/base')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 42abe19..ff6ebe9 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -116,3 +116,13 @@ roll roll angle of the rotation /*QUAKED func_door (0 .5 1) ? A door (not implemented) */ + +// ---- MISC_MODEL ------------------------------------------------- + +/*QUAKED misc_model (1 .5 .25) (-8 -8 -8) (8 8 8) ? +Generic placeholder for inserting ASE models. + +angle direction in which model will be oriented. +model path/name of model to use (eg: models/objects/engine_part.ase). +modelscale scaling factor +*/ |