Field::GetForce
Defined in: C4Fields.h
Returns the force assigned to a field.
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
Field::SetForce
Force
|