MCPcopy Create free account
hub / github.com/GTAmodding/III.VC.SA.LimitAdjuster / GetScriptSpaceSize

Method GetScriptSpaceSize

src/limits/Scripts/SCM/scmlimits.cpp:62–65  ·  view source on GitHub ↗

Returns script space size

Source from the content-addressed store, hash-verified

60
61 // Returns script space size
62 unsigned int SCMlimits::GetScriptSpaceSize()
63 {
64 return SCMlimits::iMAINsegmentSize + SCMlimits::iMissionSize;
65 }
66
67 // Sets max size of main.scm
68 void SCMlimits::SetMaxMAINsegmentSize(int maxMAINsegmentSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected