Force::GetTargetField
Defined in:
Returns the field to which a force is assigned.
C4Forces.h
Prototype
Field *GetTargetField(void) const;
Description
The GetTargetField
function returns the Field
node to which a force is assigned. If the force is not assigned to a field, then the return value is nullptr
.
See Also