MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetObjectShields

Function GetObjectShields

scripts/AIGame.cpp:10811–10818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10809}
10810
10811float GetObjectShields(int object) {
10812 msafe_struct mstruct;
10813
10814 mstruct.objhandle = object;
10815 MSafe_GetValue(MSAFE_OBJECT_SHIELDS, &mstruct);
10816
10817 return mstruct.shields;
10818}
10819
10820void ObjectRemove(int object) {
10821 msafe_struct ms;

Callers 1

CallEventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected