Impact CFX API 1.3.0
Comprehensive API documentation for Impact CFX - Collision Effects System
Loading...
Searching...
No Matches
ImpactCFX.ImpactCFXManager.CollisionTypeLimit Class Reference

Defines a limit for a certain type of collision. More...

Public Member Functions

void Increment ()
 Increments the current count of collisions.
 
void Reset ()
 Resets the current count of collisions.
 
bool HasLimitBeenReached ()
 Has the limit been reached for this type of collision?
 

Public Attributes

bool Enabled
 Is the limit being enforced?
 
int Limit
 The maximum number of collisions of this type.
 

Detailed Description

Defines a limit for a certain type of collision.