MCPcopy Create free account

hub / github.com/GTAmodding/III.VC.SA.LimitAdjuster / functions

Functions549 in github.com/GTAmodding/III.VC.SA.LimitAdjuster

MethodGetNumberOfMemoryChanges
Returns number of memory changes
src/shared/cpatch/SCM/CPatch.cpp:26
MethodGetPos
src/limits/Coronas/yacl/General.h:308
MethodGetPrevNode
src/limits/Coronas/yacl/Coronas.h:70
MethodGetRegion
Gets the region from the game we are attached to (0, 'U', 'E');
src/shared/injector/gvm/gvm.hpp:78
MethodGetScriptSpaceSize
Returns script space size
src/limits/Scripts/SCM/scmlimits.cpp:62
MethodGetStaticMatrixUsage
Gets the usage of static matrices
src/limits/MatrixList/MatrixList.cpp:137
MethodGetTempMatrixUsage
Gets the usage of temp matrices
src/limits/MatrixList/MatrixList.cpp:130
MethodGetTotalUsage
Gets the total usage of matrices (temp matrices + static matrices)
src/limits/MatrixList/MatrixList.cpp:144
MethodGetUp
src/limits/Coronas/yacl/General.h:302
MethodGetUsage
* Just like the GetUsage from the base Adjuster class, the first parameter should be ignored */
src/LimitAdjuster.h:174
MethodGetUsage
Gets the current usage of this visibility array
src/limits/EntityPtrs/InVisibleEntityPtrs.cpp:78
MethodGetUsage
Gets the rwObjectInstances usage
src/limits/EntityPtrs/StreamingObjectInstancesList.cpp:38
MethodGetUsage
Usage counter
src/limits/Water/WaterBlocks.cpp:73
MethodGetUsage
Get matrices usage
src/limits/MatrixList/MatrixList.cpp:52
MethodGetUsage
src/limits/Misc/MemoryAvailable.cpp:38
MethodGetUsage
Gets the current usage of this visibility array
src/limits/IPL/EntityIpl.cpp:51
MethodGetUsage
Gets the current usage of this visibility array
src/limits/IPL/EntitiesPerIPL.cpp:53
MethodGetUsage
src/limits/Pools/Pools.cpp:87
MethodGetUsage
Get pool usage
src/limits/Pools/PoolAdjuster.hpp:75
MethodGetUsage
Get pool usage (needs to override because the pool structure and methods are different than base)
src/limits/Pools/PoolAdjusterDynamic.hpp:301
MethodGetUsage
src/limits/ModelInfo/DynamicStore.hpp:86
MethodGetUsage
Basic GetUsage() for this adjuster
src/shared/utility/LinkListAdjuster.hpp:31
MethodGetUserData
src/LimitAdjuster.h:43
MethodGetUserData
src/limits/Pools/Pools.cpp:65
MethodGetVersionText
Gets the game version as text, the buffer must contain at least 32 bytes of space.
src/shared/injector/gvm/gvm.hpp:102
MethodGrow
Grows the pool, so it can allocate more objects
src/limits/Pools/DynamicPool.hpp:275
MethodGrowAndNew
Grows the pool then allocate a new object
src/limits/Pools/DynamicPool.hpp:292
MethodGrowArray
Grows the array by 100%
src/shared/utility/StaticArrayAdjuster.hpp:65
MethodGrowLinkedList
Grows the linked list, so it can store more elements
src/shared/utility/LinkListAdjuster.hpp:52
MethodGrower
Grows the array used for unlimited
src/limits/IPL/EntityIpl.cpp:57
MethodGrower
Grows the array used for unlimited
src/limits/IPL/EntitiesPerIPL.cpp:61
MethodGrowt
Returns the new size for a grow operation (see Grow())
src/limits/Pools/DynamicPool.hpp:299
MethodH_AddAnother
src/limits/ModelInfo/StoreAdjuster.hpp:94
MethodH_DoReflection
Called after reading all IDEs to make a reflection of this CStore in the default CStore
src/limits/ModelInfo/StoreAdjuster.hpp:101
MethodHasPatched
src/limits/Water/WaterBlocks.cpp:96
MethodHookedConstructor
This will be called instead of the standard CPool constructor
src/limits/Pools/PoolAdjuster.hpp:54
MethodHookedConstructor
This will be called instead of the standard CPool constructor
src/limits/Pools/PoolAdjusterDynamic.hpp:223
MethodHookedConstructor3
This will be called instead of the standard CPool constructor, GTA3 do not have an name parameter
src/limits/Pools/PoolAdjuster.hpp:61
MethodHookedConstructor3
This will be called instead of the standard CPool constructor, GTA3 do not have an name parameter
src/limits/Pools/PoolAdjusterDynamic.hpp:233
MethodHookedDestruction
Called for destruction
src/limits/Pools/PoolAdjusterDynamic.hpp:239
MethodInit
src/limits/Coronas/Coronas.cpp:202
MethodInit
src/limits/Coronas/yacl/Coronas.h:59
MethodInit
Initializer
src/shared/cpatch/SCM/CPatch.cpp:16
MethodInit
Initialises a pool with preallocated
src/shared/structs/CPool.h:61
MethodInject
src/limits/Coronas/Coronas.cpp:215
MethodInsert
src/shared/structs/CLinkList.h:23
MethodInsertSortedHook
This function replaces another CLinkList<T>::InsertSorted, the difference is that it'll never fail it will always return a valid element because it gr
src/shared/utility/LinkListAdjuster.hpp:79
MethodIsDebugModeActive
Checks if debug mode is active
src/shared/cpatch/SCM/CPatch.cpp:67
MethodIsFreeSlotAtIndex
Returns if specified slot is free (0x404940)
src/shared/structs/CPool.h:106
MethodIsIII
src/LimitAdjuster.h:59
MethodIsMissionPackGame
src/limits/Coronas/yacl/General.h:594
MethodIsUnlimited
Helper to check if string is 'unlimited'
src/LimitAdjuster.h:99
MethodIsVC
src/LimitAdjuster.h:60
MethodLimit
src/LimitAdjuster.h:38
MethodLinkListAdjuster
Constructor needs the linked list associated with this adjuster
src/shared/utility/LinkListAdjuster.hpp:41
FunctionMakeInline
src/shared/injector/assembly.hpp:129
FunctionMakeJA
* MakeJA * Creates a JA instruction at address @at that jumps if above into address @dest * If there was already a branch instruction the
src/shared/injector/injector.hpp:530
FunctionMakeRET
* MakeRET * Creates a RET instruction at address @at popping @pop values from the stack * If @pop is equal to 0 it will use the 1 byte fo
src/shared/injector/injector.hpp:560
MethodMakeUnlimited
Patches this pool to be unlimited
src/limits/Pools/PoolAdjusterDynamic.hpp:295
MethodMaxSize
Maximum size of the pool
src/limits/Pools/DynamicPool.hpp:212
MethodMbToBytes
src/limits/Misc/MemoryAvailable.cpp:46
MethodNOPinstructions
NOPs instruction (0x90)
src/shared/cpatch/SCM/CPatch.cpp:122
MethodNew
Allocates object
src/shared/structs/CPool.h:118
MethodNop
src/shared/cpatch/CPatch.h:28
FunctionOutputFormattedDebugString
src/shared/cpatch/SCM/printf_messagebox.h:33
MethodOutsideWorldWaterBlocks
Constructs initializing array to null
src/limits/Water/WaterBlocks.cpp:28
MethodPatch
Patches the CPool construction call
src/limits/Pools/PoolAdjuster.hpp:43
MethodPatch
src/shared/cpatch/CPatch.h:7
MethodPatch2
src/shared/cpatch/CPatch.h:15
MethodPatchBYTE
Patches BYTE value
src/shared/cpatch/SCM/CPatch.cpp:79
MethodPatchDWORD
Patches DWORD value
src/shared/cpatch/SCM/CPatch.cpp:97
MethodPatchDynamic
Patches the CPool to be dynamic
src/limits/Pools/PoolAdjusterDynamic.hpp:34
MethodPatchFloat
Patches float value
src/shared/cpatch/SCM/CPatch.cpp:103
MethodPatchMemoryData
Patches memory data
src/shared/cpatch/SCM/CPatch.cpp:73
MethodPatchPointer
Patches pointer
src/shared/cpatch/SCM/CPatch.cpp:91
MethodPatchScriptLimits
Patches script space limits, should be executed when limits are set.
src/limits/Scripts/SCM/scmlimits.cpp:80
MethodPatchShutdown
Patches an delete(px->flags) to actually delete all our custom allocations
src/limits/Pools/PoolAdjusterDynamic.hpp:58
MethodPatchStaticND
Patches operator new and operator delete to our own
src/limits/Pools/PoolAdjusterDynamic.hpp:51
MethodPatchWORD
Patches WORD value
src/shared/cpatch/SCM/CPatch.cpp:85
MethodPatch_SA
San Andreas specific patching
src/limits/Pools/PoolAdjusterDynamic.hpp:65
MethodPedModelsSA
src/limits/ModelInfo/PedModels.cpp:44
MethodPedModelsVC
src/limits/ModelInfo/PedModels.cpp:19
MethodProcess
src/limits/Scripts/SCM/scmlimits.cpp:50
MethodPutCallFunction
src/shared/cpatch/SCM/CPatch.cpp:108
MethodPutOnAddressRelative4byteAddressToAddress
src/shared/cpatch/SCM/CPatch.cpp:135
MethodRaiseIncompatibleVersion
Raises a error saying that the exe version is incompatible (and output the exe name)
src/shared/injector/gvm/gvm.hpp:129
FunctionReadMemory
src/shared/injector/injector.hpp:391
MethodRedirectCall
src/shared/cpatch/CPatch.h:42
MethodRedirectCode
src/shared/cpatch/SCM/CPatch.cpp:146
MethodRedirectCodeOneByte
src/shared/cpatch/SCM/CPatch.cpp:166
MethodRedirectFunction
src/shared/cpatch/SCM/CPatch.cpp:130
MethodRedirectJump
src/shared/cpatch/CPatch.h:49
MethodRedirectMethod
src/shared/cpatch/SCM/CPatch.h:99
MethodRegisterCorona
src/limits/Coronas/Coronas.cpp:34
MethodReleaseEAX
Deletes the element at the eax register
src/limits/Pools/PoolAdjusterDynamic.hpp:269
MethodReleaseECX
Deletes the element at the ecx register
src/limits/Pools/PoolAdjusterDynamic.hpp:275
MethodReleaseEDI
Deletes the element at the edi register
src/limits/Pools/PoolAdjusterDynamic.hpp:281
MethodReleaseESI
Deletes the element at the esi register
src/limits/Pools/PoolAdjusterDynamic.hpp:287
MethodRemove
src/limits/Coronas/yacl/Coronas.h:55
MethodRestoreSavedPatchDebugState
Restores saved patch debug mode
src/shared/cpatch/SCM/CPatch.cpp:54
← previousnext →301–400 of 549, ranked by callers