Field::GetForce
Defined in:
Returns the force assigned to a field.
C4Fields.h
Prototype
Force *GetForce(void) const;
Description
The GetForce
function returns the force assigned to a field. If there is no force assigned, then this function returns nullptr
.
See Also