STATPLAT
Class:
Statplat.oad
Similar to platform, except statplats can't move (stat equals static).
Use instead of platform whenever the platform doesn't need to ever move. This class has less overhead than platform and correct use will make your game run faster.
Example
Whenever the Devious Designer needs a floor or a ceiling he just builds a Statplat object.
From time to time as he modifies his levels he has to pull these out and put in other types of objects, but he knows that for the most part Statplats are the way to go.
TARGET
Class:
Target.oad
Used to specify a position only. Typically used by Camshot, Warp etc. for positional information.
Example
See
ObjectCamShot.