mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 01:31:53 +00:00
9 lines
348 B
C++
9 lines
348 B
C++
#pragma once
|
|
|
|
namespace codsrc
|
|
{
|
|
unsigned int FindVariableIndexInternal2(game::scriptInstance_t inst, unsigned int name, unsigned int index);
|
|
unsigned int FindLastSibling(unsigned int parentId, game::scriptInstance_t inst);
|
|
unsigned int FindVariableIndexInternal(game::scriptInstance_t inst, unsigned int parentId, unsigned int name);
|
|
}
|