Instance Functions
- isType( entityType )
Check to see if an Entity is of a specific type
- replace( odf )
Replace this entity with a new ODF
- canPlayerSee( player )
Check if a player can see this entity
- hook( id, hookType, table, func, arg )
Register to be notified about changes in this entity
- unhook( id )
Remove a hook function from the Entity.
- unhook( hook )
Remove a hook function from the Entity.