VOB - functions for object manipulation
VOB functions allow you to manipulate game world objects.
Vob_GetVobPosition
Vob_GetVobPosition
Returns the current position of the object in the world
- vob- vob to ge the position of
- return- C_Position instance - position of the VOB
Vob_SetVobPosition
Vob_SetVobPosition
Sets the current position of the object in the world
- vob- vob to get the position of
- pos- new position of the vob
Vob_GetVobData
Vob_GetVobData
Returns the universal data of the zCVob object
- vob- VOB to get the position of
- return- general vob data C_Vob_Data
Vob_SetVobData
Vob_SetVobData
Sets the universal data to a zCVob object
- vob- VOB to get the position of
- data- general vob data C_Vob_Data
Vob_GetLightData
Vob_GetLightData
Returns zCVobLight object data
- vobLight- vobLight object
- return- C_Light_Data of the light
Vob_SetLightData
Vob_SetLightData
Sets the data of a zCVobLight object
- vobLight- object to apply the light data to
- data- C_Light_Data light data to be set
Vob_ClearLightAniList
Vob_ClearLightAniList
Clears the list of animation colours for the light source
- vobLight- light vob
Vob_AddLightAniColor
Vob_AddLightAniColor
Adds a color to the colour list
- vobLight- object to apply the colour to
- col- colour to be applied
Vob_AddLightAniColorRGB
Vob_AddLightAniColorRGB
Adds a color to the colour list
- vobLight- object to apply the colour to
- r- red colour channel
- g- green colour channel
- b- blue colour channel
Vob_GetMobData
Vob_GetMobData
Returns the data of the oCMOB object
- mob- oCMOB object
- return- mob data
Vob_SetMobData
Vob_SetMobData
Sets the data of the oCMOB object
- mob- oCMOB object
- data- C_Mob_Data to be set
Vob_GetMobInterData
Vob_GetMobInterData
Returns the data of the oCMobInter object
- mobInter- oCMobInter object
- return- MobInter_Data of the object
Vob_SetMobInterData
Vob_SetMobInterData
Sets the data of the oCMobInter object
- mobInter- oCMobInter object
- data- C_MobInter_Data of the object
Vob_GetMobLockableData
Vob_GetMobLockableData
Returns the data of the oCMobLockable object
- mobLock- oCMobLockable object
- return- C_MobLockable_Data of the object
Vob_SetMobLockableData
Vob_SetMobLockableData
Sets the data of the oCMobLockable object
- mobLock- oCMobLockable object
- data- C_MobLockable_Data of the object