Neverlose
  • List of all methods
  • Methods
    • CGlobalVarsBase
    • CUserCmd
    • C_BaseEntity
    • C_BasePlayer
    • Cheat
    • CheatVar
    • CheatVars
    • Color
    • ConVar
    • Config
    • Globals
    • ICvar
    • IEngineClient
    • IEntityList
    • IGameEvent
    • IMaterial
    • IMaterialSystem
    • INetChannelInfo
    • IRender
    • Panorama
    • QAngle
    • Utils
    • Vector
    • Vector2
    • trace_t
Powered by GitBook
On this page
  • void* CreateInterface(string module_name, string interface_name);
  • void* PatternScan(string module_name, string pattern);
  • float RandomFloat(float min, float max);
  1. Methods

Utils

void* CreateInterface(string module_name, string interface_name);

This is the primary exported function by a dll, referenced by name via dynamic binding.

void* PatternScan(string module_name, string pattern);

arguments:

module_name: filename of module

pattern: IDA-like pattern

float RandomFloat(float min, float max);

Returns random float from min to max.

PreviousQAngleNextVector

Last updated 5 years ago