-
Notifications
You must be signed in to change notification settings - Fork 5
Script Base Classes
GeckoN edited this page Jan 26, 2017
·
1 revision
These are used for creating custom entities:
class classname : ScriptBase...... { }
- ScriptBaseAnimating
- ScriptBaseEntity
- ScriptBaseItemEntity
- ScriptBaseMonsterEntity
- ScriptBasePlayerAmmoEntity
- ScriptBasePlayerWeaponEntity
- ScriptBasePlayerItemEntity
- ScriptBaseTankEntity
The command as_scriptbaseclasses will also output these (with more information).