Go to the source code of this file.
|
| namespace | fProfile |
| | For all profile related structures.
|
| |
|
| #define | CUSTOM_BASE_PROFILE(profName, className, executeOrder, drawOrder) |
| | Creates a basic profile with the given execute and draw order values.
|
| |
| #define | CUSTOM_ACTOR_PROFILE(profName, className, executeOrder, drawOrder, properties) |
| | Creates an actor profile with the given execute/draw order and actor property values.
|
| |
| #define | BASE_PROFILE(profName, className) |
| | Creates a basic profile, using the profile number as the execute and draw order value.
|
| |
| #define | ACTOR_PROFILE(profName, className, properties) |
| | Creates an actor profile, using the profile number as the execute and draw order value.
|
| |