C4 Engine
C4 Engine API Documentation

Field::GetForce

Defined in:  C4Fields.h
Returns the force assigned to a field.
Prototype

Force *GetForce(voidconst;

Description
The GetForce function returns the force assigned to a field. If there is no force assigned, then this function returns nullptr.
See Also

Field::SetForce

Force