Template:Pum/Exported/Functions/ServerSide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==PowerupManager functions== | ==PowerupManager functions== | ||
* [[Pum/Functions/pumPowerupManager_DestroyAll|pumPowerupManager_DestroyAll]] | |||
* [[Pum/Functions/pumPowerupManager_DestroyAllByClass|pumPowerupManager_DestroyAllByClass]] | |||
Powerup functions | ==Powerup functions== | ||
* [[Pum/Functions/pumPowerup_Create|pumPowerup_Create]] | |||
* [[Pum/Functions/pumPowerup_Destroy|pumPowerup_Destroy]] | |||
* [[Pum/Functions/pumPowerup_SetCollision|pumPowerup_SetCollision]] | |||
* [[Pum/Functions/pumPowerup_GetCollision|pumPowerup_GetCollision]] | |||
* [[Pum/Functions/pumPowerup_SetAnimation|pumPowerup_SetAnimation]] | |||
* [[Pum/Functions/pumPowerup_GetAnimation|pumPowerup_GetAnimation]] | |||
* [[Pum/Functions/pumPowerup_SetPosition|pumPowerup_SetPosition]] | |||
* [[Pum/Functions/pumPowerup_GetPosition|pumPowerup_GetPosition]] | |||
* [[Pum/Functions/pumPowerup_SetObjectID|pumPowerup_SetObjectID]] | |||
* [[Pum/Functions/pumPowerup_GetObject|pumPowerup_GetObject]] | |||
* [[Pum/Functions/pumPowerup_GetObjectID|pumPowerup_GetObjectID]] | |||
PowerupHelper functions | ==PowerupHelper functions== | ||
* [[Pum/Functions/pumPowerupHelper_GetObjectBoundingBox|pumPowerupHelper_GetObjectBoundingBox] | |||
* [[Pum/Functions/pumPowerupHelper_GetObjectID|pumPowerupHelper_GetObjectID] | |||
** Retrieves an object id based on the object name (not all objects are defined, most 'obvious' items are) |
Revision as of 21:46, 16 September 2007
PowerupManager functions
Powerup functions
- pumPowerup_Create
- pumPowerup_Destroy
- pumPowerup_SetCollision
- pumPowerup_GetCollision
- pumPowerup_SetAnimation
- pumPowerup_GetAnimation
- pumPowerup_SetPosition
- pumPowerup_GetPosition
- pumPowerup_SetObjectID
- pumPowerup_GetObject
- pumPowerup_GetObjectID
PowerupHelper functions
- [[Pum/Functions/pumPowerupHelper_GetObjectBoundingBox|pumPowerupHelper_GetObjectBoundingBox]
- [[Pum/Functions/pumPowerupHelper_GetObjectID|pumPowerupHelper_GetObjectID]
- Retrieves an object id based on the object name (not all objects are defined, most 'obvious' items are)