#include <fxBrass.h>

Public Member Functions | |
Create methods | |
| CFxBrass () | |
| CFxBrass (const CVector3D &vPos, const CVector3D &vVel, int type=0) | |
| ~CFxBrass () | |
Add methods | |
| bool | set (const CVector3D &vPos, const CVector3D &vVel, int type=0) |
| Set values. | |
Virtual overide methods | |
| void | update () |
| Update one frame. | |
| void | remove () |
| Remove effect. | |
| bool | is_done () |
| |
Used to manage "gun brass" effect as a limited pool of entities.
(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.
Set values.
| vPos | Starting position. | |
| vVel | Starting velocity. | |
| type | Type of casing |
1.5.4