NNS_G2dTickEntity

C Specification

#include <nnsys/g2d/g2d_Entity.h>
void NNS_G2dTickEntity( NNSG2dEntity* pEntity, fx32 dt );

Arguments

pEntity [OUT] Entity
dt [IN] Length of time to advance (frames)

Return Values

None.

Description

Updates the animation time of the entity.

See Also

None.

Revision History

05/28/2004 Initial version.