MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv4-Decompilation / SetModActive

Function SetModActive

RSDKv4/ModAPI.cpp:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void SetModActive(uint *id, int *active)
520{
521 if (*id >= modList.size())
522 return;
523
524 modList[*id].active = *active;
525}
526
527void MoveMod(uint *id, int *up)
528{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected