MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / ToggleMCVRedeploy

Method ToggleMCVRedeploy

src/Ext/TAction/Body.cpp:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366bool TActionExt::ToggleMCVRedeploy(TActionClass* pThis, HouseClass* pHouse, ObjectClass* pObject, TriggerClass* pTrigger, CellStruct const& location)
367{
368 GameModeOptionsClass::Instance.MCVRedeploy = pThis->Param3 != 0;
369 return true;
370}
371
372
373// =============================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected