group Obj Base Class
Description
These set of functions are used to setup the base class 'Obj' within the ferite system.
group attributes
ferite_add_object_class()
- This adds the Object class that all other classes inherit from.
ferite_obj_copy()
- Return a copy of the object
ferite_obj_hash()
- Create a hash key for the object
Functions
function
ferite_add_object_class
This adds the Object class that all other classes inherit from.
Declaration:
void ferite_add_object_class( FeriteScript *script )
Parameters:
Parameter #1: FeriteScript
*script
- This script object in which to place the class
function
ferite_obj_copy
Return a copy of the object
function
ferite_obj_hash
Create a hash key for the object
Automatically generated at
8:45pm, Wednesday 08 January 2003
by
feritedoc
.