MCPcopy Create free account

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

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

↓ 1 callersMethodIsUS
Region conditions
src/shared/injector/gvm/gvm.hpp:88
↓ 1 callersMethodIsUsingGameAllocation
src/limits/ModelInfo/DynamicStore.hpp:91
↓ 1 callersMethodMagnitude
src/limits/Coronas/yacl/General.h:221
↓ 1 callersFunctionMakeRangedNOP
* MakeRangedNOP * Creates a bunch of NOP instructions at address @at until address @until */
src/shared/injector/injector.hpp:549
↓ 1 callersMethodMakeSureHasBlocks
Makes sure the pool has sufficient blocks to store the size elements This function might throw std::bad_alloc on failure
src/limits/Pools/DynamicPool.hpp:318
↓ 1 callersMethodMakeSureHasBlocks
Make sure has @size capacity
src/limits/ModelInfo/DynamicStore.hpp:102
↓ 1 callersMethodMakeUnlimited
src/limits/Pools/PoolAdjuster.hpp:88
↓ 1 callersFunctionPatchCoronasIII
src/limits/Coronas/Coronas.cpp:667
↓ 1 callersFunctionPatchCoronasVC
src/limits/Coronas/Coronas.cpp:277
↓ 1 callersFunctionPatchDrawer
Patches CHud::Draw to draw additional stuff (limits details)
src/dllmain.cpp:429
↓ 1 callersFunctionPatchPermanentShadows
src/limits/Shadows/StaticShadows.cpp:191
↓ 1 callersFunctionPatchShadowsStored
src/limits/Shadows/StaticShadows.cpp:47
↓ 1 callersFunctionPatchStaticShadows
src/limits/Shadows/StaticShadows.cpp:86
↓ 1 callersFunctionPatchStaticShadowsIII
src/limits/Shadows/StaticShadows.cpp:735
↓ 1 callersFunctionPatchStaticShadowsVC
src/limits/Shadows/StaticShadows.cpp:412
↓ 1 callersMethodProcess
* Called after all ChangeLimit's have been called, to post process data, etc * Note this is called even if this ChangeLimit has not been ca
src/LimitAdjuster.h:94
↓ 1 callersFunctionProtectMemory
* ProtectMemory * Makes the address @addr have a protection of @protection */
src/shared/injector/injector.hpp:270
↓ 1 callersMethodRaiseCouldNotDetect
Raises a error saying that you could not detect the game version
src/shared/injector/gvm/gvm.hpp:120
↓ 1 callersMethodReAlloc
Reallocates the outside world water block array
src/limits/Water/WaterBlocks.cpp:90
↓ 1 callersFunctionReadMemoryRaw
* ReadMemoryRaw * Reads the memory at @addr with a sizeof @size into address @ret * Does memory unprotection if @vp is true */
src/shared/injector/injector.hpp:332
↓ 1 callersFunctionReadRelativeOffset
* ReadRelativeOffset * Reads relative offset from address @at */
src/shared/injector/injector.hpp:448
↓ 1 callersMethodReallocBlockArray
Reallocates the block array map, and allocatea new block, so the pool is able to hold size elements
src/limits/Pools/DynamicPool.hpp:348
↓ 1 callersMethodReallocByteMap
Reallocates the bytemap array to hold size elements
src/limits/Pools/DynamicPool.hpp:329
↓ 1 callersFunctionRedirectCall
src/shared/cpatch/hook.h:61
↓ 1 callersFunctionRedirectShortOffset
src/shared/cpatch/hook.h:56
↓ 1 callersMethodRegisterReference
src/limits/Coronas/Coronas.cpp:29
↓ 1 callersMethodSetEntry
src/limits/Coronas/yacl/Coronas.h:64
↓ 1 callersMethodSetRotateZOnly
src/limits/Coronas/yacl/General.cpp:36
↓ 1 callersFunctionTestShouldDraw
Test hotkeys and find out if we should draw the limits on screen
src/dllmain.cpp:362
↓ 1 callersFunctionUnprotectMemory
* UnprotectMemory * Unprotect the memory at @addr with size @size so it have all accesses (execute, read and write) * Returns the old pro
src/shared/injector/injector.hpp:280
↓ 1 callersMethodempty
Capacity information */
src/shared/ini_parser/ini_parser.hpp:123
↓ 1 callersMethodenable
Enables or disables this translator
src/shared/injector/gvm/translator.hpp:84
↓ 1 callersMethodfallback
src/shared/injector/gvm/translator.hpp:77
↓ 1 callersFunctionis_null
src/shared/injector/injector.hpp:84
↓ 1 callersFunctionmemory_translate
Translates address p to the running executable pointer
src/shared/injector/injector.hpp:111
↓ 1 callersMethodrbegin
Reverse iterator methods */
src/shared/ini_parser/ini_parser.hpp:99
↓ 1 callersMethodread_file
src/shared/ini_parser/ini_parser.hpp:137
↓ 1 callersMethodremove
Removes the hook associated with the specified 'hooker' If the number of hooks reaches zero after the remotion, a restore will take place
src/shared/injector/hooking.hpp:388
↓ 1 callersMethodremove
src/shared/injector/gvm/translator.hpp:199
↓ 1 callersMethodrend
src/shared/ini_parser/ini_parser.hpp:103
↓ 1 callersMethodrestore
Restores the state of the call we've replaced in the game code All installed hooks gets uninstalled after this
src/shared/injector/hooking.hpp:363
↓ 1 callersMethodrestore
Restores the state of the call we've replaced in the game code
src/shared/injector/hooking.hpp:461
↓ 1 callersMethodtranslate
Translates address p to the running executable pointer
src/shared/injector/gvm/gvm.hpp:172
↓ 1 callersMethod~CDynamicPool
Destructor, just does Flush
src/limits/Pools/DynamicPool.hpp:48
MethodAddForbiddenMemoryRegion
Adds a forbidden memory region
src/shared/cpatch/SCM/CPatch.cpp:32
MethodAddInsertSortedPatch
Adds the pointer to a 'call CLinkList<T>::InsertSorted' to the list of calls that must be checked to grow the list if it returns null
src/shared/utility/LinkListAdjuster.hpp:46
MethodAddPointer
Adds a pointer for rellocation when necessary Displacement is how far (in bytes) this pointer is far from the beggining of the array
src/shared/utility/PointerAdjuster.hpp:23
MethodAddPointer
Adds a pointer for rellocation when necessary Displacement is how far (in bytes) this pointer is far from the beggining of the array
src/shared/utility/StaticArrayAdjuster.hpp:34
FunctionAdjustPointer
* AdjustPointer * Searches in the range [@addr, @addr + @max_search] for a pointer in the range [@default_base, @default_end] and replaces *
src/shared/injector/injector.hpp:403
MethodAdjustPointer
src/shared/cpatch/CPatch.h:98
MethodAdjuster
src/LimitAdjuster.h:49
MethodAllocateLinks
Allocates @q more links and returns the array pointer
src/shared/utility/LinkListAdjuster.hpp:89
MethodAlphaEntityListSA
src/limits/EntityPtrs/AlphaEntityList.cpp:59
MethodApplyPatches
Performs the rellocation itself
src/shared/utility/PointerAdjuster.hpp:30
MethodApplyPatches
Performs the rellocation itself
src/shared/utility/StaticArrayAdjuster.hpp:99
MethodApplyReflection
Reflects the content from @src into @dest assuming each element has the sizeof @elem_size @dest_count and @src_count are the count of elements in each
src/shared/utility/PointerAdjuster.hpp:38
MethodAtHandle
Returns pointer to an object from a SCM handle
src/limits/Pools/DynamicPool.hpp:175
MethodAtHandle
Returns pointer to object by SCM handle
src/shared/structs/CPool.h:170
MethodAtomicModelsSA
src/limits/ModelInfo/AtomicModels.cpp:81
MethodAtomicModelsVC
src/limits/ModelInfo/AtomicModels.cpp:20
MethodBytesToMb
src/limits/Misc/MemoryAvailable.cpp:45
MethodCDynamicPool
Constructor, just does Init
src/limits/Pools/DynamicPool.hpp:42
MethodCDynamicStore
Constructs the store with a default initial size
src/limits/ModelInfo/DynamicStore.hpp:32
MethodCEntity
src/limits/Coronas/yacl/General.h:481
MethodCMatrix
src/limits/Coronas/yacl/General.h:256
MethodCPhysical
Temp
src/limits/Coronas/yacl/General.h:576
MethodCPlaceable
src/limits/Coronas/yacl/General.h:374
MethodCPolyBunch
src/limits/Shadows/StaticShadows.cpp:551
MethodCPool
Default constructor for statically allocated pools
src/shared/structs/CPool.h:34
MethodCRGBA
src/dllmain.cpp:288
MethodCRGBA
src/limits/Coronas/yacl/General.h:333
MethodCRect
src/limits/Coronas/yacl/General.h:357
MethodCRegisteredCorona
src/limits/Coronas/yacl/Coronas.h:40
MethodCVector
src/limits/Coronas/yacl/General.h:206
MethodCVector2D
src/limits/Coronas/yacl/General.h:240
MethodChangeLimit
Change an specific limit
src/sample/sample.cpp:49
MethodChangeLimit
src/limits/Shadows/StaticShadows.cpp:382
MethodChangeLimit
src/limits/EntityPtrs/AlphaEntityList.cpp:20
MethodChangeLimit
src/limits/EntityPtrs/AlphaEntityList.cpp:39
MethodChangeLimit
src/limits/EntityPtrs/AlphaEntityList.cpp:68
MethodChangeLimit
Called when the limit is found on the ini
src/limits/EntityPtrs/InVisibleEntityPtrs.cpp:51
MethodChangeLimit
Sets the limit
src/limits/EntityPtrs/StreamingObjectInstancesList.cpp:30
MethodChangeLimit
Sets the water blocks limit
src/limits/Water/WaterBlocks.cpp:42
MethodChangeLimit
src/limits/Water/WaterBlocks.cpp:136
MethodChangeLimit
src/limits/Water/WaterBlocks.cpp:165
MethodChangeLimit
Sets the limit
src/limits/MatrixList/MatrixList.cpp:37
MethodChangeLimit
src/limits/Misc/StreamingInfo.cpp:9
MethodChangeLimit
src/limits/Misc/MemoryAvailable.cpp:14
MethodChangeLimit
src/limits/Misc/ExtraObjectsDir.cpp:10
MethodChangeLimit
src/limits/Misc/ExtraObjectsDir.cpp:21
MethodChangeLimit
src/limits/Misc/ExtraObjectsDir.cpp:32
MethodChangeLimit
src/limits/Misc/CollisionSize.cpp:9
MethodChangeLimit
src/limits/Misc/TxdStore.cpp:9
MethodChangeLimit
src/limits/Misc/TxdStore.cpp:27
MethodChangeLimit
src/limits/Scripts/Searchlights.cpp:16
MethodChangeLimit
src/limits/Scripts/SCM/scmlimits.cpp:36
MethodChangeLimit
Called when the limit is found on the ini
src/limits/IPL/EntityIpl.cpp:42
MethodChangeLimit
Called when the limit is found on the ini
src/limits/IPL/EntitiesPerIPL.cpp:44
MethodChangeLimit
src/limits/Coronas/Coronas.cpp:245
MethodChangeLimit
src/limits/Coronas/Coronas.cpp:966
← previousnext →101–200 of 549, ranked by callers