Skip to content

Instantly share code, notes, and snippets.

@SiD3W4y
Last active July 10, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiD3W4y/00626dee358aa454c5e128ae8d73a633 to your computer and use it in GitHub Desktop.
Save SiD3W4y/00626dee358aa454c5e128ae8d73a633 to your computer and use it in GitHub Desktop.
gmod api function description in json format
[
{
"category": "client",
"name": "EFFECT:Render",
"args": []
},
{
"category": "client",
"name": "EFFECT:StartTouch",
"args": []
},
{
"category": "client",
"name": "EFFECT:Init",
"args": [
{
"type": "CEffectData",
"name": "effectData"
}
]
},
{
"category": "client",
"name": "EFFECT:GetTracerShootPos",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Weapon",
"name": "ent"
},
{
"type": "number",
"name": "attachment"
}
]
},
{
"category": "shared",
"name": "ENTITY:GravGunPunt",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "ENTITY:FireAnimationEvent",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "event"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "ENTITY:CalcAbsolutePosition",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "server",
"name": "ENTITY:EndTouch",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "ENTITY:KeyValue",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "server",
"name": "ENTITY:GetRelationship",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "ENTITY:HandleAnimEvent",
"args": [
{
"type": "number",
"name": "event"
},
{
"type": "number",
"name": "eventTime"
},
{
"type": "number",
"name": "cycle"
},
{
"type": "number",
"name": "type"
},
{
"type": "string",
"name": "options"
}
]
},
{
"category": "server",
"name": "ENTITY:DoSchedule",
"args": [
{
"type": "table",
"name": "sched"
}
]
},
{
"category": "server",
"name": "ENTITY:ExpressionFinished",
"args": [
{
"type": "string",
"name": "strExp"
}
]
},
{
"category": "client",
"name": "EFFECT:EndTouch",
"args": []
},
{
"category": "server",
"name": "ENTITY:Blocked",
"args": [
{
"type": "Entity",
"name": "other"
}
]
},
{
"category": "client",
"name": "ENTITY:Draw",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "client",
"name": "ENTITY:DrawTranslucent",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "client",
"name": "EFFECT:PhysicsCollide",
"args": [
{
"type": "table",
"name": "colData"
},
{
"type": "PhysObj",
"name": "collider"
}
]
},
{
"category": "shared",
"name": "ENTITY:Initialize",
"args": []
},
{
"category": "client",
"name": "EFFECT:Touch",
"args": []
},
{
"category": "client",
"name": "EFFECT:Think",
"args": []
},
{
"category": "server",
"name": "ENTITY:GravGunPickupAllowed",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "ENTITY:AcceptInput",
"args": [
{
"type": "string",
"name": "inputName"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "string",
"name": "data"
}
]
},
{
"category": "shared",
"name": "ENTITY:DoImpactEffect",
"args": [
{
"type": "table",
"name": "tr"
},
{
"type": "number",
"name": "damageType"
}
]
},
{
"category": "client",
"name": "ENTITY:GetRenderMesh",
"args": []
},
{
"category": "server",
"name": "ENTITY:DoingEngineSchedule",
"args": []
},
{
"category": "shared",
"name": "ENTITY:CanProperty",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "property"
}
]
},
{
"category": "server",
"name": "ENTITY:EngineScheduleFinish",
"args": []
},
{
"category": "client",
"name": "ENTITY:ImpactTrace",
"args": [
{
"type": "table",
"name": "traceResult"
},
{
"type": "number",
"name": "damageType"
},
{
"type": "string",
"name": "customImpactName"
}
]
},
{
"category": "server",
"name": "ENTITY:GetAttackSpread",
"args": [
{
"type": "Entity",
"name": "wep"
},
{
"type": "Entity",
"name": "target"
}
]
},
{
"category": "server",
"name": "ENTITY:NextTask",
"args": [
{
"type": "table",
"name": "sched"
}
]
},
{
"category": "server",
"name": "ENTITY:OnEntityCopyTableFinish",
"args": [
{
"type": "table",
"name": "data"
}
]
},
{
"category": "server",
"name": "ENTITY:OnCondition",
"args": [
{
"type": "number",
"name": "conditionID"
}
]
},
{
"category": "server",
"name": "ENTITY:OnDuplicated",
"args": [
{
"type": "table",
"name": "entTable"
}
]
},
{
"category": "shared",
"name": "ENTITY:OnReloaded",
"args": []
},
{
"category": "shared",
"name": "ENTITY:OnRemove",
"args": []
},
{
"category": "server",
"name": "ENTITY:OnTakeDamage",
"args": [
{
"type": "CTakeDamageInfo",
"name": "damage"
}
]
},
{
"category": "shared",
"name": "ENTITY:OnRestore",
"args": []
},
{
"category": "server",
"name": "ENTITY:PassesFilter",
"args": [
{
"type": "Entity",
"name": "trigger"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "ENTITY:OnTaskComplete",
"args": []
},
{
"category": "shared",
"name": "ENTITY:PhysicsUpdate",
"args": [
{
"type": "PhysObj",
"name": "phys"
}
]
},
{
"category": "server",
"name": "ENTITY:PreEntityCopy",
"args": []
},
{
"category": "client",
"name": "ENTITY:RenderOverride",
"args": []
},
{
"category": "server",
"name": "ENTITY:RunAI",
"args": []
},
{
"category": "server",
"name": "ENTITY:SelectSchedule",
"args": [
{
"type": "number",
"name": "iNPCState"
}
]
},
{
"category": "server",
"name": "ENTITY:PassesTriggerFilters",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "ENTITY:StartEngineSchedule",
"args": [
{
"type": "number",
"name": "scheduleID"
}
]
},
{
"category": "server",
"name": "ENTITY:PhysicsCollide",
"args": [
{
"type": "table",
"name": "colData"
},
{
"type": "PhysObj",
"name": "collider"
}
]
},
{
"category": "server",
"name": "ENTITY:SetTask",
"args": [
{
"type": "table",
"name": "task"
}
]
},
{
"category": "server",
"name": "ENTITY:ScheduleFinished",
"args": []
},
{
"category": "server",
"name": "ENTITY:RunEngineTask",
"args": [
{
"type": "number",
"name": "taskID"
},
{
"type": "number",
"name": "taskData"
}
]
},
{
"category": "server",
"name": "ENTITY:StartSchedule",
"args": [
{
"type": "Schedule",
"name": "sched"
}
]
},
{
"category": "shared",
"name": "ENTITY:SetAutomaticFrameAdvance",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "server",
"name": "ENTITY:SpawnFunction",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "tr"
},
{
"type": "string",
"name": "ClassName"
}
]
},
{
"category": "server",
"name": "ENTITY:PostEntityPaste",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "createdEntities"
}
]
},
{
"category": "server",
"name": "ENTITY:StartTouch",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "ENTITY:StoreOutput",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "info"
}
]
},
{
"category": "server",
"name": "ENTITY:TaskFinished",
"args": []
},
{
"category": "server",
"name": "ENTITY:TaskTime",
"args": []
},
{
"category": "server",
"name": "ENTITY:StartTask",
"args": [
{
"type": "Task",
"name": "task"
}
]
},
{
"category": "server",
"name": "ENTITY:PostEntityCopy",
"args": []
},
{
"category": "shared",
"name": "ENTITY:SetupDataTables",
"args": []
},
{
"category": "shared",
"name": "ENTITY:PhysicsSimulate",
"args": [
{
"type": "PhysObj",
"name": "phys"
},
{
"type": "number",
"name": "deltaTime"
}
]
},
{
"category": "server",
"name": "ENTITY:StartEngineTask",
"args": [
{
"type": "number",
"name": "taskID"
},
{
"type": "number",
"name": "TaskData"
}
]
},
{
"category": "server",
"name": "ENTITY:PassesDamageFilter",
"args": [
{
"type": "CTakeDamageInfo",
"name": "dmg"
}
]
},
{
"category": "server",
"name": "ENTITY:RunTask",
"args": [
{
"type": "table",
"name": "task"
}
]
},
{
"category": "shared",
"name": "ENTITY:Think",
"args": []
},
{
"category": "shared",
"name": "ENTITY:TestCollision",
"args": [
{
"type": "Vector",
"name": "startpos"
},
{
"type": "Vector",
"name": "delta"
},
{
"type": "boolean",
"name": "isbox"
},
{
"type": "Vector",
"name": "extents"
},
{
"type": "number",
"name": "mask"
}
]
},
{
"category": "server",
"name": "ENTITY:Touch",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "ENTITY:TriggerOutput",
"args": [
{
"type": "string",
"name": "output"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "string",
"name": "data"
}
]
},
{
"category": "server",
"name": "ENTITY:UpdateTransmitState",
"args": []
},
{
"category": "server",
"name": "GM:AcceptInput",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "input"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "client",
"name": "GM:CalcVehicleView",
"args": [
{
"type": "Vehicle",
"name": "veh"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "view"
}
]
},
{
"category": "client",
"name": "GM:AddDeathNotice",
"args": [
{
"type": "string",
"name": "attacker"
},
{
"type": "number",
"name": "attackerTeam"
},
{
"type": "string",
"name": "inflictor"
},
{
"type": "string",
"name": "victim"
},
{
"type": "number",
"name": "victimTeam"
}
]
},
{
"category": "server",
"name": "GM:CanEditVariable",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "val"
},
{
"type": "table",
"name": "editor"
}
]
},
{
"category": "client",
"name": "GM:CalcView",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "origin"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "number",
"name": "fov"
},
{
"type": "number",
"name": "znear"
},
{
"type": "number",
"name": "zfar"
}
]
},
{
"category": "menu",
"name": "GM:CaptureVideo",
"args": []
},
{
"category": "client",
"name": "GM:CalcViewModelView",
"args": [
{
"type": "Weapon",
"name": "wep"
},
{
"type": "Entity",
"name": "vm"
},
{
"type": "Vector",
"name": "oldPos"
},
{
"type": "Angle",
"name": "oldAng"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "GM:CalcMainActivity",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "vel"
}
]
},
{
"category": "server",
"name": "GM:CanPlayerSuicide",
"args": [
{
"type": "Player",
"name": "player"
}
]
},
{
"category": "server",
"name": "GM:CanPlayerEnterVehicle",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "Vehicle",
"name": "vehicle"
},
{
"type": "number",
"name": "role"
}
]
},
{
"category": "server",
"name": "GM:CanPlayerUnfreeze",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "Entity",
"name": "entity"
},
{
"type": "PhysObj",
"name": "phys"
}
]
},
{
"category": "server",
"name": "ENTITY:Use",
"args": [
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "number",
"name": "useType"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "client",
"name": "GM:ChatText",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "text"
},
{
"type": "string",
"name": "type"
}
]
},
{
"category": "client",
"name": "GM:ChatTextChanged",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "server",
"name": "GM:AllowPlayerPickup",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:DoAnimationEvent",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "event"
},
{
"type": "number",
"name": "data"
}
]
},
{
"category": "client",
"name": "GM:CloseDermaMenus",
"args": []
},
{
"category": "server",
"name": "GM:CreateEntityRagdoll",
"args": [
{
"type": "Entity",
"name": "owner"
},
{
"type": "Entity",
"name": "ragdoll"
}
]
},
{
"category": "server",
"name": "GM:DoPlayerDeath",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "attacker"
},
{
"type": "CTakeDamageInfo",
"name": "dmg"
}
]
},
{
"category": "client",
"name": "GM:DrawDeathNotice",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "GM:CreateClientsideRagdoll",
"args": [
{
"type": "Entity",
"name": "entity"
},
{
"type": "Entity",
"name": "ragdoll"
}
]
},
{
"category": "server",
"name": "GM:CanExitVehicle",
"args": [
{
"type": "Vehicle",
"name": "veh"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:CreateTeams",
"args": []
},
{
"category": "client",
"name": "GM:AdjustMouseSensitivity",
"args": [
{
"type": "number",
"name": "defaultSensitivity"
}
]
},
{
"category": "server",
"name": "GM:CheckPassword",
"args": [
{
"type": "string",
"name": "steamID"
},
{
"type": "string",
"name": "ipAddress"
},
{
"type": "string",
"name": "svPassword"
},
{
"type": "string",
"name": "clPassword"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "GM:DrawOverlay",
"args": []
},
{
"category": "client",
"name": "GM:DrawMonitors",
"args": []
},
{
"category": "client",
"name": "GM:CreateMove",
"args": [
{
"type": "CUserCmd",
"name": "cmd"
}
]
},
{
"category": "client",
"name": "GM:DrawPhysgunBeam",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Weapon",
"name": "physgun"
},
{
"type": "boolean",
"name": "enabled"
},
{
"type": "Entity",
"name": "target"
},
{
"type": "number",
"name": "physBone"
},
{
"type": "Vector",
"name": "hitPos"
}
]
},
{
"category": "shared",
"name": "GM:EndEntityDriving",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:EntityEmitSound",
"args": [
{
"type": "table",
"name": "data"
}
]
},
{
"category": "shared",
"name": "GM:EntityRemoved",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:EntityNetworkedVarChanged",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "oldval"
},
{
"type": "any",
"name": "newval"
}
]
},
{
"category": "shared",
"name": "GM:EntityKeyValue",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "client",
"name": "GM:FinishChat",
"args": []
},
{
"category": "server",
"name": "GM:EntityTakeDamage",
"args": [
{
"type": "Entity",
"name": "target"
},
{
"type": "CTakeDamageInfo",
"name": "dmg"
}
]
},
{
"category": "shared",
"name": "GM:EntityFireBullets",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "client",
"name": "GM:GetMotionBlurValues",
"args": [
{
"type": "number",
"name": "horizontal"
},
{
"type": "number",
"name": "vertical"
},
{
"type": "number",
"name": "forward"
},
{
"type": "number",
"name": "rotational"
}
]
},
{
"category": "shared",
"name": "GM:FinishMove",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "client",
"name": "GM:ForceDermaSkin",
"args": []
},
{
"category": "server",
"name": "GM:GetFallDamage",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "GM:FindUseEntity",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "defaultEnt"
}
]
},
{
"category": "menu",
"name": "GM:GameContentChanged",
"args": []
},
{
"category": "server",
"name": "GM:GetPreferredCarryAngles",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:GravGunOnDropped",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:GetGameDescription",
"args": []
},
{
"category": "client",
"name": "GM:GetTeamColor",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:GravGunOnPickedUp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:GrabEarAnimation",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:GravGunPickupAllowed",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:GravGunPunt",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "GM:GUIMouseReleased",
"args": [
{
"type": "number",
"name": "mouseCode"
},
{
"type": "Vector",
"name": "aimVector"
}
]
},
{
"category": "client",
"name": "GM:GUIMouseDoublePressed",
"args": [
{
"type": "number",
"name": "mouseCode"
},
{
"type": "Vector",
"name": "aimVector"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerDucking",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerJumping",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
}
]
},
{
"category": "client",
"name": "GM:GetTeamNumColor",
"args": [
{
"type": "number",
"name": "team"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerNoClipping",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerSwimming",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerDriving",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:GUIMousePressed",
"args": [
{
"type": "number",
"name": "mouseCode"
},
{
"type": "Vector",
"name": "aimVector"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerLanding",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
},
{
"type": "boolean",
"name": "onGround"
}
]
},
{
"category": "shared",
"name": "GM:HandlePlayerVaulting",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "velocity"
}
]
},
{
"category": "client",
"name": "GM:HideTeam",
"args": []
},
{
"category": "client",
"name": "GM:HUDAmmoPickedUp",
"args": [
{
"type": "string",
"name": "itemName"
},
{
"type": "number",
"name": "amount"
}
]
},
{
"category": "client",
"name": "GM:HUDDrawPickupHistory",
"args": []
},
{
"category": "client",
"name": "GM:HUDItemPickedUp",
"args": [
{
"type": "string",
"name": "itemName"
}
]
},
{
"category": "client",
"name": "GM:HUDDrawTargetID",
"args": []
},
{
"category": "client",
"name": "GM:HUDDrawScoreBoard",
"args": []
},
{
"category": "client",
"name": "GM:HUDPaintBackground",
"args": []
},
{
"category": "client",
"name": "GM:HUDPaint",
"args": []
},
{
"category": "client",
"name": "GM:HUDShouldDraw",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "GM:HUDWeaponPickedUp",
"args": [
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "GM:InputMouseApply",
"args": [
{
"type": "CUserCmd",
"name": "cmd"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "server",
"name": "GM:IsSpawnpointSuitable",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "spawnpoint"
},
{
"type": "boolean",
"name": "makeSuitable"
}
]
},
{
"category": "server",
"name": "GM:LoadGModSave",
"args": [
{
"type": "string",
"name": "data"
},
{
"type": "string",
"name": "map"
},
{
"type": "number",
"name": "timestamp"
}
]
},
{
"category": "shared",
"name": "GM:KeyPress",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "GM:InitPostEntity",
"args": []
},
{
"category": "shared",
"name": "GM:KeyRelease",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
}
]
},
{
"category": "menu",
"name": "GM:MenuStart",
"args": []
},
{
"category": "shared",
"name": "GM:Move",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "shared",
"name": "GM:MouthMoveAnimation",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:NetworkEntityCreated",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "GM:NeedsDepthPass",
"args": []
},
{
"category": "shared",
"name": "GM:Initialize",
"args": []
},
{
"category": "client",
"name": "GM:OnAchievementAchieved",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "achievement"
}
]
},
{
"category": "client",
"name": "GM:OnContextMenuOpen",
"args": []
},
{
"category": "client",
"name": "GM:OnChatTab",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "server",
"name": "GM:NetworkIDValidated",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "steamID"
}
]
},
{
"category": "client",
"name": "GM:NotifyShouldTransmit",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "boolean",
"name": "shouldtransmit"
}
]
},
{
"category": "server",
"name": "GM:OnDamagedByExplosion",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CTakeDamageInfo",
"name": "dmginfo"
}
]
},
{
"category": "shared",
"name": "GM:OnEntityCreated",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "client",
"name": "GM:OnContextMenuClose",
"args": []
},
{
"category": "server",
"name": "GM:OnNPCKilled",
"args": [
{
"type": "NPC",
"name": "npc"
},
{
"type": "Entity",
"name": "attacker"
},
{
"type": "Entity",
"name": "inflictor"
}
]
},
{
"category": "shared",
"name": "GM:OnGamemodeLoaded",
"args": []
},
{
"category": "menu",
"name": "GM:OnLuaError",
"args": [
{
"type": "string",
"name": "error"
},
{
"type": "number",
"name": "realm"
},
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "GM:OnPhysgunReload",
"args": [
{
"type": "Weapon",
"name": "physgun"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:OnPhysgunPickup",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:OnPhysgunFreeze",
"args": [
{
"type": "Entity",
"name": "weapon"
},
{
"type": "PhysObj",
"name": "physobj"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:OnPlayerChangedTeam",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "oldTeam"
},
{
"type": "number",
"name": "newTeam"
}
]
},
{
"category": "shared",
"name": "GM:OnPlayerHitGround",
"args": [
{
"type": "Entity",
"name": "player"
},
{
"type": "boolean",
"name": "inWater"
},
{
"type": "boolean",
"name": "onFloater"
},
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "GM:OnReloaded",
"args": []
},
{
"category": "client",
"name": "GM:OnPlayerChat",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "text"
},
{
"type": "boolean",
"name": "teamChat"
},
{
"type": "boolean",
"name": "isDead"
}
]
},
{
"category": "client",
"name": "GM:OnSpawnMenuOpen",
"args": []
},
{
"category": "client",
"name": "GM:OnTextEntryGetFocus",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "client",
"name": "GM:OnSpawnMenuClose",
"args": []
},
{
"category": "client",
"name": "GM:OnUndo",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "customText"
}
]
},
{
"category": "shared",
"name": "GM:OnViewModelChanged",
"args": [
{
"type": "Entity",
"name": "viewmodel"
},
{
"type": "string",
"name": "oldModel"
},
{
"type": "string",
"name": "newModel"
}
]
},
{
"category": "shared",
"name": "GM:PhysgunPickup",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "shared",
"name": "GM:PhysgunDrop",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:PlayerAuthed",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "steamid"
},
{
"type": "string",
"name": "uniqueid"
}
]
},
{
"category": "server",
"name": "GM:PlayerCanHearPlayersVoice",
"args": [
{
"type": "Player",
"name": "listener"
},
{
"type": "Player",
"name": "talker"
}
]
},
{
"category": "client",
"name": "GM:PlayerBindPress",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "bind"
},
{
"type": "boolean",
"name": "pressed"
}
]
},
{
"category": "shared",
"name": "GM:PlayerButtonUp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "button"
}
]
},
{
"category": "server",
"name": "GM:PlayerCanJoinTeam",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "team"
}
]
},
{
"category": "client",
"name": "GM:OnTextEntryLoseFocus",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "server",
"name": "GM:PlayerCanPickupItem",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "item"
}
]
},
{
"category": "shared",
"name": "GM:PlayerButtonDown",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "button"
}
]
},
{
"category": "server",
"name": "GM:PlayerCanSeePlayersChat",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "boolean",
"name": "teamOnly"
},
{
"type": "Player",
"name": "listener"
},
{
"type": "Player",
"name": "speaker"
}
]
},
{
"category": "server",
"name": "GM:PlayerCanPickupWeapon",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Weapon",
"name": "wep"
}
]
},
{
"category": "server",
"name": "GM:PlayerDeath",
"args": [
{
"type": "Player",
"name": "victim"
},
{
"type": "Entity",
"name": "inflictor"
},
{
"type": "Entity",
"name": "attacker"
}
]
},
{
"category": "server",
"name": "GM:PlayerDeathThink",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:PlayerClassChanged",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "newID"
}
]
},
{
"category": "shared",
"name": "GM:PlayerConnect",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "ip"
}
]
},
{
"category": "server",
"name": "GM:PlayerDeathSound",
"args": []
},
{
"category": "server",
"name": "GM:PlayerDroppedWeapon",
"args": [
{
"type": "Player",
"name": "owner"
},
{
"type": "Weapon",
"name": "wep"
}
]
},
{
"category": "server",
"name": "GM:PlayerDisconnected",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:PlayerDriveAnimate",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:PlayerFootstep",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "foot"
},
{
"type": "string",
"name": "sound"
},
{
"type": "number",
"name": "volume"
},
{
"type": "CRecipientFilter",
"name": "filter"
}
]
},
{
"category": "server",
"name": "GM:PlayerHurt",
"args": [
{
"type": "Player",
"name": "victim"
},
{
"type": "Entity",
"name": "attacker"
},
{
"type": "number",
"name": "healthRemaining"
},
{
"type": "number",
"name": "damageTaken"
}
]
},
{
"category": "client",
"name": "GM:PlayerEndVoice",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerInitialSpawn",
"args": [
{
"type": "Player",
"name": "player"
}
]
},
{
"category": "server",
"name": "GM:PlayerFrozeObject",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "PhysObj",
"name": "physobj"
}
]
},
{
"category": "server",
"name": "GM:PlayerJoinTeam",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "team"
}
]
},
{
"category": "server",
"name": "GM:PlayerEnteredVehicle",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vehicle",
"name": "veh"
},
{
"type": "number",
"name": "role"
}
]
},
{
"category": "server",
"name": "GM:PlayerLeaveVehicle",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vehicle",
"name": "veh"
}
]
},
{
"category": "shared",
"name": "GM:PlayerNoClip",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "boolean",
"name": "desiredState"
}
]
},
{
"category": "shared",
"name": "GM:PlayerPostThink",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerLoadout",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerSay",
"args": [
{
"type": "Player",
"name": "sender"
},
{
"type": "string",
"name": "text"
},
{
"type": "boolean",
"name": "teamChat"
}
]
},
{
"category": "server",
"name": "GM:PlayerSetModel",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerSelectTeamSpawn",
"args": [
{
"type": "number",
"name": "team"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerSelectSpawn",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerSetHandsModel",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:PlayerSpray",
"args": [
{
"type": "Player",
"name": "sprayer"
}
]
},
{
"category": "server",
"name": "GM:PlayerSpawn",
"args": [
{
"type": "Player",
"name": "player"
}
]
},
{
"category": "server",
"name": "GM:PlayerRequestTeam",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "team"
}
]
},
{
"category": "server",
"name": "GM:PlayerSilentDeath",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "GM:PlayerShouldTaunt",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "act"
}
]
},
{
"category": "server",
"name": "GM:PlayerStartTaunt",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "act"
},
{
"type": "number",
"name": "length"
}
]
},
{
"category": "server",
"name": "GM:PlayerShouldTakeDamage",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "attacker"
}
]
},
{
"category": "server",
"name": "GM:PlayerSwitchFlashlight",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "boolean",
"name": "enabled"
}
]
},
{
"category": "shared",
"name": "GM:PlayerTraceAttack",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CTakeDamageInfo",
"name": "dmginfo"
},
{
"type": "Vector",
"name": "dir"
},
{
"type": "table",
"name": "trace"
}
]
},
{
"category": "shared",
"name": "GM:PlayerStepSoundTime",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "type"
},
{
"type": "boolean",
"name": "walking"
}
]
},
{
"category": "server",
"name": "GM:PlayerSpawnAsSpectator",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:PlayerStartVoice",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:PlayerTick",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "shared",
"name": "GM:PlayerSwitchWeapon",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "Weapon",
"name": "oldWeapon"
},
{
"type": "Weapon",
"name": "newWeapon"
}
]
},
{
"category": "server",
"name": "GM:PlayerUnfrozeObject",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "PhysObj",
"name": "physobj"
}
]
},
{
"category": "server",
"name": "GM:PlayerUse",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "GM:PostCleanupMap",
"args": []
},
{
"category": "client",
"name": "GM:PostDraw",
"args": []
},
{
"category": "client",
"name": "GM:PopulateMenuBar",
"args": [
{
"type": "Panel",
"name": "menubar"
}
]
},
{
"category": "client",
"name": "GM:PostDrawEffects",
"args": []
},
{
"category": "client",
"name": "GM:PostDrawHUD",
"args": []
},
{
"category": "client",
"name": "GM:PostDrawOpaqueRenderables",
"args": [
{
"type": "boolean",
"name": "bDrawingDepth"
},
{
"type": "boolean",
"name": "bDrawingSkybox"
}
]
},
{
"category": "client",
"name": "GM:PostDrawViewModel",
"args": [
{
"type": "Entity",
"name": "viewmodel"
},
{
"type": "Player",
"name": "player"
},
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "GM:PostDrawTranslucentRenderables",
"args": [
{
"type": "boolean",
"name": "bDrawingDepth"
},
{
"type": "boolean",
"name": "bDrawingSkybox"
}
]
},
{
"category": "client",
"name": "GM:PostDrawPlayerHands",
"args": [
{
"type": "Entity",
"name": "hands"
},
{
"type": "Entity",
"name": "vm"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "server",
"name": "GM:PostPlayerDeath",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:PostDrawSkyBox",
"args": []
},
{
"category": "shared",
"name": "GM:PostGamemodeLoaded",
"args": []
},
{
"category": "shared",
"name": "GM:PreCleanupMap",
"args": []
},
{
"category": "client",
"name": "GM:PostRender",
"args": []
},
{
"category": "client",
"name": "GM:PreDrawEffects",
"args": []
},
{
"category": "client",
"name": "GM:PreDrawHUD",
"args": []
},
{
"category": "client",
"name": "GM:PreDrawOpaqueRenderables",
"args": [
{
"type": "boolean",
"name": "isDrawingDepth"
},
{
"type": "boolean",
"name": "isDrawSkybox"
}
]
},
{
"category": "client",
"name": "GM:PreDrawViewModel",
"args": [
{
"type": "Entity",
"name": "vm"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "GM:PrePlayerDraw",
"args": [
{
"type": "Player",
"name": "player"
}
]
},
{
"category": "client",
"name": "GM:PreDrawHalos",
"args": []
},
{
"category": "client",
"name": "GM:PreRender",
"args": []
},
{
"category": "client",
"name": "GM:PreDrawTranslucentRenderables",
"args": [
{
"type": "boolean",
"name": "isDrawingDepth"
},
{
"type": "boolean",
"name": "isDrawSkybox"
}
]
},
{
"category": "client",
"name": "GM:PostProcessPermitted",
"args": [
{
"type": "string",
"name": "ppeffect"
}
]
},
{
"category": "client",
"name": "GM:PreventScreenClicks",
"args": []
},
{
"category": "client",
"name": "GM:PostRenderVGUI",
"args": []
},
{
"category": "shared",
"name": "GM:PreGamemodeLoaded",
"args": []
},
{
"category": "client",
"name": "GM:PreDrawPlayerHands",
"args": [
{
"type": "Entity",
"name": "hands"
},
{
"type": "Entity",
"name": "vm"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "GM:PreDrawSkyBox",
"args": []
},
{
"category": "shared",
"name": "GM:Restored",
"args": []
},
{
"category": "client",
"name": "GM:RenderScreenspaceEffects",
"args": []
},
{
"category": "shared",
"name": "GM:PropBreak",
"args": [
{
"type": "Player",
"name": "attacker"
},
{
"type": "Entity",
"name": "prop"
}
]
},
{
"category": "client",
"name": "GM:PostPlayerDraw",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:RenderScene",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "number",
"name": "fov"
}
]
},
{
"category": "shared",
"name": "GM:Saved",
"args": []
},
{
"category": "shared",
"name": "GM:ScalePlayerDamage",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "hitgroup"
},
{
"type": "CTakeDamageInfo",
"name": "dmginfo"
}
]
},
{
"category": "server",
"name": "GM:SetupPlayerVisibility",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "viewEntity"
}
]
},
{
"category": "shared",
"name": "GM:SetPlayerSpeed",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "walkSpeed"
},
{
"type": "number",
"name": "runSpeed"
}
]
},
{
"category": "client",
"name": "GM:ScoreboardShow",
"args": []
},
{
"category": "shared",
"name": "GM:SetupMove",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
},
{
"type": "CUserCmd",
"name": "cmd"
}
]
},
{
"category": "client",
"name": "GM:ScoreboardHide",
"args": []
},
{
"category": "server",
"name": "GM:ScaleNPCDamage",
"args": [
{
"type": "NPC",
"name": "npc"
},
{
"type": "number",
"name": "hitgroup"
},
{
"type": "CTakeDamageInfo",
"name": "dmginfo"
}
]
},
{
"category": "server",
"name": "GM:ShowSpare",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:ShouldCollide",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "GM:ShowHelp",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:ShouldDrawLocalPlayer",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:SetupWorldFog",
"args": []
},
{
"category": "client",
"name": "GM:SetupSkyboxFog",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "server",
"name": "GM:ShowSpare",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:StartChat",
"args": [
{
"type": "boolean",
"name": "isTeamChat"
}
]
},
{
"category": "shared",
"name": "GM:Tick",
"args": []
},
{
"category": "shared",
"name": "GM:TranslateActivity",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "GM:UpdateAnimation",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "velocity"
},
{
"type": "number",
"name": "maxSeqGroundSpeed"
}
]
},
{
"category": "server",
"name": "GM:WeaponEquip",
"args": [
{
"type": "Weapon",
"name": "weapon"
},
{
"type": "Player",
"name": "owner"
}
]
},
{
"category": "shared",
"name": "GM:Think",
"args": []
},
{
"category": "shared",
"name": "GM:ShutDown",
"args": []
},
{
"category": "client",
"name": "GM:SpawniconGenerated",
"args": [
{
"type": "string",
"name": "lastmodel"
},
{
"type": "string",
"name": "imagename"
},
{
"type": "number",
"name": "modelsleft"
}
]
},
{
"category": "server",
"name": "GM:ShowTeam",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "GM:VGUIMousePressAllowed",
"args": [
{
"type": "number",
"name": "button"
}
]
},
{
"category": "menu",
"name": "GM:StartGame",
"args": []
},
{
"category": "shared",
"name": "GM:StartCommand",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CUserCmd",
"name": "ucmd"
}
]
},
{
"category": "shared",
"name": "GM:StartEntityDriving",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "GM:VehicleMove",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vehicle",
"name": "veh"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "server",
"name": "GM:VariableEdited",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "val"
},
{
"type": "table",
"name": "editor"
}
]
},
{
"category": "client",
"name": "GM:VGUIMousePressed",
"args": [
{
"type": "Panel",
"name": "pnl"
},
{
"type": "number",
"name": "mouseCode"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopDownloadedFile",
"args": [
{
"type": "number",
"name": "id"
},
{
"type": "string",
"name": "title"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopDownloadProgress",
"args": [
{
"type": "number",
"name": "id"
},
{
"type": "number",
"name": "imageID"
},
{
"type": "string",
"name": "title"
},
{
"type": "number",
"name": "downloaded"
},
{
"type": "number",
"name": "expected"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopDownloadFile",
"args": [
{
"type": "number",
"name": "id"
},
{
"type": "number",
"name": "imageID"
},
{
"type": "string",
"name": "title"
},
{
"type": "number",
"name": "size"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopEnd",
"args": []
},
{
"category": "menu",
"name": "GM:WorkshopDownloadTotals",
"args": [
{
"type": "number",
"name": "remain"
},
{
"type": "number",
"name": "total"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopSubscriptionsProgress",
"args": [
{
"type": "number",
"name": "num"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "menu",
"name": "GM:WorkshopStart",
"args": []
},
{
"category": "server",
"name": "NEXTBOT:OnInjured",
"args": [
{
"type": "CTakeDamageInfo",
"name": "info"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnContact",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "NEXTBOT:BehaveStart",
"args": []
},
{
"category": "server",
"name": "NEXTBOT:BodyUpdate",
"args": []
},
{
"category": "server",
"name": "NEXTBOT:OnKilled",
"args": [
{
"type": "CTakeDamageInfo",
"name": "info"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnIgnite",
"args": []
},
{
"category": "server",
"name": "NEXTBOT:OnLeaveGround",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "NEXTBOT:BehaveUpdate",
"args": [
{
"type": "number",
"name": "interval"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnNavAreaChanged",
"args": [
{
"type": "CNavArea",
"name": "old"
},
{
"type": "CNavArea",
"name": "new"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnLandOnGround",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnStuck",
"args": []
},
{
"category": "server",
"name": "NEXTBOT:OnOtherKilled",
"args": [
{
"type": "Entity",
"name": "victim"
},
{
"type": "CTakeDamageInfo",
"name": "info"
}
]
},
{
"category": "client",
"name": "PANEL:DragHoverClick",
"args": [
{
"type": "number",
"name": "hoverTime"
}
]
},
{
"category": "server",
"name": "NEXTBOT:OnUnStuck",
"args": []
},
{
"category": "client",
"name": "PANEL:ActionSignal",
"args": [
{
"type": "string",
"name": "signalName"
},
{
"type": "string",
"name": "signalValue"
}
]
},
{
"category": "server",
"name": "NEXTBOT:RunBehaviour",
"args": []
},
{
"category": "client",
"name": "PANEL:ApplySchemeSettings",
"args": []
},
{
"category": "client",
"name": "PANEL:DroppedOn",
"args": [
{
"type": "Panel",
"name": "pnl"
}
]
},
{
"category": "client",
"name": "PANEL:AnimationThink",
"args": []
},
{
"category": "client",
"name": "PANEL:OnChangeTargetURL",
"args": [
{
"type": "string",
"name": "targetURL"
}
]
},
{
"category": "client",
"name": "PANEL:Init",
"args": []
},
{
"category": "client",
"name": "PANEL:GenerateExample",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "Panel",
"name": "dpropertysheet"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "PANEL:OnActivate",
"args": []
},
{
"category": "client",
"name": "PANEL:OnChildAdded",
"args": [
{
"type": "Panel",
"name": "child"
}
]
},
{
"category": "client",
"name": "PANEL:OnCursorEntered",
"args": []
},
{
"category": "client",
"name": "PANEL:OnChildViewCreated",
"args": [
{
"type": "string",
"name": "sourceURL"
},
{
"type": "string",
"name": "targetURL"
},
{
"type": "boolean",
"name": "isPopup"
}
]
},
{
"category": "client",
"name": "PANEL:OnChangeTitle",
"args": [
{
"type": "string",
"name": "newTitle"
}
]
},
{
"category": "client",
"name": "PANEL:OnCursorExited",
"args": []
},
{
"category": "client",
"name": "PANEL:LoadCookies",
"args": []
},
{
"category": "client",
"name": "PANEL:OnCursorMoved",
"args": [
{
"type": "number",
"name": "cursorX"
},
{
"type": "number",
"name": "cursorY"
}
]
},
{
"category": "client",
"name": "PANEL:OnChildRemoved",
"args": [
{
"type": "Panel",
"name": "child"
}
]
},
{
"category": "client",
"name": "PANEL:OnFocusChanged",
"args": [
{
"type": "boolean",
"name": "gained"
}
]
},
{
"category": "client",
"name": "PANEL:OnDocumentReady",
"args": [
{
"type": "string",
"name": "url"
}
]
},
{
"category": "client",
"name": "PANEL:OnDeactivate",
"args": []
},
{
"category": "client",
"name": "PANEL:OnDrop",
"args": []
},
{
"category": "client",
"name": "PANEL:OnRemove",
"args": []
},
{
"category": "client",
"name": "PANEL:OnMouseWheeled",
"args": [
{
"type": "number",
"name": "scrollDelta"
}
]
},
{
"category": "client",
"name": "PANEL:OnMouseReleased",
"args": [
{
"type": "number",
"name": "keyCode"
}
]
},
{
"category": "client",
"name": "PANEL:OnKeyCodePressed",
"args": [
{
"type": "number",
"name": "keyCode"
}
]
},
{
"category": "client",
"name": "PANEL:OnSizeChanged",
"args": [
{
"type": "number",
"name": "newWidth"
},
{
"type": "number",
"name": "newHeight"
}
]
},
{
"category": "client",
"name": "PANEL:OnStartDragging",
"args": []
},
{
"category": "client",
"name": "PANEL:Paint",
"args": [
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "PANEL:PerformLayout",
"args": [
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "PANEL:OnScreenSizeChanged",
"args": [
{
"type": "number",
"name": "oldWidth"
},
{
"type": "number",
"name": "oldHeight"
}
]
},
{
"category": "client",
"name": "PANEL:PostAutoRefresh",
"args": []
},
{
"category": "client",
"name": "PANEL:PaintOver",
"args": [
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "PANEL:OnMousePressed",
"args": [
{
"type": "number",
"name": "keyCode"
}
]
},
{
"category": "client",
"name": "PANEL:OnKeyCodeReleased",
"args": [
{
"type": "number",
"name": "keyCode"
}
]
},
{
"category": "client",
"name": "PANEL:PreAutoRefresh",
"args": []
},
{
"category": "client",
"name": "PANEL:Think",
"args": []
},
{
"category": "client",
"name": "PLAYER:GetHandsModel",
"args": []
},
{
"category": "client",
"name": "PLAYER:FinishMove",
"args": [
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "server",
"name": "PLAYER:SetModel",
"args": []
},
{
"category": "client",
"name": "PANEL:OnStopDragging",
"args": []
},
{
"category": "server",
"name": "PLAYER:Loadout",
"args": []
},
{
"category": "shared",
"name": "PLAYER:Init",
"args": []
},
{
"category": "server",
"name": "PLAYER:Spawn",
"args": []
},
{
"category": "shared",
"name": "PLAYER:SetupDataTables",
"args": []
},
{
"category": "client",
"name": "PLAYER:Move",
"args": [
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "client",
"name": "PLAYER:PostDrawViewModel",
"args": [
{
"type": "Entity",
"name": "viewmodel"
},
{
"type": "Entity",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "PLAYER:PreDrawViewModel",
"args": [
{
"type": "Entity",
"name": "viewmodel"
},
{
"type": "Entity",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "PLAYER:ViewModelChanged",
"args": [
{
"type": "Entity",
"name": "viewmodel"
},
{
"type": "string",
"name": "old"
},
{
"type": "string",
"name": "new"
}
]
},
{
"category": "client",
"name": "SANDBOX:AddGamemodeToolMenuCategories",
"args": []
},
{
"category": "client",
"name": "PLAYER:StartMove",
"args": [
{
"type": "CMoveData",
"name": "mv"
},
{
"type": "CUserCmd",
"name": "cmd"
}
]
},
{
"category": "client",
"name": "SANDBOX:AddGamemodeToolMenuTabs",
"args": []
},
{
"category": "shared",
"name": "SANDBOX:CanProperty",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "property"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "SANDBOX:AddToolMenuTabs",
"args": []
},
{
"category": "client",
"name": "SANDBOX:AddToolMenuCategories",
"args": []
},
{
"category": "shared",
"name": "SANDBOX:CanTool",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "tr"
},
{
"type": "string",
"name": "tool"
}
]
},
{
"category": "client",
"name": "SANDBOX:ContextMenuOpen",
"args": []
},
{
"category": "client",
"name": "SANDBOX:ContextMenuCreated",
"args": [
{
"type": "Panel",
"name": "g"
}
]
},
{
"category": "server",
"name": "SANDBOX:PersistenceLoad",
"args": []
},
{
"category": "server",
"name": "SANDBOX:PlayerGiveSWEP",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "weapon"
},
{
"type": "table",
"name": "swep"
}
]
},
{
"category": "client",
"name": "SANDBOX:ContentSidebarSelection",
"args": [
{
"type": "Panel",
"name": "parent"
},
{
"type": "Panel",
"name": "node"
}
]
},
{
"category": "client",
"name": "SANDBOX:PaintNotes",
"args": []
},
{
"category": "client",
"name": "SANDBOX:PaintWorldTips",
"args": []
},
{
"category": "shared",
"name": "SANDBOX:CanDrive",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PersistenceSave",
"args": []
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedNPC",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedEffect",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnProp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnNPC",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "npc"
},
{
"type": "string",
"name": "weapon"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnSWEP",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "weapon"
},
{
"type": "table",
"name": "swep"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnRagdoll",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedProp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
},
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedSENT",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedVehicle",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnSENT",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "class"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedSWEP",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnEffect",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnObject",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
},
{
"type": "number",
"name": "skin"
}
]
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnedRagdoll",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "SANDBOX:PopulatePropMenu",
"args": []
},
{
"category": "server",
"name": "SANDBOX:PlayerSpawnVehicle",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "model"
},
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "table"
}
]
},
{
"category": "client",
"name": "SANDBOX:SpawnMenuEnabled",
"args": []
},
{
"category": "client",
"name": "SANDBOX:PostReloadToolsMenu",
"args": []
},
{
"category": "client",
"name": "SANDBOX:PopulateSTOOLMenu",
"args": []
},
{
"category": "client",
"name": "SANDBOX:PopulateToolMenu",
"args": []
},
{
"category": "client",
"name": "SANDBOX:PreReloadToolsMenu",
"args": []
},
{
"category": "client",
"name": "TOOL:DrawHUD",
"args": []
},
{
"category": "client",
"name": "SANDBOX:SpawnMenuOpen",
"args": []
},
{
"category": "shared",
"name": "TOOL:Deploy",
"args": []
},
{
"category": "shared",
"name": "TOOL:LeftClick",
"args": [
{
"type": "table",
"name": "tr"
}
]
},
{
"category": "shared",
"name": "TOOL:RightClick",
"args": [
{
"type": "table",
"name": "tr"
}
]
},
{
"category": "client",
"name": "WEAPON:AdjustMouseSensitivity",
"args": []
},
{
"category": "shared",
"name": "TOOL:Think",
"args": []
},
{
"category": "shared",
"name": "WEAPON:Ammo",
"args": []
},
{
"category": "shared",
"name": "TOOL:Reload",
"args": [
{
"type": "table",
"name": "tr"
}
]
},
{
"category": "shared",
"name": "WEAPON:Ammo",
"args": []
},
{
"category": "client",
"name": "WEAPON:CustomAmmoDisplay",
"args": []
},
{
"category": "client",
"name": "WEAPON:CalcViewModelView",
"args": [
{
"type": "Entity",
"name": "ViewModel"
},
{
"type": "Vector",
"name": "OldEyePos"
},
{
"type": "Angle",
"name": "OldEyeAng"
},
{
"type": "Vector",
"name": "EyePos"
},
{
"type": "Angle",
"name": "EyeAng"
}
]
},
{
"category": "client",
"name": "WEAPON:CalcView",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "fov"
}
]
},
{
"category": "shared",
"name": "TOOL:Holster",
"args": []
},
{
"category": "shared",
"name": "WEAPON:Deploy",
"args": []
},
{
"category": "client",
"name": "TOOL:FreezeMovement",
"args": []
},
{
"category": "shared",
"name": "WEAPON:CanSecondaryAttack",
"args": []
},
{
"category": "client",
"name": "WEAPON:DrawHUDBackground",
"args": []
},
{
"category": "client",
"name": "TOOL:DrawToolScreen",
"args": [
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "WEAPON:DrawHUD",
"args": []
},
{
"category": "client",
"name": "WEAPON:DoDrawCrosshair",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "shared",
"name": "WEAPON:DoImpactEffect",
"args": [
{
"type": "table",
"name": "tr"
},
{
"type": "number",
"name": "damageType"
}
]
},
{
"category": "shared",
"name": "WEAPON:CanPrimaryAttack",
"args": []
},
{
"category": "client",
"name": "WEAPON:DrawWorldModel",
"args": []
},
{
"category": "server",
"name": "WEAPON:AcceptInput",
"args": [
{
"type": "string",
"name": "inputName"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "called"
},
{
"type": "string",
"name": "data"
}
]
},
{
"category": "client",
"name": "WEAPON:DrawWorldModelTranslucent",
"args": []
},
{
"category": "client",
"name": "WEAPON:DrawWeaponSelection",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "server",
"name": "WEAPON:Equip",
"args": [
{
"type": "Entity",
"name": "NewOwner"
}
]
},
{
"category": "server",
"name": "WEAPON:EquipAmmo",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "WEAPON:GetTracerOrigin",
"args": []
},
{
"category": "shared",
"name": "WEAPON:FireAnimationEvent",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "event"
},
{
"type": "string",
"name": "options"
}
]
},
{
"category": "client",
"name": "WEAPON:GetViewModelPosition",
"args": [
{
"type": "Vector",
"name": "EyePos"
},
{
"type": "Angle",
"name": "EyeAng"
}
]
},
{
"category": "server",
"name": "WEAPON:GetCapabilities",
"args": []
},
{
"category": "client",
"name": "WEAPON:FreezeMovement",
"args": []
},
{
"category": "client",
"name": "WEAPON:HUDShouldDraw",
"args": [
{
"type": "string",
"name": "element"
}
]
},
{
"category": "shared",
"name": "WEAPON:Holster",
"args": [
{
"type": "Entity",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "WEAPON:OnReloaded",
"args": []
},
{
"category": "server",
"name": "WEAPON:KeyValue",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "server",
"name": "WEAPON:OnDrop",
"args": []
},
{
"category": "client",
"name": "WEAPON:PostDrawViewModel",
"args": [
{
"type": "Entity",
"name": "vm"
},
{
"type": "Weapon",
"name": "weapon"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "WEAPON:PreDrawViewModel",
"args": [
{
"type": "Entity",
"name": "vm"
},
{
"type": "Weapon",
"name": "weapon"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "WEAPON:OnRestore",
"args": []
},
{
"category": "shared",
"name": "WEAPON:OnRemove",
"args": []
},
{
"category": "shared",
"name": "WEAPON:Reload",
"args": []
},
{
"category": "shared",
"name": "WEAPON:PrimaryAttack",
"args": []
},
{
"category": "shared",
"name": "WEAPON:ShootEffects",
"args": []
},
{
"category": "client",
"name": "WEAPON:PrintWeaponInfo",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "shared",
"name": "WEAPON:SetWeaponHoldType",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "WEAPON:Initialize",
"args": []
},
{
"category": "shared",
"name": "WEAPON:SetDeploySpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "WEAPON:TakePrimaryAmmo",
"args": [
{
"type": "number",
"name": "amount"
}
]
},
{
"category": "shared",
"name": "WEAPON:SetupDataTables",
"args": []
},
{
"category": "shared",
"name": "WEAPON:OwnerChanged",
"args": []
},
{
"category": "shared",
"name": "WEAPON:TakeSecondaryAmmo",
"args": [
{
"type": "number",
"name": "amount"
}
]
},
{
"category": "shared",
"name": "WEAPON:TranslateActivity",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "WEAPON:ShootBullet",
"args": [
{
"type": "number",
"name": "damage"
},
{
"type": "number",
"name": "num"
},
{
"type": "number",
"name": "aimcone"
}
]
},
{
"category": "shared",
"name": "WEAPON:SecondaryAttack",
"args": []
},
{
"category": "client",
"name": "WEAPON:RenderScreen",
"args": []
},
{
"category": "server",
"name": "WEAPON:ShouldDropOnDie",
"args": []
},
{
"category": "shared",
"name": "WEAPON:Think",
"args": []
},
{
"category": "client",
"name": "WEAPON:TranslateFOV",
"args": [
{
"type": "number",
"name": "fov"
}
]
},
{
"category": "client",
"name": "WEAPON:ViewModelDrawn",
"args": [
{
"type": "Entity",
"name": "ViewModel"
}
]
},
{
"category": "client",
"name": "achievements.GetName",
"args": [
{
"type": "number",
"name": "achievementID"
}
]
},
{
"category": "client",
"name": "achievements.Count",
"args": []
},
{
"category": "client",
"name": "achievements.GetDesc",
"args": [
{
"type": "number",
"name": "achievementID"
}
]
},
{
"category": "client",
"name": "achievements.SpawnedNPC",
"args": []
},
{
"category": "client",
"name": "achievements.IsAchieved",
"args": [
{
"type": "number",
"name": "AchievementID"
}
]
},
{
"category": "shared",
"name": "Angle:RotateAroundAxis",
"args": [
{
"type": "Vector",
"name": "axis"
},
{
"type": "number",
"name": "rotation"
}
]
},
{
"category": "client",
"name": "achievements.IncGoodies",
"args": []
},
{
"category": "shared",
"name": "Angle:Add",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "Angle:Forward",
"args": []
},
{
"category": "shared",
"name": "Angle:Set",
"args": [
{
"type": "Angle",
"name": "originalAngle"
}
]
},
{
"category": "shared",
"name": "Angle:IsZero",
"args": []
},
{
"category": "server",
"name": "ai.GetTaskID",
"args": [
{
"type": "string",
"name": "task"
}
]
},
{
"category": "shared",
"name": "Angle:Div",
"args": [
{
"type": "number",
"name": "scalar"
}
]
},
{
"category": "client",
"name": "achievements.IncBystander",
"args": []
},
{
"category": "shared",
"name": "Angle:Normalize",
"args": []
},
{
"category": "client",
"name": "achievements.IncBaddies",
"args": []
},
{
"category": "client",
"name": "achievements.BalloonPopped",
"args": []
},
{
"category": "server",
"name": "ai.GetScheduleID",
"args": [
{
"type": "string",
"name": "sched"
}
]
},
{
"category": "client",
"name": "achievements.Remover",
"args": []
},
{
"category": "shared",
"name": "Angle:Mul",
"args": [
{
"type": "number",
"name": "scalar"
}
]
},
{
"category": "client",
"name": "achievements.SpawnMenuOpen",
"args": []
},
{
"category": "client",
"name": "achievements.SpawnedProp",
"args": []
},
{
"category": "client",
"name": "achievements.EatBall",
"args": []
},
{
"category": "client",
"name": "achievements.GetGoal",
"args": [
{
"type": "number",
"name": "achievementID"
}
]
},
{
"category": "shared",
"name": "Angle:Right",
"args": []
},
{
"category": "client",
"name": "achievements.SpawnedRagdoll",
"args": []
},
{
"category": "client",
"name": "achievements.GetCount",
"args": [
{
"type": "number",
"name": "achievementID"
}
]
},
{
"category": "shared",
"name": "Angle:SnapTo",
"args": [
{
"type": "string",
"name": "axis"
},
{
"type": "number",
"name": "target"
}
]
},
{
"category": "shared",
"name": "bit.bor",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "vararg",
"name": "..."
}
]
},
{
"category": "shared",
"name": "Angle:Sub",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "baseclass.Get",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "bit.arshift",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "shiftCount"
}
]
},
{
"category": "shared",
"name": "bit.band",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "otherValues"
}
]
},
{
"category": "shared",
"name": "Angle:Up",
"args": []
},
{
"category": "shared",
"name": "bit.bxor",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "otherValues"
}
]
},
{
"category": "shared",
"name": "Angle:Zero",
"args": []
},
{
"category": "shared",
"name": "bit.tohex",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "digits"
}
]
},
{
"category": "shared",
"name": "bit.rol",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "shiftCount"
}
]
},
{
"category": "shared",
"name": "baseclass.Set",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "bit.bswap",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "bit.bnot",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "client",
"name": "cam.End",
"args": []
},
{
"category": "shared",
"name": "bit.tobit",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "bit.rshift",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "shiftCount"
}
]
},
{
"category": "shared",
"name": "bit.ror",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "shiftCount"
}
]
},
{
"category": "client",
"name": "cam.ApplyShake",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "number",
"name": "factor"
}
]
},
{
"category": "shared",
"name": "bit.lshift",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "shiftCount"
}
]
},
{
"category": "client",
"name": "cam.End",
"args": []
},
{
"category": "client",
"name": "cam.PopModelMatrix",
"args": []
},
{
"category": "client",
"name": "cam.PushModelMatrix",
"args": [
{
"type": "VMatrix",
"name": "matrix"
}
]
},
{
"category": "client",
"name": "cam.EndOrthoView",
"args": []
},
{
"category": "client",
"name": "cam.Start",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "EyePos",
"name": ""
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "EyeAngles",
"name": ""
},
{
"type": "number",
"name": "fov"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "ScrW",
"name": ""
},
{
"type": "number",
"name": "h"
},
{
"type": "ScrH",
"name": ""
},
{
"type": "number",
"name": "zNear"
},
{
"type": "number",
"name": "zFar"
}
]
},
{
"category": "client",
"name": "cam.Start",
"args": [
{
"type": "table",
"name": "dataTbl"
}
]
},
{
"category": "client",
"name": "cam.End",
"args": []
},
{
"category": "client",
"name": "cam.IgnoreZ",
"args": [
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "client",
"name": "cam.Start",
"args": []
},
{
"category": "client",
"name": "cam.End",
"args": []
},
{
"category": "client",
"name": "cam.Start",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "client",
"name": "cam.StartOrthoView",
"args": [
{
"type": "number",
"name": "leftOffset"
},
{
"type": "number",
"name": "topOffset"
},
{
"type": "number",
"name": "rightOffset"
},
{
"type": "number",
"name": "bottomOffset"
}
]
},
{
"category": "shared",
"name": "CEffectData:GetAngles",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetEntity",
"args": []
},
{
"category": "server",
"name": "CEffectData:GetEntIndex",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetOrigin",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetMagnitude",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetAttachment",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetMaterialIndex",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetDamageType",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetColor",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetNormal",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetHitBox",
"args": []
},
{
"category": "shared",
"name": "CEffectData:SetAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "CEffectData:GetFlags",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetSurfaceProp",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetScale",
"args": []
},
{
"category": "shared",
"name": "CEffectData:SetAttachment",
"args": [
{
"type": "number",
"name": "attachment"
}
]
},
{
"category": "shared",
"name": "CEffectData:GetStart",
"args": []
},
{
"category": "shared",
"name": "CEffectData:GetRadius",
"args": []
},
{
"category": "server",
"name": "CEffectData:SetEntIndex",
"args": [
{
"type": "number",
"name": "entIndex"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetDamageType",
"args": [
{
"type": "number",
"name": "damageType"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetFlags",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetColor",
"args": [
{
"type": "number",
"name": "color"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetEntity",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetScale",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "client",
"name": "chat.GetChatBoxSize",
"args": []
},
{
"category": "client",
"name": "chat.Open",
"args": [
{
"type": "number",
"name": "mode"
}
]
},
{
"category": "client",
"name": "chat.GetChatBoxPos",
"args": []
},
{
"category": "shared",
"name": "CEffectData:SetHitBox",
"args": [
{
"type": "number",
"name": "hitBoxIndex"
}
]
},
{
"category": "client",
"name": "chat.AddText",
"args": [
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetRadius",
"args": [
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetMagnitude",
"args": [
{
"type": "number",
"name": "magnitude"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetNormal",
"args": [
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetSurfaceProp",
"args": [
{
"type": "number",
"name": "surfaceProperties"
}
]
},
{
"category": "client",
"name": "chat.Close",
"args": []
},
{
"category": "shared",
"name": "CEffectData:SetStart",
"args": [
{
"type": "Vector",
"name": "start"
}
]
},
{
"category": "client",
"name": "chat.PlaySound",
"args": []
},
{
"category": "shared",
"name": "CEffectData:SetMaterialIndex",
"args": [
{
"type": "number",
"name": "materialIndex"
}
]
},
{
"category": "server",
"name": "cleanup.CC",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "string",
"name": "command"
},
{
"type": "table",
"name": "args"
}
]
},
{
"category": "server",
"name": "cleanup.CC",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "string",
"name": "command"
},
{
"type": "table",
"name": "args"
}
]
},
{
"category": "shared",
"name": "CEffectData:SetOrigin",
"args": [
{
"type": "Vector",
"name": "origin"
}
]
},
{
"category": "shared",
"name": "cleanup.GetTable",
"args": []
},
{
"category": "server",
"name": "cleanup.Add",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "string",
"name": "type"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "cleanup.Register",
"args": [
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "cleanup.GetList",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:Add",
"args": [
{
"type": "string",
"name": "material"
},
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "cleanup.UpdateUI",
"args": []
},
{
"category": "server",
"name": "cleanup.ReplaceEntity",
"args": [
{
"type": "Entity",
"name": "from"
},
{
"type": "Entity",
"name": "to"
}
]
},
{
"category": "client",
"name": "CLuaEmitter:Draw",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:GetPos",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:Is",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:Finish",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetDeceleration",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:SetBBox",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
}
]
},
{
"category": "client",
"name": "CLuaEmitter:SetPos",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "CLuaEmitter:SetNearClip",
"args": [
{
"type": "number",
"name": "distanceMin"
},
{
"type": "number",
"name": "distanceMax"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:FaceTowards",
"args": [
{
"type": "Vector",
"name": "goal"
}
]
},
{
"category": "client",
"name": "CLuaEmitter:GetNumActiveParticles",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetCurrentAcceleration",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:IsValid",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetMaxYawRate",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:ClearStuck",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetAcceleration",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsOnGround",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetGroundMotionVector",
"args": []
},
{
"category": "client",
"name": "CLuaEmitter:SetNoDraw",
"args": [
{
"type": "boolean",
"name": "noDraw"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:GetDeathDropHeight",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:Approach",
"args": [
{
"type": "Vector",
"name": "goal"
},
{
"type": "number",
"name": "goalweight"
}
]
},
{
"category": "client",
"name": "CLuaEmitter:SetParticleCullRadius",
"args": [
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:GetJumpHeight",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetStepHeight",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsClimbingOrJumping",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetMaxJumpHeight",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetNextBot",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:GetVelocity",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsAttemptingToMove",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsStuck",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsUsingLadder",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:IsAreaTraversable",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:Jump",
"args": []
},
{
"category": "server",
"name": "CLuaLocomotion:JumpAcrossGap",
"args": [
{
"type": "Vector",
"name": "landingGoal"
},
{
"type": "Vector",
"name": "landingForward"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetStepHeight",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetAcceleration",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetDeathDropHeight",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetMaxYawRate",
"args": [
{
"type": "number",
"name": "yawRate"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetDesiredSpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetJumpHeight",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "server",
"name": "CLuaLocomotion:SetDeceleration",
"args": [
{
"type": "number",
"name": "deceleration"
}
]
},
{
"category": "client",
"name": "CLuaParticle:GetAngles",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetAirResistance",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetAngleVelocity",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetDieTime",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetGravity",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetEndSize",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetStartSize",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetStartAlpha",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetBounce",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetRollDelta",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetAngleVelocity",
"args": [
{
"type": "Angle",
"name": "angVel"
}
]
},
{
"category": "client",
"name": "CLuaParticle:GetEndAlpha",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetPos",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetEndLength",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetColor",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetLifeTime",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetRoll",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:GetVelocity",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetAirResistance",
"args": [
{
"type": "number",
"name": "airResistance"
}
]
},
{
"category": "client",
"name": "CLuaParticle:GetStartLength",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetBounce",
"args": [
{
"type": "number",
"name": "bounce"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetColor",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetCollide",
"args": [
{
"type": "boolean",
"name": "shouldCollide"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetEndLength",
"args": [
{
"type": "number",
"name": "endLength"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetGravity",
"args": [
{
"type": "Vector",
"name": "gravity"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetLighting",
"args": [
{
"type": "boolean",
"name": "useLighting"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetCollideCallback",
"args": [
{
"type": "function",
"name": "collideFunc"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetLifeTime",
"args": [
{
"type": "number",
"name": "lifeTime"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetEndSize",
"args": [
{
"type": "number",
"name": "endSize"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetDieTime",
"args": [
{
"type": "number",
"name": "dieTime"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetNextThink",
"args": [
{
"type": "number",
"name": "nextThink"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetEndAlpha",
"args": [
{
"type": "number",
"name": "endAlpha"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetPos",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetStartAlpha",
"args": [
{
"type": "number",
"name": "startAlpha"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetRoll",
"args": [
{
"type": "number",
"name": "roll"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetForwardSpeed",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetRollDelta",
"args": [
{
"type": "number",
"name": "rollDelta"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetConstraintRadius",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetStartLength",
"args": [
{
"type": "number",
"name": "startLength"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetStartSize",
"args": [
{
"type": "number",
"name": "startSize"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetImpulseCommand",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetVelocityScale",
"args": [
{
"type": "boolean",
"name": "doScale"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetButtons",
"args": []
},
{
"category": "client",
"name": "CLuaParticle:SetThinkFunction",
"args": [
{
"type": "function",
"name": "thinkFunc"
}
]
},
{
"category": "client",
"name": "CLuaParticle:SetVelocity",
"args": [
{
"type": "Vector",
"name": "vel"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetMoveAngles",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetAngles",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetAbsMoveAngles",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetMaxClientSpeed",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetOldButtons",
"args": []
},
{
"category": "shared",
"name": "CMoveData:AddKey",
"args": [
{
"type": "number",
"name": "keys"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetMaxSpeed",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetOldAngles",
"args": []
},
{
"category": "shared",
"name": "CMoveData:KeyDown",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetVelocity",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetSideSpeed",
"args": []
},
{
"category": "shared",
"name": "CMoveData:GetOrigin",
"args": []
},
{
"category": "shared",
"name": "CMoveData:SetAbsMoveAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "CMoveData:GetUpSpeed",
"args": []
},
{
"category": "shared",
"name": "CMoveData:KeyWasDown",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "CMoveData:KeyPressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "CMoveData:KeyReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetButtons",
"args": [
{
"type": "number",
"name": "buttons"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetMoveAngles",
"args": [
{
"type": "Angle",
"name": "dir"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetOrigin",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetConstraintRadius",
"args": [
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetOldButtons",
"args": [
{
"type": "number",
"name": "buttons"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "server",
"name": "CNavArea:AddHidingSpot",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetSideSpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "server",
"name": "CNavArea:AddToClosedList",
"args": []
},
{
"category": "shared",
"name": "CMoveData:SetImpulseCommand",
"args": [
{
"type": "number",
"name": "impulse"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetForwardSpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetMaxSpeed",
"args": [
{
"type": "number",
"name": "maxSpeed"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetUpSpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "server",
"name": "CNavArea:AddToOpenList",
"args": []
},
{
"category": "server",
"name": "CNavArea:ComputeGroundHeightChange",
"args": [
{
"type": "CNavArea",
"name": "navArea"
}
]
},
{
"category": "shared",
"name": "CMoveData:SetOldAngles",
"args": [
{
"type": "Angle",
"name": "aimAng"
}
]
},
{
"category": "server",
"name": "CNavArea:ConnectTo",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavArea:ClearSearchLists",
"args": []
},
{
"category": "shared",
"name": "CMoveData:SetMaxClientSpeed",
"args": [
{
"type": "number",
"name": "maxSpeed"
}
]
},
{
"category": "server",
"name": "CNavArea:ComputeAdjacentConnectionHeightChange",
"args": [
{
"type": "CNavArea",
"name": "navarea"
}
]
},
{
"category": "server",
"name": "CNavArea:ComputeDirection",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "CNavArea:GetAdjacentAreas",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetAdjacentCountAtSide",
"args": [
{
"type": "number",
"name": "navDir"
}
]
},
{
"category": "server",
"name": "CNavArea:Draw",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetAdjacentAreasAtSide",
"args": [
{
"type": "number",
"name": "navDir"
}
]
},
{
"category": "server",
"name": "CNavArea:DrawSpots",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetAttributes",
"args": []
},
{
"category": "server",
"name": "CNavArea:Disconnect",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavArea:Contains",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "CNavArea:GetAdjacentCount",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetCenter",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetExtentInfo",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetHidingSpots",
"args": [
{
"type": "number",
"name": "type"
}
]
},
{
"category": "server",
"name": "CNavArea:GetLadders",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetCostSoFar",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetExposedSpots",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetClosestPointOnArea",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "CNavArea:GetID",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetCorner",
"args": [
{
"type": "number",
"name": "cornerid"
}
]
},
{
"category": "server",
"name": "CNavArea:GetRandomAdjacentAreaAtSide",
"args": [
{
"type": "number",
"name": "navDir"
}
]
},
{
"category": "server",
"name": "CNavArea:GetSizeY",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetParent",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetIncomingConnectionsAtSide",
"args": [
{
"type": "number",
"name": "navDir"
}
]
},
{
"category": "server",
"name": "CNavArea:GetPlace",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetParentHow",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetTotalCost",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetLaddersAtSide",
"args": [
{
"type": "number",
"name": "navDir"
}
]
},
{
"category": "server",
"name": "CNavArea:GetIncomingConnections",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetRandomPoint",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetSizeX",
"args": []
},
{
"category": "server",
"name": "CNavArea:GetZ",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "CNavArea:IsFlat",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsBlocked",
"args": [
{
"type": "number",
"name": "teamID"
},
{
"type": "boolean",
"name": "ignoreNavBlockers"
}
]
},
{
"category": "server",
"name": "CNavArea:HasAttributes",
"args": [
{
"type": "number",
"name": "attribs"
}
]
},
{
"category": "server",
"name": "CNavArea:IsClosed",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsOpenListEmpty",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsOverlapping",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "tolerance"
}
]
},
{
"category": "server",
"name": "CNavArea:IsOpen",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsCoplanar",
"args": [
{
"type": "CNavArea",
"name": "navArea"
}
]
},
{
"category": "server",
"name": "CNavArea:IsConnected",
"args": [
{
"type": "CNavArea",
"name": "navArea"
}
]
},
{
"category": "server",
"name": "CNavArea:IsConnectedAtSide",
"args": [
{
"type": "CNavArea",
"name": "navArea"
},
{
"type": "number",
"name": "navDirType"
}
]
},
{
"category": "server",
"name": "CNavArea:IsOverlappingArea",
"args": [
{
"type": "CNavArea",
"name": "navArea"
}
]
},
{
"category": "server",
"name": "CNavArea:PlaceOnGround",
"args": [
{
"type": "number",
"name": "corner"
}
]
},
{
"category": "server",
"name": "CNavArea:IsUnderwater",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsRoughlySquare",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsValid",
"args": []
},
{
"category": "server",
"name": "CNavArea:SetCostSoFar",
"args": [
{
"type": "number",
"name": "cost"
}
]
},
{
"category": "server",
"name": "CNavArea:Remove",
"args": []
},
{
"category": "server",
"name": "CNavArea:IsVisible",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "CNavArea:SetPlace",
"args": [
{
"type": "string",
"name": "place"
}
]
},
{
"category": "server",
"name": "CNavArea:RemoveFromClosedList",
"args": []
},
{
"category": "server",
"name": "CNavLadder:ConnectTo",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavArea:PopOpenList",
"args": []
},
{
"category": "server",
"name": "CNavArea:SetCorner",
"args": [
{
"type": "number",
"name": "corner"
},
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "CNavArea:UpdateOnOpenList",
"args": []
},
{
"category": "server",
"name": "CNavArea:SetAttributes",
"args": [
{
"type": "number",
"name": "attribs"
}
]
},
{
"category": "server",
"name": "CNavArea:SetTotalCost",
"args": [
{
"type": "number",
"name": "cost"
}
]
},
{
"category": "server",
"name": "CNavArea:SetParent",
"args": [
{
"type": "CNavArea",
"name": "parent"
}
]
},
{
"category": "server",
"name": "CNavLadder:GetLength",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetBottom",
"args": []
},
{
"category": "server",
"name": "CNavLadder:Disconnect",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavLadder:GetPosAtHeight",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "server",
"name": "CNavLadder:IsConnectedAtSide",
"args": [
{
"type": "CNavArea",
"name": "navArea"
},
{
"type": "number",
"name": "navDirType"
}
]
},
{
"category": "server",
"name": "CNavLadder:GetID",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetBottomArea",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetTopBehindArea",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetTopForwardArea",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetNormal",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetTopLeftArea",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetWidth",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetTopRightArea",
"args": []
},
{
"category": "server",
"name": "CNavLadder:GetTop",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:AddControlPoint",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "partAttachment"
},
{
"type": "number",
"name": "entAttachment"
},
{
"type": "Vector",
"name": "offset"
}
]
},
{
"category": "server",
"name": "CNavLadder:Remove",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:GetEffectName",
"args": []
},
{
"category": "server",
"name": "CNavLadder:IsValid",
"args": []
},
{
"category": "server",
"name": "CNavLadder:SetTopForwardArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavLadder:SetTopLeftArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavLadder:SetTopRightArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavLadder:SetBottomArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "CNavLadder:SetTopBehindArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:GetHighestControlPoint",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:GetAutoUpdateBBox",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPoint",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Vector",
"name": "value"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:GetOwner",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:IsViewModelEffect",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:IsValid",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:Render",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:IsFinished",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:Restart",
"args": []
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointRightVector",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Vector",
"name": "right"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointEntity",
"args": [
{
"type": "number",
"name": "child"
},
{
"type": "Entity",
"name": "parent"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointOrientation",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Vector",
"name": "forward"
},
{
"type": "Vector",
"name": "right"
},
{
"type": "Vector",
"name": "up"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointForwardVector",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Vector",
"name": "forward"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetSortOrigin",
"args": [
{
"type": "Vector",
"name": "origin"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetIsViewModelEffect",
"args": [
{
"type": "boolean",
"name": "isViewModel"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointUpVector",
"args": [
{
"type": "number",
"name": "cpID"
},
{
"type": "Vector",
"name": "upward"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:StopEmission",
"args": [
{
"type": "boolean",
"name": "infiniteOnly"
},
{
"type": "boolean",
"name": "removeAllParticles"
},
{
"type": "boolean",
"name": "wakeOnStop"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetControlPointParent",
"args": [
{
"type": "number",
"name": "child"
},
{
"type": "number",
"name": "parent"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:StartEmission",
"args": [
{
"type": "boolean",
"name": "infiniteOnly"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:SetShouldDraw",
"args": [
{
"type": "boolean",
"name": "should"
}
]
},
{
"category": "client",
"name": "CNewParticleEffect:StopEmissionAndDestroyImmediately",
"args": []
},
{
"category": "shared",
"name": "concommand.GetTable",
"args": []
},
{
"category": "shared",
"name": "concommand.AutoComplete",
"args": [
{
"type": "string",
"name": "command"
},
{
"type": "string",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "concommand.Add",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
},
{
"type": "function",
"name": "autoComplete"
},
{
"type": "string",
"name": "helpText"
},
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "Color:ToVector",
"args": []
},
{
"category": "server",
"name": "constraint.AddConstraintTable",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "constrt"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "concommand.Run",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "cmd"
},
{
"type": "any",
"name": "args"
},
{
"type": "string",
"name": "argumentString"
}
]
},
{
"category": "server",
"name": "constraint.AdvBallsocket",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "number",
"name": "torquelimit"
},
{
"type": "number",
"name": "xmin"
},
{
"type": "number",
"name": "ymin"
},
{
"type": "number",
"name": "zmin"
},
{
"type": "number",
"name": "xmax"
},
{
"type": "number",
"name": "ymax"
},
{
"type": "number",
"name": "zmax"
},
{
"type": "number",
"name": "xfric"
},
{
"type": "number",
"name": "yfric"
},
{
"type": "number",
"name": "zfric"
},
{
"type": "number",
"name": "onlyrotation"
},
{
"type": "number",
"name": "nocollide"
}
]
},
{
"category": "server",
"name": "constraint.AddConstraintTableNoDelete",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "constrt"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "constraint.CreateStaticAnchorPoint",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "constraint.CreateKeyframeRope",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "width"
},
{
"type": "string",
"name": "material"
},
{
"type": "Entity",
"name": "Constraint"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "table",
"name": "kv"
}
]
},
{
"category": "server",
"name": "constraint.Ballsocket",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LocalPos"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "number",
"name": "torquelimit"
},
{
"type": "number",
"name": "nocollide"
}
]
},
{
"category": "server",
"name": "constraint.FindConstraint",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "constraint.Find",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "type"
},
{
"type": "number",
"name": "bone"
},
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "server",
"name": "constraint.FindConstraints",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "type"
}
]
},
{
"category": "shared",
"name": "concommand.Remove",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "constraint.Axis",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "number",
"name": "torquelimit"
},
{
"type": "number",
"name": "friction"
},
{
"type": "number",
"name": "nocollide"
},
{
"type": "Vector",
"name": "LocalAxis"
},
{
"type": "boolean",
"name": "DontAddTable"
}
]
},
{
"category": "server",
"name": "constraint.ForgetConstraints",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "constraint.GetAllConstrainedEntities",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "ResultTable"
}
]
},
{
"category": "server",
"name": "constraint.Elastic",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "constant"
},
{
"type": "number",
"name": "damping"
},
{
"type": "number",
"name": "rdamping"
},
{
"type": "string",
"name": "material"
},
{
"type": "number",
"name": "width"
},
{
"type": "boolean",
"name": "stretchonly"
}
]
},
{
"category": "server",
"name": "constraint.CanConstrain",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "server",
"name": "constraint.FindConstraintEntity",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "constraint.Keepupright",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "bone"
},
{
"type": "number",
"name": "angularLimit"
}
]
},
{
"category": "server",
"name": "constraint.Motor",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "friction"
},
{
"type": "number",
"name": "torque"
},
{
"type": "number",
"name": "forcetime"
},
{
"type": "number",
"name": "nocollide"
},
{
"type": "number",
"name": "toggle"
},
{
"type": "Player",
"name": "pl"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "number",
"name": "numpadkey"
},
{
"type": "number",
"name": "numpadkey"
},
{
"type": "number",
"name": "direction"
},
{
"type": "Vector",
"name": "LocalAxis"
}
]
},
{
"category": "server",
"name": "constraint.GetTable",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "constraint.HasConstraints",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "constraint.NoCollide",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
}
]
},
{
"category": "server",
"name": "constraint.Pulley",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "WPos"
},
{
"type": "Vector",
"name": "WPos"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "boolean",
"name": "rigid"
},
{
"type": "number",
"name": "width"
},
{
"type": "string",
"name": "material"
}
]
},
{
"category": "server",
"name": "constraint.Hydraulic",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "Length"
},
{
"type": "number",
"name": "Length"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "key"
},
{
"type": "number",
"name": "fixed"
},
{
"type": "number",
"name": "speed"
},
{
"type": "string",
"name": "material"
}
]
},
{
"category": "server",
"name": "constraint.Rope",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "length"
},
{
"type": "number",
"name": "addlength"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "number",
"name": "width"
},
{
"type": "string",
"name": "material"
},
{
"type": "boolean",
"name": "rigid"
}
]
},
{
"category": "server",
"name": "constraint.Muscle",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "Length"
},
{
"type": "number",
"name": "Length"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "key"
},
{
"type": "number",
"name": "fixed"
},
{
"type": "number",
"name": "period"
},
{
"type": "number",
"name": "amplitude"
},
{
"type": "boolean",
"name": "starton"
},
{
"type": "string",
"name": "material"
}
]
},
{
"category": "server",
"name": "constraint.RemoveConstraints",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "constraint.Weld",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "bone"
},
{
"type": "number",
"name": "bone"
},
{
"type": "number",
"name": "forcelimit"
},
{
"type": "boolean",
"name": "nocollide"
},
{
"type": "boolean",
"name": "deleteent"
}
]
},
{
"category": "server",
"name": "constraint.RemoveAll",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "construct.Magnet",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "string",
"name": "model"
},
{
"type": "string",
"name": "material"
},
{
"type": "number",
"name": "key"
},
{
"type": "number",
"name": "maxObjects"
},
{
"type": "number",
"name": "strength"
},
{
"type": "number",
"name": "nopull"
},
{
"type": "number",
"name": "allowrot"
},
{
"type": "number",
"name": "startOn"
},
{
"type": "number",
"name": "toggle"
},
{
"type": "Vector",
"name": "vel"
},
{
"type": "Angle",
"name": "aVel"
},
{
"type": "boolean",
"name": "frozen"
}
]
},
{
"category": "server",
"name": "construct.SetPhysProp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "physObjID"
},
{
"type": "PhysObj",
"name": "physObj"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "client",
"name": "controlpanel.Clear",
"args": []
},
{
"category": "shared",
"name": "ConVar:GetBool",
"args": []
},
{
"category": "server",
"name": "constraint.Slider",
"args": [
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "width"
},
{
"type": "string",
"name": "material"
}
]
},
{
"category": "client",
"name": "controlpanel.Get",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "ConVar:GetFloat",
"args": []
},
{
"category": "shared",
"name": "ConVar:GetHelpText",
"args": []
},
{
"category": "server",
"name": "constraint.Winch",
"args": [
{
"type": "Player",
"name": "pl"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "Entity",
"name": "Ent"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "number",
"name": "Bone"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "Vector",
"name": "LPos"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "fwd"
},
{
"type": "number",
"name": "bwd"
},
{
"type": "number",
"name": "fwd"
},
{
"type": "number",
"name": "bwd"
},
{
"type": "string",
"name": "material"
},
{
"type": "boolean",
"name": "toggle"
}
]
},
{
"category": "shared",
"name": "ConVar:SetFloat",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "ConVar:GetDefault",
"args": []
},
{
"category": "shared",
"name": "ConVar:GetString",
"args": []
},
{
"category": "shared",
"name": "ConVar:GetInt",
"args": []
},
{
"category": "shared",
"name": "cookie.GetString",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "shared",
"name": "cookie.GetNumber",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "shared",
"name": "cookie.Delete",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "ConVar:SetInt",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "ConVar:GetName",
"args": []
},
{
"category": "shared",
"name": "cookie.Set",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "shared",
"name": "ConVar:SetBool",
"args": [
{
"type": "boolean",
"name": "value"
}
]
},
{
"category": "shared",
"name": "coroutine.resume",
"args": [
{
"type": "thread",
"name": "coroutine"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "ConVar:SetString",
"args": [
{
"type": "string",
"name": "value"
}
]
},
{
"category": "shared",
"name": "coroutine.create",
"args": [
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "coroutine.yield",
"args": [
{
"type": "vararg",
"name": "returnValue"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:AddPAS",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "coroutine.running",
"args": []
},
{
"category": "shared",
"name": "coroutine.wrap",
"args": [
{
"type": "function",
"name": "coroutine"
}
]
},
{
"category": "shared",
"name": "coroutine.status",
"args": [
{
"type": "thread",
"name": "coroutine"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:GetPlayers",
"args": []
},
{
"category": "shared",
"name": "coroutine.wait",
"args": [
{
"type": "number",
"name": "duration"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:AddAllPlayers",
"args": []
},
{
"category": "server",
"name": "CRecipientFilter:AddPlayer",
"args": [
{
"type": "Player",
"name": "Player"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:AddPVS",
"args": [
{
"type": "Vector",
"name": "Position"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:RemovePAS",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:RemoveAllPlayers",
"args": []
},
{
"category": "server",
"name": "CRecipientFilter:AddRecipientsByTeam",
"args": [
{
"type": "number",
"name": "teamid"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:GetCount",
"args": []
},
{
"category": "server",
"name": "CRecipientFilter:RemovePVS",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "CSoundPatch:ChangeVolume",
"args": [
{
"type": "number",
"name": "volume"
},
{
"type": "number",
"name": "deltaTime"
}
]
},
{
"category": "shared",
"name": "CSoundPatch:GetSoundLevel",
"args": []
},
{
"category": "client",
"name": "CSEnt:Remove",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:ChangePitch",
"args": [
{
"type": "number",
"name": "pitch"
},
{
"type": "number",
"name": "deltaTime"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:RemoveRecipientsByTeam",
"args": [
{
"type": "number",
"name": "teamid"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:RemovePlayer",
"args": [
{
"type": "Player",
"name": "Player"
}
]
},
{
"category": "shared",
"name": "CSoundPatch:PlayEx",
"args": [
{
"type": "number",
"name": "volume"
},
{
"type": "number",
"name": "pitch"
}
]
},
{
"category": "server",
"name": "CRecipientFilter:RemoveRecipientsNotOnTeam",
"args": [
{
"type": "number",
"name": "teamid"
}
]
},
{
"category": "shared",
"name": "CSoundPatch:IsPlaying",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:GetPitch",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:GetDSP",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:FadeOut",
"args": [
{
"type": "number",
"name": "seconds"
}
]
},
{
"category": "shared",
"name": "CSoundPatch:GetVolume",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:Play",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:Stop",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:SetDSP",
"args": [
{
"type": "number",
"name": "dsp"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetAmmoType",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetAttacker",
"args": []
},
{
"category": "shared",
"name": "CSoundPatch:SetSoundLevel",
"args": [
{
"type": "number",
"name": "level"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:AddDamage",
"args": [
{
"type": "number",
"name": "damageIncrease"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamageBonus",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetBaseDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamageCustom",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamagePosition",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetInflictor",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamageType",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:IsExplosionDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:IsFallDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetDamageForce",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:ScaleDamage",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetAmmoType",
"args": [
{
"type": "number",
"name": "ammoType"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetReportedPosition",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:IsBulletDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:GetMaxDamage",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:IsDamageType",
"args": [
{
"type": "number",
"name": "dmgType"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamageCustom",
"args": [
{
"type": "number",
"name": "DamageType"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetAttacker",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamagePosition",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamageBonus",
"args": [
{
"type": "number",
"name": "damage"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamage",
"args": [
{
"type": "number",
"name": "damage"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamageForce",
"args": [
{
"type": "Vector",
"name": "force"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SubtractDamage",
"args": [
{
"type": "number",
"name": "damage"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetInflictor",
"args": [
{
"type": "Entity",
"name": "inflictor"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetDamageType",
"args": [
{
"type": "number",
"name": "type"
}
]
},
{
"category": "shared",
"name": "CUserCmd:CommandNumber",
"args": []
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetMaxDamage",
"args": [
{
"type": "number",
"name": "maxDamage"
}
]
},
{
"category": "shared",
"name": "CTakeDamageInfo:SetReportedPosition",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "CUserCmd:GetForwardMove",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetButtons",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:ClearButtons",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:ClearMovement",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetMouseX",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetImpulse",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetMouseWheel",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:KeyDown",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "CUserCmd:RemoveKey",
"args": [
{
"type": "number",
"name": "button"
}
]
},
{
"category": "shared",
"name": "CUserCmd:GetUpMove",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:IsForced",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetViewAngles",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:SetForwardMove",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:GetSideMove",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:GetMouseY",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:SetMouseX",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetImpulse",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetMouseY",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SelectWeapon",
"args": [
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetButtons",
"args": [
{
"type": "number",
"name": "buttons"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetUpMove",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetMouseWheel",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "CUserCmd:SetSideMove",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "cvars.GetConVarCallbacks",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "boolean",
"name": "createIfNotFound"
}
]
},
{
"category": "shared",
"name": "cvars.Number",
"args": [
{
"type": "string",
"name": "cvar"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "shared",
"name": "CUserCmd:TickCount",
"args": []
},
{
"category": "shared",
"name": "CUserCmd:SetViewAngles",
"args": [
{
"type": "Angle",
"name": "viewAngle"
}
]
},
{
"category": "shared",
"name": "debug.debug",
"args": []
},
{
"category": "shared",
"name": "cvars.OnConVarChanged",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "oldVal"
},
{
"type": "string",
"name": "newVal"
}
]
},
{
"category": "shared",
"name": "cvars.AddChangeCallback",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
},
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "cvars.Bool",
"args": [
{
"type": "string",
"name": "cvar"
},
{
"type": "boolean",
"name": "default"
}
]
},
{
"category": "shared",
"name": "cvars.RemoveChangeCallback",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "indentifier"
}
]
},
{
"category": "shared",
"name": "debug.getfenv",
"args": [
{
"type": "table",
"name": "object"
}
]
},
{
"category": "shared",
"name": "cvars.String",
"args": [
{
"type": "string",
"name": "cvar"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "shared",
"name": "debug.gethook",
"args": [
{
"type": "thread",
"name": "thread"
}
]
},
{
"category": "shared",
"name": "debug.getinfo",
"args": [
{
"type": "function",
"name": "funcOrStackLevel"
},
{
"type": "string",
"name": "fields"
}
]
},
{
"category": "shared",
"name": "debug.getlocal",
"args": [
{
"type": "thread",
"name": "thread"
},
{
"type": "number",
"name": "level"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "debug.sethook",
"args": [
{
"type": "thread",
"name": "thread"
},
{
"type": "function",
"name": "hook"
},
{
"type": "string",
"name": "mask"
},
{
"type": "number",
"name": "count"
}
]
},
{
"category": "shared",
"name": "debug.getmetatable",
"args": [
{
"type": "any",
"name": "object"
}
]
},
{
"category": "shared",
"name": "debug.setfenv",
"args": [
{
"type": "table",
"name": "object"
},
{
"type": "table",
"name": "env"
}
]
},
{
"category": "shared",
"name": "debug.setupvalue",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "index"
},
{
"type": "any",
"name": "val"
}
]
},
{
"category": "shared",
"name": "debug.setlocal",
"args": [
{
"type": "thread",
"name": "thread"
},
{
"type": "number",
"name": "level"
},
{
"type": "number",
"name": "index"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "debug.Trace",
"args": []
},
{
"category": "shared",
"name": "debug.setmetatable",
"args": [
{
"type": "any",
"name": "object"
},
{
"type": "table",
"name": "metatable"
}
]
},
{
"category": "shared",
"name": "debug.getregistry",
"args": []
},
{
"category": "shared",
"name": "debug.traceback",
"args": [
{
"type": "thread",
"name": "thread"
},
{
"type": "string",
"name": "message"
},
{
"type": "number",
"name": "level"
}
]
},
{
"category": "shared",
"name": "debug.upvalueid",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "debugoverlay.BoxAngles",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "debug.getupvalue",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Box",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "debug.upvaluejoin",
"args": [
{
"type": "function",
"name": "f"
},
{
"type": "number",
"name": "n"
},
{
"type": "function",
"name": "f"
},
{
"type": "number",
"name": "n"
}
]
},
{
"category": "shared",
"name": "debugoverlay.EntityTextAtPosition",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "line"
},
{
"type": "string",
"name": "text"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Cross",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "size"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Axis",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "size"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "shared",
"name": "debugoverlay.SweptBox",
"args": [
{
"type": "Vector",
"name": "vStart"
},
{
"type": "Vector",
"name": "vEnd"
},
{
"type": "Vector",
"name": "vMins"
},
{
"type": "Vector",
"name": "vMaxs"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "derma.DefineControl",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "description"
},
{
"type": "table",
"name": "tab"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Line",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "client",
"name": "derma.Color",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Panel",
"name": "pnl"
},
{
"type": "table",
"name": "default"
}
]
},
{
"category": "client",
"name": "derma.GetControlList",
"args": []
},
{
"category": "shared",
"name": "debugoverlay.Grid",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Sphere",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "number",
"name": "size"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "shared",
"name": "debugoverlay.ScreenText",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "string",
"name": "text"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "derma.GetSkinTable",
"args": []
},
{
"category": "shared",
"name": "debugoverlay.Text",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "string",
"name": "text"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "boolean",
"name": "viewCheck"
}
]
},
{
"category": "shared",
"name": "debugoverlay.Triangle",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "client",
"name": "derma.DefineSkin",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "descriptions"
},
{
"type": "table",
"name": "skin"
}
]
},
{
"category": "client",
"name": "derma.GetDefaultSkin",
"args": []
},
{
"category": "client",
"name": "derma.RefreshSkins",
"args": []
},
{
"category": "client",
"name": "derma.GetNamedSkin",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "derma.SkinTexture",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Panel",
"name": "pnl"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "client",
"name": "dragndrop.Drop",
"args": []
},
{
"category": "client",
"name": "dragndrop.GetDroppable",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "dragndrop.Clear",
"args": []
},
{
"category": "client",
"name": "derma.SkinChangeIndex",
"args": []
},
{
"category": "client",
"name": "dragndrop.HandleDroppedInGame",
"args": []
},
{
"category": "client",
"name": "dragndrop.IsDragging",
"args": []
},
{
"category": "client",
"name": "dragndrop.CallReceiverFunction",
"args": [
{
"type": "boolean",
"name": "bDoDrop"
},
{
"type": "number",
"name": "command"
},
{
"type": "number",
"name": "mx"
},
{
"type": "number",
"name": "my"
}
]
},
{
"category": "client",
"name": "derma.SkinHook",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "string",
"name": "name"
},
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "client",
"name": "dragndrop.HoverThink",
"args": []
},
{
"category": "client",
"name": "dragndrop.StopDragging",
"args": []
},
{
"category": "client",
"name": "dragndrop.StartDragging",
"args": []
},
{
"category": "client",
"name": "draw.DrawText",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "string",
"name": "font"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "xAlign"
}
]
},
{
"category": "client",
"name": "draw.GetFontHeight",
"args": [
{
"type": "string",
"name": "font"
}
]
},
{
"category": "client",
"name": "dragndrop.Think",
"args": []
},
{
"category": "client",
"name": "dragndrop.UpdateReceiver",
"args": []
},
{
"category": "client",
"name": "draw.RoundedBoxEx",
"args": [
{
"type": "number",
"name": "cornerRadius"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "roundTopLeft"
},
{
"type": "boolean",
"name": "roundTopRight"
},
{
"type": "boolean",
"name": "roundBottomLeft"
},
{
"type": "boolean",
"name": "roundBottomRight"
}
]
},
{
"category": "client",
"name": "draw.SimpleTextOutlined",
"args": [
{
"type": "string",
"name": "Text"
},
{
"type": "string",
"name": "font"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "xAlign"
},
{
"type": "number",
"name": "yAlign"
},
{
"type": "number",
"name": "outlinewidth"
},
{
"type": "table",
"name": "outlinecolor"
}
]
},
{
"category": "client",
"name": "draw.RoundedBox",
"args": [
{
"type": "number",
"name": "cornerRadius"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "draw.SimpleText",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "string",
"name": "font"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "xAlign"
},
{
"type": "number",
"name": "yAlign"
}
]
},
{
"category": "client",
"name": "draw.Text",
"args": [
{
"type": "table",
"name": "textdata"
}
]
},
{
"category": "client",
"name": "draw.TextShadow",
"args": [
{
"type": "table",
"name": "textdata"
},
{
"type": "number",
"name": "distance"
},
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "shared",
"name": "drive.CalcView",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "view"
}
]
},
{
"category": "shared",
"name": "drive.DestroyMethod",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "draw.TexturedQuad",
"args": [
{
"type": "table",
"name": "texturedata"
}
]
},
{
"category": "shared",
"name": "drive.End",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "draw.WordBox",
"args": [
{
"type": "number",
"name": "bordersize"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "string",
"name": "text"
},
{
"type": "string",
"name": "font"
},
{
"type": "table",
"name": "boxcolor"
},
{
"type": "table",
"name": "textcolor"
}
]
},
{
"category": "shared",
"name": "drive.FinishMove",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "shared",
"name": "drive.GetMethod",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "drive.CreateMove",
"args": [
{
"type": "CUserCmd",
"name": "cmd"
}
]
},
{
"category": "client",
"name": "draw.NoTexture",
"args": []
},
{
"category": "shared",
"name": "drive.Start",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "drive.PlayerStartDriving",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "mode"
}
]
},
{
"category": "shared",
"name": "drive.StartMove",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
},
{
"type": "CUserCmd",
"name": "cmd"
}
]
},
{
"category": "shared",
"name": "duplicator.Allow",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "drive.PlayerStopDriving",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "duplicator.Copy",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "tableToAdd"
}
]
},
{
"category": "shared",
"name": "drive.Register",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "data"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "shared",
"name": "drive.Move",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "server",
"name": "duplicator.ClearEntityModifier",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "any",
"name": "key"
}
]
},
{
"category": "server",
"name": "duplicator.CopyEntTable",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "duplicator.DoBoneManipulator",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "bones"
}
]
},
{
"category": "server",
"name": "duplicator.ApplyEntityModifiers",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "duplicator.CreateEntityFromTable",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "entTable"
}
]
},
{
"category": "server",
"name": "duplicator.ApplyBoneModifiers",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "duplicator.DoGeneric",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "server",
"name": "duplicator.CopyEnts",
"args": [
{
"type": "table",
"name": "ents"
}
]
},
{
"category": "server",
"name": "duplicator.DoGenericPhysics",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "server",
"name": "duplicator.CreateConstraintFromTable",
"args": [
{
"type": "table",
"name": "constraint"
},
{
"type": "table",
"name": "entityList"
}
]
},
{
"category": "server",
"name": "duplicator.GenericDuplicatorFunction",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "shared",
"name": "duplicator.FindEntityClass",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "duplicator.Paste",
"args": [
{
"type": "Player",
"name": "Player"
},
{
"type": "table",
"name": "EntityList"
},
{
"type": "table",
"name": "ConstraintList"
}
]
},
{
"category": "server",
"name": "duplicator.DoFlex",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "flex"
},
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "duplicator.IsAllowed",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "duplicator.RegisterEntityClass",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "function"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "server",
"name": "duplicator.RemoveMapCreatedEntities",
"args": []
},
{
"category": "shared",
"name": "duplicator.SetLocalPos",
"args": [
{
"type": "Vector",
"name": "v"
}
]
},
{
"category": "server",
"name": "duplicator.GetAllConstrainedEntitiesAndConstraints",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "entStorageTable"
},
{
"type": "table",
"name": "constraintStorageTable"
}
]
},
{
"category": "shared",
"name": "duplicator.RegisterBoneModifier",
"args": [
{
"type": "any",
"name": "key"
},
{
"type": "function",
"name": "boneModifier"
}
]
},
{
"category": "client",
"name": "effects.Create",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "duplicator.RegisterConstraint",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
},
{
"type": "any",
"name": "..."
}
]
},
{
"category": "shared",
"name": "duplicator.RegisterEntityModifier",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "client",
"name": "effects.Register",
"args": [
{
"type": "table",
"name": "effect"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "duplicator.SetLocalAng",
"args": [
{
"type": "Angle",
"name": "v"
}
]
},
{
"category": "shared",
"name": "engine.ActiveGamemode",
"args": []
},
{
"category": "server",
"name": "duplicator.StoreBoneModifier",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "boneID"
},
{
"type": "any",
"name": "key"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "server",
"name": "duplicator.WorkoutSize",
"args": [
{
"type": "table",
"name": "Ents"
}
]
},
{
"category": "server",
"name": "engine.CloseServer",
"args": []
},
{
"category": "client",
"name": "engine.GetDemoPlaybackStartTick",
"args": []
},
{
"category": "server",
"name": "duplicator.StoreEntityModifier",
"args": [
{
"type": "Entity",
"name": "entity"
},
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "shared",
"name": "engine.GetAddons",
"args": []
},
{
"category": "shared",
"name": "engine.GetGames",
"args": []
},
{
"category": "client",
"name": "engine.IsPlayingDemo",
"args": []
},
{
"category": "client",
"name": "engine.IsRecordingDemo",
"args": []
},
{
"category": "client",
"name": "engine.GetDemoPlaybackTick",
"args": []
},
{
"category": "shared",
"name": "engine.GetGamemodes",
"args": []
},
{
"category": "client",
"name": "engine.GetDemoPlaybackTotalTicks",
"args": []
},
{
"category": "menu",
"name": "engine.SetMounted",
"args": [
{
"type": "string",
"name": "depotID"
},
{
"type": "boolean",
"name": "doMount"
}
]
},
{
"category": "client",
"name": "engine.GetDemoPlaybackTimeScale",
"args": []
},
{
"category": "shared",
"name": "engine.GetUserContent",
"args": []
},
{
"category": "shared",
"name": "engine.TickCount",
"args": []
},
{
"category": "client",
"name": "engine.OpenDupe",
"args": [
{
"type": "string",
"name": "dupeName"
}
]
},
{
"category": "shared",
"name": "Entity:Activate",
"args": []
},
{
"category": "client",
"name": "engine.ServerFrameTime",
"args": []
},
{
"category": "server",
"name": "engine.LightStyle",
"args": [
{
"type": "number",
"name": "lightstyle"
},
{
"type": "string",
"name": "pattern"
}
]
},
{
"category": "shared",
"name": "engine.TickInterval",
"args": []
},
{
"category": "shared",
"name": "Entity:AddEffects",
"args": [
{
"type": "number",
"name": "effect"
}
]
},
{
"category": "shared",
"name": "Entity:AddEFlags",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "client",
"name": "engine.WriteSave",
"args": [
{
"type": "string",
"name": "saveData"
},
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "time"
},
{
"type": "string",
"name": "map"
}
]
},
{
"category": "client",
"name": "engine.WriteDupe",
"args": [
{
"type": "string",
"name": "dupe"
},
{
"type": "string",
"name": "jpeg"
}
]
},
{
"category": "shared",
"name": "Entity:AddCallback",
"args": [
{
"type": "string",
"name": "hook"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "client",
"name": "engine.VideoSettings",
"args": []
},
{
"category": "shared",
"name": "Entity:AddFlags",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "server",
"name": "Entity:AddGestureSequence",
"args": [
{
"type": "number",
"name": "sequence"
},
{
"type": "boolean",
"name": "autokill"
}
]
},
{
"category": "server",
"name": "Entity:AddLayeredSequence",
"args": [
{
"type": "number",
"name": "sequence"
},
{
"type": "number",
"name": "priority"
}
]
},
{
"category": "shared",
"name": "Entity:AddSolidFlags",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "Entity:AddToMotionController",
"args": [
{
"type": "PhysObj",
"name": "physObj"
}
]
},
{
"category": "server",
"name": "Entity:AddGesture",
"args": [
{
"type": "number",
"name": "activity"
},
{
"type": "boolean",
"name": "autokill"
}
]
},
{
"category": "client",
"name": "Entity:BecomeRagdollOnClient",
"args": []
},
{
"category": "server",
"name": "Entity:Blocked",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "client",
"name": "Entity:BeingLookedAtByLocalPlayer",
"args": []
},
{
"category": "shared",
"name": "Entity:BoundingRadius",
"args": []
},
{
"category": "shared",
"name": "Entity:CallOnRemove",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "function",
"name": "removeFunc"
},
{
"type": "vararg",
"name": "argn..."
}
]
},
{
"category": "shared",
"name": "Entity:BoneLength",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "shared",
"name": "Entity:AlignAngles",
"args": [
{
"type": "Angle",
"name": "from"
},
{
"type": "Angle",
"name": "to"
}
]
},
{
"category": "server",
"name": "Entity:BodyTarget",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "boolean",
"name": "noisy"
}
]
},
{
"category": "shared",
"name": "Entity:CollisionRulesChanged",
"args": []
},
{
"category": "server",
"name": "Entity:CreatedByMap",
"args": []
},
{
"category": "shared",
"name": "Entity:ClearPoseParameters",
"args": []
},
{
"category": "shared",
"name": "Entity:BoneHasFlag",
"args": [
{
"type": "number",
"name": "boneID"
},
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "client",
"name": "Entity:CreateParticleEffect",
"args": [
{
"type": "string",
"name": "particle"
},
{
"type": "number",
"name": "attachment"
},
{
"type": "table",
"name": "options"
}
]
},
{
"category": "server",
"name": "Entity:DeleteOnRemove",
"args": [
{
"type": "Entity",
"name": "entityToRemove"
}
]
},
{
"category": "client",
"name": "Entity:DestroyShadow",
"args": []
},
{
"category": "client",
"name": "Entity:DisableMatrix",
"args": [
{
"type": "string",
"name": "matrixType"
}
]
},
{
"category": "client",
"name": "Entity:CreateShadow",
"args": []
},
{
"category": "shared",
"name": "Entity:DispatchTraceAttack",
"args": [
{
"type": "CTakeDamageInfo",
"name": "damageInfo"
},
{
"type": "table",
"name": "traceRes"
},
{
"type": "Vector",
"name": "dir"
}
]
},
{
"category": "server",
"name": "Entity:DontDeleteOnRemove",
"args": [
{
"type": "Entity",
"name": "entityToUnremove"
}
]
},
{
"category": "shared",
"name": "Entity:DTVar",
"args": [
{
"type": "string",
"name": "Type"
},
{
"type": "number",
"name": "ID"
},
{
"type": "string",
"name": "Name"
}
]
},
{
"category": "client",
"name": "Entity:DrawModel",
"args": []
},
{
"category": "shared",
"name": "Entity:EmitSound",
"args": [
{
"type": "string",
"name": "soundName"
},
{
"type": "number",
"name": "soundLevel"
},
{
"type": "number",
"name": "pitchPercent"
},
{
"type": "number",
"name": "volume"
},
{
"type": "number",
"name": "channel"
}
]
},
{
"category": "shared",
"name": "Entity:EnableCustomCollisions",
"args": [
{
"type": "boolean",
"name": "useCustom"
}
]
},
{
"category": "server",
"name": "Entity:DropToFloor",
"args": []
},
{
"category": "server",
"name": "Entity:EnableConstraints",
"args": [
{
"type": "boolean",
"name": "toggleConstraints"
}
]
},
{
"category": "shared",
"name": "Entity:DrawShadow",
"args": [
{
"type": "boolean",
"name": "shouldDraw"
}
]
},
{
"category": "client",
"name": "Entity:EnableMatrix",
"args": [
{
"type": "string",
"name": "matrixType"
},
{
"type": "VMatrix",
"name": "matrix"
}
]
},
{
"category": "shared",
"name": "Entity:EyeAngles",
"args": []
},
{
"category": "shared",
"name": "Entity:EyePos",
"args": []
},
{
"category": "shared",
"name": "Entity:FireBullets",
"args": [
{
"type": "table",
"name": "bulletInfo"
},
{
"type": "boolean",
"name": "suppressHostEvents"
}
]
},
{
"category": "server",
"name": "Entity:Extinguish",
"args": []
},
{
"category": "server",
"name": "Entity:Fire",
"args": [
{
"type": "string",
"name": "input"
},
{
"type": "string",
"name": "param"
},
{
"type": "number",
"name": "delay"
}
]
},
{
"category": "shared",
"name": "Entity:ForcePlayerDrop",
"args": []
},
{
"category": "shared",
"name": "Entity:EntIndex",
"args": []
},
{
"category": "shared",
"name": "Entity:GetAbsVelocity",
"args": []
},
{
"category": "shared",
"name": "Entity:FindBodygroupByName",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Entity:FrameAdvance",
"args": []
},
{
"category": "shared",
"name": "Entity:GetAttachment",
"args": [
{
"type": "number",
"name": "attachmentId"
}
]
},
{
"category": "shared",
"name": "Entity:FollowBone",
"args": [
{
"type": "Entity",
"name": "parent"
},
{
"type": "number",
"name": "boneid"
}
]
},
{
"category": "shared",
"name": "Entity:FindTransitionSequence",
"args": [
{
"type": "number",
"name": "currentSequence"
},
{
"type": "number",
"name": "goalSequence"
}
]
},
{
"category": "shared",
"name": "Entity:GetAttachments",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBaseVelocity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetAnimInfo",
"args": [
{
"type": "number",
"name": "animIndex"
}
]
},
{
"category": "client",
"name": "Entity:GetAnimTime",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBodyGroups",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBodygroup",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:GetBoneContents",
"args": [
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "shared",
"name": "Entity:GetAngles",
"args": []
},
{
"category": "server",
"name": "Entity:GetBloodColor",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBoneName",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "Entity:GetBoneMatrix",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "shared",
"name": "Entity:GetBodygroupName",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:GetBonePosition",
"args": [
{
"type": "number",
"name": "boneIndex"
}
]
},
{
"category": "shared",
"name": "Entity:GetBoneController",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "shared",
"name": "Entity:GetBodygroupCount",
"args": [
{
"type": "number",
"name": "bodygroup"
}
]
},
{
"category": "shared",
"name": "Entity:GetBoneCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBoneSurfaceProp",
"args": [
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "shared",
"name": "Entity:GetBoneParent",
"args": [
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "shared",
"name": "Entity:GetCallbacks",
"args": [
{
"type": "string",
"name": "hook"
}
]
},
{
"category": "shared",
"name": "Entity:GetCollisionBounds",
"args": []
},
{
"category": "shared",
"name": "Entity:GetBrushPlane",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:GetChildren",
"args": []
},
{
"category": "shared",
"name": "Entity:GetClass",
"args": []
},
{
"category": "shared",
"name": "Entity:GetColor",
"args": []
},
{
"category": "shared",
"name": "Entity:GetChildBones",
"args": [
{
"type": "number",
"name": "boneid"
}
]
},
{
"category": "shared",
"name": "Entity:GetBrushPlaneCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetCollisionGroup",
"args": []
},
{
"category": "server",
"name": "Entity:GetCreator",
"args": []
},
{
"category": "shared",
"name": "Entity:GetCycle",
"args": []
},
{
"category": "shared",
"name": "Entity:GetCustomCollisionCheck",
"args": []
},
{
"category": "shared",
"name": "Entity:GetCreationTime",
"args": []
},
{
"category": "server",
"name": "Entity:GetConstrainedPhysObjects",
"args": []
},
{
"category": "server",
"name": "Entity:GetCreationID",
"args": []
},
{
"category": "server",
"name": "Entity:GetConstrainedEntities",
"args": []
},
{
"category": "shared",
"name": "Entity:GetDTVector",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetDTAngle",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetDTBool",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetDTEntity",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetDTFloat",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetEffects",
"args": []
},
{
"category": "shared",
"name": "Entity:GetDTInt",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetElasticity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetDTString",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetEFlags",
"args": []
},
{
"category": "shared",
"name": "Entity:GetFlags",
"args": []
},
{
"category": "shared",
"name": "Entity:GetFlexIDByName",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Entity:GetFlexBounds",
"args": [
{
"type": "number",
"name": "flex"
}
]
},
{
"category": "shared",
"name": "Entity:GetFlexName",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "Entity:GetFriction",
"args": []
},
{
"category": "shared",
"name": "Entity:GetForward",
"args": []
},
{
"category": "shared",
"name": "Entity:GetFlexNum",
"args": []
},
{
"category": "shared",
"name": "Entity:GetFlexScale",
"args": []
},
{
"category": "shared",
"name": "Entity:GetFlexWeight",
"args": [
{
"type": "number",
"name": "flex"
}
]
},
{
"category": "server",
"name": "Entity:GetGroundSpeedVelocity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetGroundEntity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetGravity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetHitBoxCount",
"args": [
{
"type": "number",
"name": "group"
}
]
},
{
"category": "shared",
"name": "Entity:GetHitBoxGroupCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetHitBoxBounds",
"args": [
{
"type": "number",
"name": "hitbox"
},
{
"type": "number",
"name": "group"
}
]
},
{
"category": "shared",
"name": "Entity:GetHitBoxBone",
"args": [
{
"type": "number",
"name": "hitbox"
},
{
"type": "number",
"name": "group"
}
]
},
{
"category": "shared",
"name": "Entity:GetHitboxSetCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetInternalVariable",
"args": [
{
"type": "string",
"name": "VariableName"
}
]
},
{
"category": "server",
"name": "Entity:GetHitboxBone",
"args": []
},
{
"category": "shared",
"name": "Entity:GetHitboxSet",
"args": []
},
{
"category": "server",
"name": "Entity:GetLayerDuration",
"args": [
{
"type": "number",
"name": "layerID"
}
]
},
{
"category": "shared",
"name": "Entity:GetLocalPos",
"args": []
},
{
"category": "shared",
"name": "Entity:GetManipulateBoneJiggle",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "server",
"name": "Entity:GetLayerCycle",
"args": [
{
"type": "number",
"name": "layerID"
}
]
},
{
"category": "shared",
"name": "Entity:GetManipulateBoneAngles",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "shared",
"name": "Entity:GetManipulateBonePosition",
"args": [
{
"type": "number",
"name": "boneId"
}
]
},
{
"category": "server",
"name": "Entity:GetLayerWeight",
"args": [
{
"type": "number",
"name": "layerID"
}
]
},
{
"category": "shared",
"name": "Entity:GetLocalAngles",
"args": []
},
{
"category": "server",
"name": "Entity:GetKeyValues",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMaterials",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMaxHealth",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMaterial",
"args": []
},
{
"category": "server",
"name": "Entity:GetMaterialType",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModelBounds",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModel",
"args": []
},
{
"category": "shared",
"name": "Entity:GetManipulateBoneScale",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "client",
"name": "Entity:GetModelPhysBoneCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMoveParent",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModelContents",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModelRadius",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModelRenderBounds",
"args": []
},
{
"category": "shared",
"name": "Entity:GetModelScale",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMoveCollide",
"args": []
},
{
"category": "server",
"name": "Entity:GetMomentaryRotButtonPos",
"args": [
{
"type": "Angle",
"name": "turnAngle"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkedEntity",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Entity",
"name": "fallback"
}
]
},
{
"category": "server",
"name": "Entity:GetName",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNetworkedFloat",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "fallback"
}
]
},
{
"category": "client",
"name": "Entity:GetNetworkAngles",
"args": []
},
{
"category": "shared",
"name": "Entity:GetMoveType",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNetworkedAngle",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Angle",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNoDraw",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNetworkedBool",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "boolean",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNumPoseParameters",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNetworkedString",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkOrigin",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNWBool",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNWInt",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNWFloat",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkedInt",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkedVarProxy",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkedVector",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Vector",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNetworkedVarTable",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNumBodyGroups",
"args": []
},
{
"category": "shared",
"name": "Entity:GetLocalAngularVelocity",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNWAngle",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNWVarProxy",
"args": [
{
"type": "any",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Entity:GetNWEntity",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetOwner",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNWVarTable",
"args": []
},
{
"category": "shared",
"name": "Entity:GetNWVector",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetNWString",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "fallback"
}
]
},
{
"category": "shared",
"name": "Entity:GetParentAttachment",
"args": []
},
{
"category": "shared",
"name": "Entity:GetParent",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPhysicsObject",
"args": []
},
{
"category": "shared",
"name": "Entity:GetParentPhysNum",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPhysicsObjectNum",
"args": [
{
"type": "number",
"name": "physNum"
}
]
},
{
"category": "shared",
"name": "Entity:GetPhysicsObjectCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPlaybackRate",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPos",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPersistent",
"args": []
},
{
"category": "shared",
"name": "Entity:GetParentWorldTransformMatrix",
"args": []
},
{
"category": "server",
"name": "Entity:GetPhysicsAttacker",
"args": [
{
"type": "number",
"name": "timeLimit"
}
]
},
{
"category": "shared",
"name": "Entity:GetPoseParameterName",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "client",
"name": "Entity:GetPredictable",
"args": []
},
{
"category": "shared",
"name": "Entity:GetRenderFX",
"args": []
},
{
"category": "client",
"name": "Entity:GetRenderGroup",
"args": []
},
{
"category": "shared",
"name": "Entity:GetPoseParameterRange",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:GetPoseParameter",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Entity:GetRenderMode",
"args": []
},
{
"category": "client",
"name": "Entity:GetRenderOrigin",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSaveTable",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSequenceActivity",
"args": [
{
"type": "number",
"name": "seq"
}
]
},
{
"category": "shared",
"name": "Entity:GetSequenceCount",
"args": []
},
{
"category": "shared",
"name": "Entity:GetRotatedAABB",
"args": [
{
"type": "Vector",
"name": "min"
},
{
"type": "Vector",
"name": "max"
}
]
},
{
"category": "shared",
"name": "Entity:GetSequenceActivityName",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "shared",
"name": "Entity:GetSequence",
"args": []
},
{
"category": "shared",
"name": "Entity:GetRagdollOwner",
"args": []
},
{
"category": "client",
"name": "Entity:GetRenderBounds",
"args": []
},
{
"category": "client",
"name": "Entity:GetRenderAngles",
"args": []
},
{
"category": "shared",
"name": "Entity:GetRight",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSequenceList",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSequenceGroundSpeed",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "shared",
"name": "Entity:GetSequenceName",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "Entity:GetSequenceMovement",
"args": [
{
"type": "number",
"name": "sequenceId"
},
{
"type": "number",
"name": "startCycle"
},
{
"type": "number",
"name": "endCyclnde"
}
]
},
{
"category": "server",
"name": "Entity:GetSequenceMoveDist",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "shared",
"name": "Entity:GetShouldPlayPickupSound",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSkin",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSequenceInfo",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "shared",
"name": "Entity:GetSolid",
"args": []
},
{
"category": "shared",
"name": "Entity:GetShouldServerRagdoll",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSolidFlags",
"args": []
},
{
"category": "server",
"name": "Entity:GetSequenceMoveYaw",
"args": [
{
"type": "number",
"name": "seq"
}
]
},
{
"category": "shared",
"name": "Entity:GetSpawnEffect",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSubMaterial",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "Entity:GetSpawnFlags",
"args": []
},
{
"category": "shared",
"name": "Entity:GetSubModels",
"args": []
},
{
"category": "shared",
"name": "Entity:GetTouchTrace",
"args": []
},
{
"category": "shared",
"name": "Entity:GetTransmitWithParent",
"args": []
},
{
"category": "shared",
"name": "Entity:GetTable",
"args": []
},
{
"category": "shared",
"name": "Entity:GetWorldTransformMatrix",
"args": []
},
{
"category": "shared",
"name": "Entity:GetUp",
"args": []
},
{
"category": "shared",
"name": "Entity:GetVelocity",
"args": []
},
{
"category": "shared",
"name": "Entity:HasSpawnFlags",
"args": [
{
"type": "number",
"name": "spawnFlags"
}
]
},
{
"category": "shared",
"name": "Entity:HasBoneManipulations",
"args": []
},
{
"category": "shared",
"name": "Entity:GibBreakClient",
"args": [
{
"type": "Vector",
"name": "force"
},
{
"type": "table",
"name": "clr"
}
]
},
{
"category": "shared",
"name": "Entity:GetVar",
"args": [
{
"type": "any",
"name": "key"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "server",
"name": "Entity:HeadTarget",
"args": [
{
"type": "Vector",
"name": "origin"
}
]
},
{
"category": "shared",
"name": "Entity:Health",
"args": []
},
{
"category": "server",
"name": "Entity:GetUnFreezable",
"args": []
},
{
"category": "shared",
"name": "Entity:GibBreakServer",
"args": [
{
"type": "Vector",
"name": "force"
}
]
},
{
"category": "shared",
"name": "Entity:HasFlexManipulatior",
"args": []
},
{
"category": "server",
"name": "Entity:Ignite",
"args": [
{
"type": "number",
"name": "length"
},
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "server",
"name": "Entity:GetWorkshopID",
"args": []
},
{
"category": "shared",
"name": "Entity:InstallDataTable",
"args": []
},
{
"category": "shared",
"name": "Entity:IsEffectActive",
"args": [
{
"type": "number",
"name": "effect"
}
]
},
{
"category": "shared",
"name": "Entity:IsDormant",
"args": []
},
{
"category": "shared",
"name": "Entity:IsEFlagSet",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "server",
"name": "Entity:Input",
"args": [
{
"type": "string",
"name": "input"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "any",
"name": "param"
}
]
},
{
"category": "server",
"name": "Entity:IsConstraint",
"args": []
},
{
"category": "client",
"name": "Entity:InvalidateBoneCache",
"args": []
},
{
"category": "shared",
"name": "Entity:IsFlagSet",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "client",
"name": "Entity:InitializeAsClientEntity",
"args": []
},
{
"category": "server",
"name": "Entity:IsLagCompensated",
"args": []
},
{
"category": "shared",
"name": "Entity:IsConstrained",
"args": []
},
{
"category": "shared",
"name": "Entity:IsMarkedForDeletion",
"args": []
},
{
"category": "shared",
"name": "Entity:IsNPC",
"args": []
},
{
"category": "shared",
"name": "Entity:IsOnFire",
"args": []
},
{
"category": "server",
"name": "Entity:IsInWorld",
"args": []
},
{
"category": "shared",
"name": "Entity:IsOnGround",
"args": []
},
{
"category": "shared",
"name": "Entity:IsLineOfSightClear",
"args": [
{
"type": "Vector",
"name": "target"
}
]
},
{
"category": "server",
"name": "Entity:IsPlayerHolding",
"args": []
},
{
"category": "shared",
"name": "Entity:IsPlayer",
"args": []
},
{
"category": "server",
"name": "Entity:IsPlayingGesture",
"args": [
{
"type": "number",
"name": "activity"
}
]
},
{
"category": "shared",
"name": "Entity:IsScripted",
"args": []
},
{
"category": "shared",
"name": "Entity:IsSolid",
"args": []
},
{
"category": "shared",
"name": "Entity:IsValid",
"args": []
},
{
"category": "server",
"name": "Entity:IsValidLayer",
"args": [
{
"type": "number",
"name": "layerID"
}
]
},
{
"category": "shared",
"name": "Entity:IsVehicle",
"args": []
},
{
"category": "shared",
"name": "Entity:IsRagdoll",
"args": []
},
{
"category": "shared",
"name": "Entity:IsWeapon",
"args": []
},
{
"category": "shared",
"name": "Entity:LocalToWorldAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "Entity:IsWidget",
"args": []
},
{
"category": "shared",
"name": "Entity:LookupAttachment",
"args": [
{
"type": "string",
"name": "attachmentName"
}
]
},
{
"category": "shared",
"name": "Entity:LocalToWorld",
"args": [
{
"type": "Vector",
"name": "lpos"
}
]
},
{
"category": "shared",
"name": "Entity:IsWorld",
"args": []
},
{
"category": "shared",
"name": "Entity:LookupBone",
"args": [
{
"type": "string",
"name": "boneName"
}
]
},
{
"category": "shared",
"name": "Entity:ManipulateBoneAngles",
"args": [
{
"type": "number",
"name": "boneID"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "Entity:LookupSequence",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Entity:ManipulateBonePosition",
"args": [
{
"type": "number",
"name": "boneID"
},
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "Entity:MakePhysicsObjectAShadow",
"args": [
{
"type": "boolean",
"name": "allowPhysicsMovement"
},
{
"type": "boolean",
"name": "allowPhysicsRotation"
}
]
},
{
"category": "server",
"name": "Entity:MapCreationID",
"args": []
},
{
"category": "shared",
"name": "Entity:ManipulateBoneScale",
"args": [
{
"type": "number",
"name": "boneID"
},
{
"type": "Vector",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "Entity:NearestPoint",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "Entity:MuzzleFlash",
"args": []
},
{
"category": "shared",
"name": "Entity:ManipulateBoneJiggle",
"args": [
{
"type": "number",
"name": "boneID"
},
{
"type": "number",
"name": "enabled"
}
]
},
{
"category": "client",
"name": "Entity:MarkShadowAsDirty",
"args": []
},
{
"category": "shared",
"name": "Entity:NetworkVar",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "number",
"name": "slot"
},
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "extended"
}
]
},
{
"category": "shared",
"name": "Entity:NetworkVarNotify",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "Entity:OBBMaxs",
"args": []
},
{
"category": "shared",
"name": "Entity:OBBCenter",
"args": []
},
{
"category": "shared",
"name": "Entity:OBBMins",
"args": []
},
{
"category": "shared",
"name": "Entity:OnGround",
"args": []
},
{
"category": "shared",
"name": "Entity:PhysicsDestroy",
"args": []
},
{
"category": "shared",
"name": "Entity:ObjectCaps",
"args": []
},
{
"category": "server",
"name": "Entity:PassesFilter",
"args": [
{
"type": "Entity",
"name": "caller"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Entity:NextThink",
"args": [
{
"type": "number",
"name": "timestamp"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInit",
"args": [
{
"type": "number",
"name": "solidType"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsFromMesh",
"args": [
{
"type": "table",
"name": "vertices"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitBox",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitConvex",
"args": [
{
"type": "table",
"name": "points"
}
]
},
{
"category": "server",
"name": "Entity:PassesDamageFilter",
"args": [
{
"type": "CTakeDamageInfo",
"name": "dmg"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitMultiConvex",
"args": [
{
"type": "table",
"name": "vertices"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitSphere",
"args": [
{
"type": "number",
"name": "radius"
},
{
"type": "string",
"name": "physmat"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitShadow",
"args": [
{
"type": "boolean",
"name": "allowPhysicsMovement"
},
{
"type": "boolean",
"name": "allowPhysicsRotation"
}
]
},
{
"category": "shared",
"name": "Entity:PhysicsInitStatic",
"args": [
{
"type": "number",
"name": "solidType"
}
]
},
{
"category": "shared",
"name": "Entity:PhysWake",
"args": []
},
{
"category": "server",
"name": "Entity:RagdollSolve",
"args": []
},
{
"category": "server",
"name": "Entity:PlayScene",
"args": [
{
"type": "string",
"name": "scene"
},
{
"type": "number",
"name": "delay"
}
]
},
{
"category": "server",
"name": "Entity:PointAtEntity",
"args": [
{
"type": "Entity",
"name": "target"
}
]
},
{
"category": "shared",
"name": "Entity:RemoveAllDecals",
"args": []
},
{
"category": "shared",
"name": "Entity:Remove",
"args": []
},
{
"category": "shared",
"name": "Entity:RemoveCallback",
"args": [
{
"type": "string",
"name": "hook"
},
{
"type": "number",
"name": "callbackid"
}
]
},
{
"category": "server",
"name": "Entity:RagdollStopControlling",
"args": []
},
{
"category": "server",
"name": "Entity:PrecacheGibs",
"args": []
},
{
"category": "shared",
"name": "Entity:RemoveCallOnRemove",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "server",
"name": "Entity:RemoveAllGestures",
"args": []
},
{
"category": "shared",
"name": "Entity:RemoveEFlags",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "server",
"name": "Entity:RagdollUpdatePhysics",
"args": []
},
{
"category": "shared",
"name": "Entity:RemoveFlags",
"args": [
{
"type": "number",
"name": "flag"
}
]
},
{
"category": "shared",
"name": "Entity:RemoveEffects",
"args": [
{
"type": "number",
"name": "effect"
}
]
},
{
"category": "shared",
"name": "Entity:RemoveFromMotionController",
"args": [
{
"type": "PhysObj",
"name": "physObj"
}
]
},
{
"category": "shared",
"name": "Entity:ResetSequence",
"args": [
{
"type": "number",
"name": "sequence"
}
]
},
{
"category": "shared",
"name": "Entity:ResetSequenceInfo",
"args": []
},
{
"category": "shared",
"name": "Entity:SelectWeightedSequence",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "Entity:RemoveSolidFlags",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "server",
"name": "Entity:Respawn",
"args": []
},
{
"category": "shared",
"name": "Entity:SendViewModelMatchingSequence",
"args": [
{
"type": "number",
"name": "seq"
}
]
},
{
"category": "server",
"name": "Entity:RestartGesture",
"args": [
{
"type": "number",
"name": "activity"
},
{
"type": "boolean",
"name": "addIfMissing"
},
{
"type": "boolean",
"name": "autokill"
}
]
},
{
"category": "server",
"name": "Entity:RemoveGesture",
"args": [
{
"type": "number",
"name": "activity"
}
]
},
{
"category": "shared",
"name": "Entity:SetAngles",
"args": [
{
"type": "Angle",
"name": "angles"
}
]
},
{
"category": "shared",
"name": "Entity:SequenceDuration",
"args": [
{
"type": "number",
"name": "seqid"
}
]
},
{
"category": "shared",
"name": "Entity:SetBodygroup",
"args": [
{
"type": "number",
"name": "bodygroup"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetBodyGroups",
"args": [
{
"type": "string",
"name": "bodygroups"
}
]
},
{
"category": "shared",
"name": "Entity:SelectWeightedSequenceSeeded",
"args": [
{
"type": "number",
"name": "act"
},
{
"type": "number",
"name": "seed"
}
]
},
{
"category": "shared",
"name": "Entity:SetAttachment",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "attachment"
}
]
},
{
"category": "shared",
"name": "Entity:SetAbsVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "Entity:SetBoneController",
"args": [
{
"type": "number",
"name": "boneControllerID"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetCollisionGroup",
"args": [
{
"type": "number",
"name": "group"
}
]
},
{
"category": "shared",
"name": "Entity:SetCollisionBounds",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
}
]
},
{
"category": "shared",
"name": "Entity:SetColor",
"args": [
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "Entity:SetAnimation",
"args": [
{
"type": "number",
"name": "playerAnim"
}
]
},
{
"category": "shared",
"name": "Entity:SetCustomCollisionCheck",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "Entity:SetBonePosition",
"args": [
{
"type": "number",
"name": "bone"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "server",
"name": "Entity:SetBloodColor",
"args": [
{
"type": "number",
"name": "bloodColor"
}
]
},
{
"category": "shared",
"name": "Entity:SetCycle",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "client",
"name": "Entity:SetAnimTime",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "Entity:SetBoneMatrix",
"args": [
{
"type": "number",
"name": "boneid"
},
{
"type": "VMatrix",
"name": "matrix"
}
]
},
{
"category": "server",
"name": "Entity:SetCreator",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "Entity:SetCollisionBoundsWS",
"args": [
{
"type": "Vector",
"name": "vec"
},
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTAngle",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTInt",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "number",
"name": "integer"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTBool",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "boolean",
"name": "bool"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTString",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "Entity:SetElasticity",
"args": [
{
"type": "number",
"name": "elasticity"
}
]
},
{
"category": "shared",
"name": "Entity:SetEyeTarget",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTEntity",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTFloat",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "Entity:SetEntity",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "shared",
"name": "Entity:SetDTVector",
"args": [
{
"type": "number",
"name": "key"
},
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "shared",
"name": "Entity:SetGravity",
"args": [
{
"type": "number",
"name": "gravityMultiplier"
}
]
},
{
"category": "shared",
"name": "Entity:SetHealth",
"args": [
{
"type": "number",
"name": "newHealth"
}
]
},
{
"category": "shared",
"name": "Entity:SetFlexScale",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "Entity:SetHitboxSet",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:SetFlexWeight",
"args": [
{
"type": "number",
"name": "flex"
},
{
"type": "number",
"name": "weight"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerDuration",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "duration"
}
]
},
{
"category": "shared",
"name": "Entity:SetGroundEntity",
"args": [
{
"type": "Entity",
"name": "ground"
}
]
},
{
"category": "shared",
"name": "Entity:SetKeyValue",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerWeight",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "weight"
}
]
},
{
"category": "server",
"name": "Entity:SetFriction",
"args": [
{
"type": "number",
"name": "friction"
}
]
},
{
"category": "client",
"name": "Entity:SetIK",
"args": [
{
"type": "boolean",
"name": "useIK"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerBlendOut",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "blendOut"
}
]
},
{
"category": "client",
"name": "Entity:SetLegacyTransform",
"args": [
{
"type": "boolean",
"name": "enabled"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerBlendIn",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "blendIn"
}
]
},
{
"category": "shared",
"name": "Entity:SetLocalAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "server",
"name": "Entity:SetLagCompensated",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "Entity:SetLocalVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerPriority",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "priority"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerCycle",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "cycle"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerLooping",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "boolean",
"name": "loop"
}
]
},
{
"category": "server",
"name": "Entity:SetLayerPlaybackRate",
"args": [
{
"type": "number",
"name": "layerID"
},
{
"type": "number",
"name": "rate"
}
]
},
{
"category": "shared",
"name": "Entity:SetLocalAngularVelocity",
"args": [
{
"type": "Angle",
"name": "angVel"
}
]
},
{
"category": "shared",
"name": "Entity:SetModel",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "Entity:SetMaterial",
"args": [
{
"type": "string",
"name": "materialName"
},
{
"type": "boolean",
"name": "forceMaterial"
}
]
},
{
"category": "client",
"name": "Entity:SetLOD",
"args": [
{
"type": "number",
"name": "lod"
}
]
},
{
"category": "shared",
"name": "Entity:SetModelName",
"args": [
{
"type": "string",
"name": "modelname"
}
]
},
{
"category": "shared",
"name": "Entity:SetLocalPos",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "Entity:SetModelScale",
"args": [
{
"type": "number",
"name": "scale"
},
{
"type": "number",
"name": "deltaTime"
}
]
},
{
"category": "server",
"name": "Entity:SetMaxHealth",
"args": [
{
"type": "number",
"name": "maxhealth"
}
]
},
{
"category": "shared",
"name": "Entity:SetMoveCollide",
"args": [
{
"type": "number",
"name": "moveCollideType"
}
]
},
{
"category": "shared",
"name": "Entity:SetMoveType",
"args": [
{
"type": "number",
"name": "movetype"
}
]
},
{
"category": "client",
"name": "Entity:SetNetworkAngles",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "Entity:SetMoveParent",
"args": [
{
"type": "Entity",
"name": "Parent"
}
]
},
{
"category": "server",
"name": "Entity:SetName",
"args": [
{
"type": "string",
"name": "mappingName"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedAngle",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Angle",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedBool",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "boolean",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedInt",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedEntity",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Entity",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedNumber",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkOrigin",
"args": [
{
"type": "Vector",
"name": "origin"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedFloat",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedString",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "client",
"name": "Entity:SetNextClientThink",
"args": [
{
"type": "number",
"name": "nextthink"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWEntity",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Entity",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWString",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWFloat",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWVarProxy",
"args": [
{
"type": "any",
"name": "key"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedVarProxy",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWBool",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "boolean",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWVector",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Vector",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNoDraw",
"args": [
{
"type": "boolean",
"name": "shouldNotDraw"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWInt",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetNetworkedVector",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Vector",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetParent",
"args": [
{
"type": "Entity",
"name": "parent"
},
{
"type": "number",
"name": "attachmentId"
}
]
},
{
"category": "shared",
"name": "Entity:SetOwner",
"args": [
{
"type": "Entity",
"name": "owner"
}
]
},
{
"category": "shared",
"name": "Entity:SetNotSolid",
"args": [
{
"type": "boolean",
"name": "IsNotSolid"
}
]
},
{
"category": "shared",
"name": "Entity:SetParentPhysNum",
"args": [
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "shared",
"name": "Entity:SetNWAngle",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "Angle",
"name": "value"
}
]
},
{
"category": "server",
"name": "Entity:SetPhysConstraintObjects",
"args": [
{
"type": "PhysObj",
"name": "Phys"
},
{
"type": "PhysObj",
"name": "Phys"
}
]
},
{
"category": "shared",
"name": "Entity:SetPlaybackRate",
"args": [
{
"type": "number",
"name": "fSpeed"
}
]
},
{
"category": "server",
"name": "Entity:SetPhysicsAttacker",
"args": [
{
"type": "Player",
"name": "ent"
},
{
"type": "number",
"name": "timeLimit"
}
]
},
{
"category": "server",
"name": "Entity:SetPreventTransmit",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "boolean",
"name": "stopTransmitting"
}
]
},
{
"category": "shared",
"name": "Entity:SetPos",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "Entity:SetPersistent",
"args": [
{
"type": "boolean",
"name": "persist"
}
]
},
{
"category": "client",
"name": "Entity:SetPredictable",
"args": [
{
"type": "boolean",
"name": "setPredictable"
}
]
},
{
"category": "shared",
"name": "Entity:SetPoseParameter",
"args": [
{
"type": "string",
"name": "poseName"
},
{
"type": "number",
"name": "poseValue"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderBoundsWS",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "Vector",
"name": "add"
}
]
},
{
"category": "server",
"name": "Entity:SetRagdollAng",
"args": [
{
"type": "number",
"name": "boneid"
},
{
"type": "Angle",
"name": "pos"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderBounds",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "Vector",
"name": "add"
}
]
},
{
"category": "shared",
"name": "Entity:SetRenderMode",
"args": [
{
"type": "number",
"name": "renderMode"
}
]
},
{
"category": "shared",
"name": "Entity:SetRenderFX",
"args": [
{
"type": "number",
"name": "renderFX"
}
]
},
{
"category": "server",
"name": "Entity:SetRagdollPos",
"args": [
{
"type": "number",
"name": "boneid"
},
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "Entity:SetRagdollBuildFunction",
"args": [
{
"type": "function",
"name": "func"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderAngles",
"args": [
{
"type": "Angle",
"name": "newAngles"
}
]
},
{
"category": "shared",
"name": "Entity:SetSaveValue",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderOrigin",
"args": [
{
"type": "Vector",
"name": "newOrigin"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderClipPlaneEnabled",
"args": [
{
"type": "boolean",
"name": "enabled"
}
]
},
{
"category": "client",
"name": "Entity:SetRenderClipPlane",
"args": [
{
"type": "Vector",
"name": "planeNormal"
},
{
"type": "number",
"name": "planePosition"
}
]
},
{
"category": "shared",
"name": "Entity:SetSolid",
"args": [
{
"type": "number",
"name": "solid"
}
]
},
{
"category": "shared",
"name": "Entity:SetShouldPlayPickupSound",
"args": [
{
"type": "boolean",
"name": "playsound"
}
]
},
{
"category": "shared",
"name": "Entity:SetShouldServerRagdoll",
"args": [
{
"type": "boolean",
"name": "serverragdoll"
}
]
},
{
"category": "shared",
"name": "Entity:SetSubMaterial",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "string",
"name": "material"
}
]
},
{
"category": "shared",
"name": "Entity:SetSkin",
"args": [
{
"type": "number",
"name": "skinIndex"
}
]
},
{
"category": "server",
"name": "Entity:SetTrigger",
"args": [
{
"type": "boolean",
"name": "maketrigger"
}
]
},
{
"category": "shared",
"name": "Entity:SetSolidFlags",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "Entity:SetTable",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "client",
"name": "Entity:SetupBones",
"args": []
},
{
"category": "shared",
"name": "Entity:SetTransmitWithParent",
"args": [
{
"type": "boolean",
"name": "onoff"
}
]
},
{
"category": "client",
"name": "Entity:SetupPhonemeMappings",
"args": [
{
"type": "string",
"name": "fileRoot"
}
]
},
{
"category": "shared",
"name": "Entity:SetSpawnEffect",
"args": [
{
"type": "boolean",
"name": "spawnEffect"
}
]
},
{
"category": "shared",
"name": "Entity:SetSequence",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "server",
"name": "Entity:SetUseType",
"args": [
{
"type": "number",
"name": "useType"
}
]
},
{
"category": "server",
"name": "Entity:SetUnFreezable",
"args": [
{
"type": "boolean",
"name": "freezable"
}
]
},
{
"category": "shared",
"name": "Entity:SetVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "Entity:SetVar",
"args": [
{
"type": "any",
"name": "key"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Entity:SetWeaponModel",
"args": [
{
"type": "string",
"name": "viewModel"
},
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "Entity:Spawn",
"args": []
},
{
"category": "client",
"name": "Entity:SnatchModelInstance",
"args": [
{
"type": "Entity",
"name": "srcEntity"
}
]
},
{
"category": "shared",
"name": "Entity:SkinCount",
"args": []
},
{
"category": "shared",
"name": "Entity:StopLoopingSound",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Entity:StartMotionController",
"args": []
},
{
"category": "shared",
"name": "Entity:StartLoopingSound",
"args": [
{
"type": "string",
"name": "sound"
}
]
},
{
"category": "client",
"name": "Entity:StopParticlesNamed",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "Entity:StopParticlesWithNameAndAttachment",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "attachment"
}
]
},
{
"category": "shared",
"name": "Entity:StopMotionController",
"args": []
},
{
"category": "client",
"name": "Entity:StopAndDestroyParticles",
"args": []
},
{
"category": "shared",
"name": "Entity:StopParticles",
"args": []
},
{
"category": "client",
"name": "Entity:StopParticleEmission",
"args": []
},
{
"category": "server",
"name": "Entity:TakeDamageInfo",
"args": [
{
"type": "CTakeDamageInfo",
"name": "damageInfo"
}
]
},
{
"category": "server",
"name": "Entity:TestPVS",
"args": [
{
"type": "any",
"name": "testPoint"
}
]
},
{
"category": "shared",
"name": "Entity:StopSound",
"args": [
{
"type": "string",
"name": "soundscript"
}
]
},
{
"category": "server",
"name": "Entity:TakeDamage",
"args": [
{
"type": "number",
"name": "damageAmount"
},
{
"type": "Entity",
"name": "attacker"
},
{
"type": "Entity",
"name": "inflictor"
}
]
},
{
"category": "server",
"name": "Entity:TakePhysicsDamage",
"args": [
{
"type": "CTakeDamageInfo",
"name": "dmginfo"
}
]
},
{
"category": "shared",
"name": "Entity:TranslateBoneToPhysBone",
"args": [
{
"type": "number",
"name": "boneID"
}
]
},
{
"category": "server",
"name": "Entity:Use",
"args": [
{
"type": "Player",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "number",
"name": "useType"
},
{
"type": "number",
"name": "integer"
}
]
},
{
"category": "server",
"name": "Entity:VisibleVec",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "Entity:UseClientSideAnimation",
"args": []
},
{
"category": "shared",
"name": "Entity:WaterLevel",
"args": []
},
{
"category": "shared",
"name": "Entity:TranslatePhysBoneToBone",
"args": [
{
"type": "number",
"name": "physNum"
}
]
},
{
"category": "shared",
"name": "Entity:WorldSpaceAABB",
"args": []
},
{
"category": "shared",
"name": "Entity:UseTriggerBounds",
"args": [
{
"type": "boolean",
"name": "enable"
},
{
"type": "number",
"name": "boundSize"
}
]
},
{
"category": "shared",
"name": "Entity:Weapon",
"args": [
{
"type": "number",
"name": "act"
},
{
"type": "number",
"name": "duration"
}
]
},
{
"category": "shared",
"name": "Entity:ViewModelIndex",
"args": []
},
{
"category": "server",
"name": "Entity:Visible",
"args": [
{
"type": "Entity",
"name": "target"
}
]
},
{
"category": "shared",
"name": "Entity:Weapon",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "Entity:WorldToLocal",
"args": [
{
"type": "Vector",
"name": "wpos"
}
]
},
{
"category": "shared",
"name": "Entity:WorldSpaceCenter",
"args": []
},
{
"category": "client",
"name": "ents.CreateClientProp",
"args": [
{
"type": "string",
"name": "model"
}
]
},
{
"category": "server",
"name": "ents.Create",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "shared",
"name": "ents.FindAlongRay",
"args": [
{
"type": "Vector",
"name": "start"
},
{
"type": "Vector",
"name": "end"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
}
]
},
{
"category": "client",
"name": "ents.CreateClientside",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "shared",
"name": "ents.FindByClass",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "shared",
"name": "Entity:WorldToLocalAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "ents.FindInCone",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Vector",
"name": "normal"
},
{
"type": "number",
"name": "range"
},
{
"type": "number",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "ents.FindInBox",
"args": [
{
"type": "Vector",
"name": "boxMins"
},
{
"type": "Vector",
"name": "boxMaxs"
}
]
},
{
"category": "shared",
"name": "ents.FindByName",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "ents.FindInSphere",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "shared",
"name": "ents.FindByClassAndParent",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "Entity",
"name": "parent"
}
]
},
{
"category": "shared",
"name": "ents.GetByIndex",
"args": [
{
"type": "number",
"name": "entIdx"
}
]
},
{
"category": "server",
"name": "ents.FireTargets",
"args": [
{
"type": "string",
"name": "target"
},
{
"type": "Entity",
"name": "activator"
},
{
"type": "Entity",
"name": "caller"
},
{
"type": "number",
"name": "usetype"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "server",
"name": "ents.FindInPVS",
"args": [
{
"type": "any",
"name": "viewPoint"
}
]
},
{
"category": "shared",
"name": "ents.GetAll",
"args": []
},
{
"category": "shared",
"name": "ents.FindByModel",
"args": [
{
"type": "string",
"name": "model"
}
]
},
{
"category": "server",
"name": "ents.GetEdictCount",
"args": []
},
{
"category": "shared",
"name": "ents.GetCount",
"args": [
{
"type": "boolean",
"name": "IncludeKillMe"
}
]
},
{
"category": "shared",
"name": "file.Append",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "content"
}
]
},
{
"category": "shared",
"name": "file.CreateDir",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "file.Delete",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "ents.GetMapCreatedEntity",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "file.Find",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "path"
},
{
"type": "string",
"name": "sorting"
}
]
},
{
"category": "shared",
"name": "File:Flush",
"args": []
},
{
"category": "shared",
"name": "File:Close",
"args": []
},
{
"category": "shared",
"name": "file.Open",
"args": [
{
"type": "string",
"name": "fileName"
},
{
"type": "string",
"name": "fileMode"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "file.IsDir",
"args": [
{
"type": "string",
"name": "fileName"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "file.Exists",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "File:Read",
"args": [
{
"type": "number",
"name": "length"
}
]
},
{
"category": "shared",
"name": "file.Read",
"args": [
{
"type": "string",
"name": "fileName"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "File:ReadBool",
"args": []
},
{
"category": "shared",
"name": "File:ReadByte",
"args": []
},
{
"category": "shared",
"name": "File:ReadDouble",
"args": []
},
{
"category": "shared",
"name": "File:ReadLong",
"args": []
},
{
"category": "shared",
"name": "File:ReadFloat",
"args": []
},
{
"category": "shared",
"name": "File:ReadLine",
"args": []
},
{
"category": "shared",
"name": "File:Seek",
"args": [
{
"type": "number",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "File:ReadUShort",
"args": []
},
{
"category": "shared",
"name": "File:ReadULong",
"args": []
},
{
"category": "shared",
"name": "File:ReadShort",
"args": []
},
{
"category": "shared",
"name": "file.Size",
"args": [
{
"type": "string",
"name": "fileName"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "file.Rename",
"args": [
{
"type": "string",
"name": "orignalFileName"
},
{
"type": "string",
"name": "targetFileName"
}
]
},
{
"category": "shared",
"name": "file.Write",
"args": [
{
"type": "string",
"name": "fileName"
},
{
"type": "string",
"name": "content"
}
]
},
{
"category": "shared",
"name": "File:Size",
"args": []
},
{
"category": "shared",
"name": "File:Skip",
"args": [
{
"type": "number",
"name": "amount"
}
]
},
{
"category": "shared",
"name": "File:WriteLong",
"args": [
{
"type": "number",
"name": "int"
}
]
},
{
"category": "shared",
"name": "File:Tell",
"args": []
},
{
"category": "shared",
"name": "File:Write",
"args": [
{
"type": "string",
"name": "data"
}
]
},
{
"category": "shared",
"name": "file.Time",
"args": [
{
"type": "string",
"name": "path"
},
{
"type": "string",
"name": "gamePath"
}
]
},
{
"category": "shared",
"name": "File:WriteBool",
"args": [
{
"type": "boolean",
"name": "bool"
}
]
},
{
"category": "shared",
"name": "File:WriteFloat",
"args": [
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "File:WriteShort",
"args": [
{
"type": "number",
"name": "int"
}
]
},
{
"category": "shared",
"name": "File:WriteByte",
"args": [
{
"type": "number",
"name": "uint"
}
]
},
{
"category": "shared",
"name": "File:WriteDouble",
"args": [
{
"type": "number",
"name": "double"
}
]
},
{
"category": "shared",
"name": "File:WriteULong",
"args": [
{
"type": "number",
"name": "uint"
}
]
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "shared",
"name": "File:WriteUShort",
"args": [
{
"type": "number",
"name": "uint"
}
]
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "shared",
"name": "game.AddAmmoType",
"args": [
{
"type": "table",
"name": "ammoData"
}
]
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "shared",
"name": "game.AddDecal",
"args": [
{
"type": "string",
"name": "decalName"
},
{
"type": "string",
"name": "materialName"
}
]
},
{
"category": "shared",
"name": "game.AddParticles",
"args": [
{
"type": "string",
"name": "particleFileName"
}
]
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "client",
"name": "frame",
"args": []
},
{
"category": "shared",
"name": "game.BuildAmmoTypes",
"args": []
},
{
"category": "shared",
"name": "game.CleanUpMap",
"args": [
{
"type": "boolean",
"name": "dontSendToClients"
},
{
"type": "table",
"name": "ExtraFilters"
}
]
},
{
"category": "server",
"name": "game.ConsoleCommand",
"args": [
{
"type": "string",
"name": "stringCommand"
}
]
},
{
"category": "shared",
"name": "game.GetAmmoID",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "game.GetGlobalCounter",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "game.GetAmmoDamageType",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "game.GetAmmoForce",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "game.GetGlobalState",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "game.GetIPAddress",
"args": []
},
{
"category": "shared",
"name": "game.GetAmmoMax",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "game.GetAmmoName",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "game.GetSkillLevel",
"args": []
},
{
"category": "server",
"name": "game.GetMapNext",
"args": []
},
{
"category": "shared",
"name": "game.GetMapVersion",
"args": []
},
{
"category": "shared",
"name": "game.GetAmmoNPCDamage",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "game.GetAmmoPlayerDamage",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "game.LoadNextMap",
"args": []
},
{
"category": "shared",
"name": "game.GetWorld",
"args": []
},
{
"category": "shared",
"name": "game.GetTimeScale",
"args": []
},
{
"category": "server",
"name": "game.KickID",
"args": [
{
"type": "string",
"name": "id"
},
{
"type": "string",
"name": "reason"
}
]
},
{
"category": "shared",
"name": "game.MountGMA",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "game.MaxPlayers",
"args": []
},
{
"category": "shared",
"name": "game.GetMap",
"args": []
},
{
"category": "server",
"name": "game.SetGlobalState",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "state"
}
]
},
{
"category": "shared",
"name": "game.RemoveRagdolls",
"args": []
},
{
"category": "server",
"name": "game.SetGlobalCounter",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "count"
}
]
},
{
"category": "server",
"name": "game.SetSkillLevel",
"args": [
{
"type": "number",
"name": "level"
}
]
},
{
"category": "shared",
"name": "game.IsDedicated",
"args": []
},
{
"category": "server",
"name": "game.SetTimeScale",
"args": [
{
"type": "number",
"name": "timeScale"
}
]
},
{
"category": "server",
"name": "game.MapLoadType",
"args": []
},
{
"category": "shared",
"name": "gamemode.Call",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "game.SinglePlayer",
"args": []
},
{
"category": "shared",
"name": "gamemode.Get",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "gameevent.Listen",
"args": [
{
"type": "string",
"name": "eventName"
}
]
},
{
"category": "shared",
"name": "game.StartSpot",
"args": []
},
{
"category": "shared",
"name": "Add",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "gamemode.Register",
"args": [
{
"type": "table",
"name": "gm"
},
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "derived"
}
]
},
{
"category": "shared",
"name": "AccessorFunc",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "key"
},
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "force"
}
]
},
{
"category": "shared",
"name": "AddConsoleCommand",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "helpText"
},
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "menu",
"name": "AddBackgroundImage",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "server",
"name": "AddOriginToPVS",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "AddWorldTip",
"args": [
{
"type": "number",
"name": "entindex"
},
{
"type": "string",
"name": "text"
},
{
"type": "number",
"name": "dieTime"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Angle",
"args": [
{
"type": "number",
"name": "pitch"
},
{
"type": "number",
"name": "yaw"
},
{
"type": "number",
"name": "roll"
}
]
},
{
"category": "client",
"name": "AddonMaterial",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "AddCSLuaFile",
"args": [
{
"type": "string",
"name": "file"
}
]
},
{
"category": "shared",
"name": "AngleRand",
"args": [
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "menu",
"name": "CancelLoading",
"args": []
},
{
"category": "server",
"name": "BroadcastLua",
"args": [
{
"type": "string",
"name": "code"
}
]
},
{
"category": "shared",
"name": "BuildNetworkedVarsTable",
"args": []
},
{
"category": "shared",
"name": "assert",
"args": [
{
"type": "any",
"name": "expression"
},
{
"type": "string",
"name": "errorMessage"
},
{
"type": "vararg",
"name": "returns"
}
]
},
{
"category": "menu",
"name": "ChangeBackground",
"args": [
{
"type": "string",
"name": "currentgm"
}
]
},
{
"category": "client",
"name": "ClientsideRagdoll",
"args": [
{
"type": "string",
"name": "model"
},
{
"type": "number",
"name": "renderGroup"
}
]
},
{
"category": "menu",
"name": "CanAddServerToFavorites",
"args": []
},
{
"category": "shared",
"name": "Color",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "ClientsideModel",
"args": [
{
"type": "string",
"name": "model"
},
{
"type": "number",
"name": "renderGroup"
}
]
},
{
"category": "shared",
"name": "collectgarbage",
"args": [
{
"type": "string",
"name": "action"
},
{
"type": "number",
"name": "arg"
}
]
},
{
"category": "client",
"name": "CloseDermaMenus",
"args": []
},
{
"category": "shared",
"name": "ColorAlpha",
"args": [
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "client",
"name": "ChangeTooltip",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "shared",
"name": "ColorRand",
"args": [
{
"type": "boolean",
"name": "a"
}
]
},
{
"category": "menu",
"name": "ClearBackgroundImages",
"args": []
},
{
"category": "client",
"name": "ClientsideScene",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Entity",
"name": "targetEnt"
}
]
},
{
"category": "shared",
"name": "CompileFile",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "shared",
"name": "ColorToHSV",
"args": [
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "CompileString",
"args": [
{
"type": "string",
"name": "code"
},
{
"type": "string",
"name": "identifier"
},
{
"type": "boolean",
"name": "HandleError"
}
]
},
{
"category": "shared",
"name": "ConVarExists",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "menu",
"name": "ConsoleAutoComplete",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "shared",
"name": "CreateConVar",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "value"
},
{
"type": "number",
"name": "flags"
},
{
"type": "string",
"name": "helptext"
}
]
},
{
"category": "client",
"name": "CreateParticleSystem",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "string",
"name": "effect"
},
{
"type": "number",
"name": "partAttachment"
},
{
"type": "number",
"name": "entAttachment"
},
{
"type": "Vector",
"name": "offset"
}
]
},
{
"category": "shared",
"name": "CreateClientConVar",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "default"
},
{
"type": "boolean",
"name": "shouldsave"
},
{
"type": "boolean",
"name": "userinfo"
},
{
"type": "string",
"name": "helptext"
}
]
},
{
"category": "client",
"name": "CreateMaterial",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "shaderName"
},
{
"type": "table",
"name": "materialData"
}
]
},
{
"category": "shared",
"name": "CreatePhysCollidesFromModel",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "CreateSound",
"args": []
},
{
"category": "shared",
"name": "CurTime",
"args": []
},
{
"category": "shared",
"name": "baseclass.Get",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "DebugInfo",
"args": [
{
"type": "number",
"name": "slot"
},
{
"type": "string",
"name": "info"
}
]
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Panel",
"name": "panel"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "DeriveGamemode",
"args": [
{
"type": "string",
"name": "base"
}
]
},
{
"category": "client",
"name": "CreateSprite",
"args": [
{
"type": "IMaterial",
"name": "material"
}
]
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "startTime"
}
]
},
{
"category": "shared",
"name": "DamageInfo",
"args": []
},
{
"category": "client",
"name": "DermaMenu",
"args": [
{
"type": "Panel",
"name": "parent"
}
]
},
{
"category": "shared",
"name": "CreatePhysCollideBox",
"args": [
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
}
]
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "string",
"name": "title"
},
{
"type": "string",
"name": "btn"
},
{
"type": "function",
"name": "btn"
},
{
"type": "string",
"name": "btn"
},
{
"type": "function",
"name": "btn"
},
{
"type": "string",
"name": "btn"
},
{
"type": "function",
"name": "btn"
},
{
"type": "string",
"name": "btn"
},
{
"type": "function",
"name": "btn"
}
]
},
{
"category": "client",
"name": "DOF",
"args": []
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "string",
"name": "Text"
},
{
"type": "string",
"name": "Title"
},
{
"type": "string",
"name": "Button"
}
]
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "string",
"name": "title"
},
{
"type": "string",
"name": "subtitle"
},
{
"type": "string",
"name": "default"
},
{
"type": "function",
"name": "confirm"
},
{
"type": "function",
"name": "cancel"
},
{
"type": "string",
"name": "confirmText"
},
{
"type": "string",
"name": "cancelText"
}
]
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "Panel",
"name": "target"
}
]
},
{
"category": "client",
"name": "DOFModeHack",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "DrawBloom",
"args": [
{
"type": "number",
"name": "Darken"
},
{
"type": "number",
"name": "Multiply"
},
{
"type": "number",
"name": "SizeX"
},
{
"type": "number",
"name": "SizeY"
},
{
"type": "number",
"name": "Passes"
},
{
"type": "number",
"name": "ColorMultiply"
},
{
"type": "number",
"name": "Red"
},
{
"type": "number",
"name": "Green"
},
{
"type": "number",
"name": "Blue"
}
]
},
{
"category": "client",
"name": "DisableClipping",
"args": [
{
"type": "boolean",
"name": "disable"
}
]
},
{
"category": "client",
"name": "DrawMaterialOverlay",
"args": [
{
"type": "string",
"name": "Material"
},
{
"type": "number",
"name": "RefractAmount"
}
]
},
{
"category": "client",
"name": "DOF",
"args": []
},
{
"category": "client",
"name": "Derma",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "string",
"name": "functionName"
},
{
"type": "string",
"name": "hookName"
},
{
"type": "string",
"name": "typeName"
}
]
},
{
"category": "client",
"name": "DrawMotionBlur",
"args": [
{
"type": "number",
"name": "AddAlpha"
},
{
"type": "number",
"name": "DrawAlpha"
},
{
"type": "number",
"name": "Delay"
}
]
},
{
"category": "client",
"name": "DrawSharpen",
"args": [
{
"type": "number",
"name": "Contrast"
},
{
"type": "number",
"name": "Distance"
}
]
},
{
"category": "client",
"name": "DrawColorModify",
"args": [
{
"type": "table",
"name": "modifyParameters"
}
]
},
{
"category": "client",
"name": "DrawTexturize",
"args": [
{
"type": "number",
"name": "Scale"
},
{
"type": "number",
"name": "BaseTexture"
}
]
},
{
"category": "client",
"name": "DrawSunbeams",
"args": [
{
"type": "number",
"name": "darken"
},
{
"type": "number",
"name": "multiplier"
},
{
"type": "number",
"name": "sunSize"
},
{
"type": "number",
"name": "sunX"
},
{
"type": "number",
"name": "sunY"
}
]
},
{
"category": "client",
"name": "DrawToyTown",
"args": [
{
"type": "number",
"name": "Passes"
},
{
"type": "number",
"name": "Height"
}
]
},
{
"category": "client",
"name": "DrawSobel",
"args": [
{
"type": "number",
"name": "Threshold"
}
]
},
{
"category": "menu",
"name": "DrawBackground",
"args": []
},
{
"category": "shared",
"name": "DropEntityIfHeld",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "EmitSentence",
"args": [
{
"type": "string",
"name": "soundName"
},
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "entity"
},
{
"type": "number",
"name": "channel"
},
{
"type": "number",
"name": "volume"
},
{
"type": "number",
"name": "soundLevel"
},
{
"type": "number",
"name": "soundFlags"
},
{
"type": "number",
"name": "pitch"
}
]
},
{
"category": "client",
"name": "DynamicLight",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "boolean",
"name": "elight"
}
]
},
{
"category": "shared",
"name": "Either",
"args": [
{
"type": "any",
"name": "condition"
},
{
"type": "any",
"name": "truevar"
},
{
"type": "any",
"name": "falsevar"
}
]
},
{
"category": "shared",
"name": "EffectData",
"args": []
},
{
"category": "client",
"name": "EndTooltip",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "shared",
"name": "EmitSound",
"args": [
{
"type": "string",
"name": "soundName"
},
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "entity"
},
{
"type": "number",
"name": "channel"
},
{
"type": "number",
"name": "volume"
},
{
"type": "number",
"name": "soundLevel"
},
{
"type": "number",
"name": "soundFlags"
},
{
"type": "number",
"name": "pitch"
}
]
},
{
"category": "shared",
"name": "Error",
"args": [
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "ErrorNoHalt",
"args": [
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "error",
"args": [
{
"type": "string",
"name": "message"
},
{
"type": "number",
"name": "errorLevel"
}
]
},
{
"category": "shared",
"name": "FindMetaTable",
"args": [
{
"type": "string",
"name": "metaName"
}
]
},
{
"category": "shared",
"name": "Entity",
"args": [
{
"type": "number",
"name": "entityIndex"
}
]
},
{
"category": "client",
"name": "FrameNumber",
"args": []
},
{
"category": "shared",
"name": "FrameTime",
"args": []
},
{
"category": "shared",
"name": "gcinfo",
"args": []
},
{
"category": "shared",
"name": "GetConVar",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "menu",
"name": "GameDetails",
"args": [
{
"type": "string",
"name": "servername"
},
{
"type": "string",
"name": "serverurl"
},
{
"type": "string",
"name": "mapname"
},
{
"type": "number",
"name": "maxplayers"
},
{
"type": "string",
"name": "steamid"
},
{
"type": "string",
"name": "gamemode"
}
]
},
{
"category": "client",
"name": "EyeVector",
"args": []
},
{
"category": "shared",
"name": "GetConVarString",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "EyeAngles",
"args": []
},
{
"category": "client",
"name": "FindTooltip",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "client",
"name": "EyePos",
"args": []
},
{
"category": "menu",
"name": "GetDefaultLoadingHTML",
"args": []
},
{
"category": "menu",
"name": "GetDemoFileDetails",
"args": [
{
"type": "string",
"name": "filename"
}
]
},
{
"category": "shared",
"name": "GetConVarNumber",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "GetGlobalBool",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "boolean",
"name": "default"
}
]
},
{
"category": "shared",
"name": "Format",
"args": [
{
"type": "string",
"name": "format"
},
{
"type": "vararg",
"name": "formatParameters"
}
]
},
{
"category": "shared",
"name": "GetConVar",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "getfenv",
"args": [
{
"type": "function",
"name": "location"
}
]
},
{
"category": "shared",
"name": "GetGlobalAngle",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "Angle",
"name": "default"
}
]
},
{
"category": "shared",
"name": "GetGlobalInt",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "number",
"name": "default"
}
]
},
{
"category": "shared",
"name": "GetHostName",
"args": []
},
{
"category": "shared",
"name": "GetGlobalVector",
"args": [
{
"type": "string",
"name": "Index"
},
{
"type": "Vector",
"name": "Default"
}
]
},
{
"category": "menu",
"name": "GetDownloadables",
"args": []
},
{
"category": "client",
"name": "GetHUDPanel",
"args": []
},
{
"category": "shared",
"name": "GetGlobalEntity",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "Entity",
"name": "default"
}
]
},
{
"category": "shared",
"name": "GetGlobalString",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "string",
"name": "default"
}
]
},
{
"category": "shared",
"name": "GetGlobalFloat",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "number",
"name": "default"
}
]
},
{
"category": "menu",
"name": "GetLoadStatus",
"args": []
},
{
"category": "menu",
"name": "GetLoadPanel",
"args": []
},
{
"category": "shared",
"name": "getmetatable",
"args": [
{
"type": "any",
"name": "object"
}
]
},
{
"category": "menu",
"name": "GetMapList",
"args": []
},
{
"category": "client",
"name": "GetRenderTarget",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "boolean",
"name": "additive"
}
]
},
{
"category": "menu",
"name": "GetSaveFileDetails",
"args": [
{
"type": "string",
"name": "filename"
}
]
},
{
"category": "client",
"name": "GetViewEntity",
"args": []
},
{
"category": "shared",
"name": "include",
"args": [
{
"type": "string",
"name": "fileName"
}
]
},
{
"category": "shared",
"name": "HTTP",
"args": [
{
"type": "table",
"name": "parameters"
}
]
},
{
"category": "shared",
"name": "HSVToColor",
"args": [
{
"type": "number",
"name": "hue"
},
{
"type": "number",
"name": "saturation"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "isbool",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "isangle",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "menu",
"name": "GetOverlayPanel",
"args": []
},
{
"category": "shared",
"name": "ipairs",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "IncludeCS",
"args": [
{
"type": "string",
"name": "filename"
}
]
},
{
"category": "client",
"name": "GetRenderTargetEx",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "number",
"name": "sizeMode"
},
{
"type": "number",
"name": "depthMode"
},
{
"type": "number",
"name": "textureFlags"
},
{
"type": "number",
"name": "rtFlags"
},
{
"type": "number",
"name": "imageFormat"
}
]
},
{
"category": "shared",
"name": "isentity",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "IsEntity",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "IsFirstTimePredicted",
"args": []
},
{
"category": "shared",
"name": "IsColor",
"args": [
{
"type": "any",
"name": "Object"
}
]
},
{
"category": "shared",
"name": "IsEnemyEntityName",
"args": [
{
"type": "string",
"name": "className"
}
]
},
{
"category": "shared",
"name": "ismatrix",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "isstring",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "istable",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "menu",
"name": "IsInGame",
"args": []
},
{
"category": "shared",
"name": "IsFriendEntityName",
"args": [
{
"type": "string",
"name": "className"
}
]
},
{
"category": "shared",
"name": "isfunction",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "IsMounted",
"args": [
{
"type": "string",
"name": "game"
}
]
},
{
"category": "shared",
"name": "isnumber",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "ispanel",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "IsTableOfEntitiesValid",
"args": [
{
"type": "table",
"name": "table"
}
]
},
{
"category": "shared",
"name": "IsValid",
"args": [
{
"type": "any",
"name": "toBeValidated"
}
]
},
{
"category": "shared",
"name": "isvector",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "shared",
"name": "IsUselessModel",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "menu",
"name": "JoinServer",
"args": [
{
"type": "string",
"name": "IP"
}
]
},
{
"category": "shared",
"name": "Lerp",
"args": [
{
"type": "number",
"name": "t"
},
{
"type": "number",
"name": "from"
},
{
"type": "number",
"name": "to"
}
]
},
{
"category": "shared",
"name": "LerpAngle",
"args": [
{
"type": "number",
"name": "ratio"
},
{
"type": "Angle",
"name": "angleStart"
},
{
"type": "Angle",
"name": "angleEnd"
}
]
},
{
"category": "menu",
"name": "LanguageChanged",
"args": [
{
"type": "string",
"name": "lang"
}
]
},
{
"category": "client",
"name": "Label",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "Panel",
"name": "parent"
}
]
},
{
"category": "shared",
"name": "LerpVector",
"args": [
{
"type": "number",
"name": "fraction"
},
{
"type": "Vector",
"name": "from"
},
{
"type": "Vector",
"name": "to"
}
]
},
{
"category": "client",
"name": "LoadPresets",
"args": []
},
{
"category": "client",
"name": "Localize",
"args": [
{
"type": "string",
"name": "localisationToken"
},
{
"type": "string",
"name": "default"
}
]
},
{
"category": "shared",
"name": "LocalToWorld",
"args": [
{
"type": "Vector",
"name": "localPos"
},
{
"type": "Angle",
"name": "localAng"
},
{
"type": "Vector",
"name": "originPos"
},
{
"type": "Angle",
"name": "originAngle"
}
]
},
{
"category": "shared",
"name": "Material",
"args": [
{
"type": "string",
"name": "materialName"
},
{
"type": "string",
"name": "pngParameters"
}
]
},
{
"category": "client",
"name": "LocalPlayer",
"args": []
},
{
"category": "shared",
"name": "Model",
"args": [
{
"type": "string",
"name": "model"
}
]
},
{
"category": "shared",
"name": "Matrix",
"args": [
{
"type": "table",
"name": "data"
}
]
},
{
"category": "client",
"name": "Mesh",
"args": [
{
"type": "IMaterial",
"name": "mat"
}
]
},
{
"category": "shared",
"name": "MsgAll",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "module",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "vararg",
"name": "loaders"
}
]
},
{
"category": "menu",
"name": "LoadLastMap",
"args": []
},
{
"category": "shared",
"name": "Msg",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "MsgC",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "next",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "prevKey"
}
]
},
{
"category": "shared",
"name": "newproxy",
"args": [
{
"type": "boolean",
"name": "addMetatable"
}
]
},
{
"category": "shared",
"name": "MsgN",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "menu",
"name": "NumDownloadables",
"args": []
},
{
"category": "client",
"name": "OnModelLoaded",
"args": [
{
"type": "string",
"name": "modelName"
},
{
"type": "number",
"name": "numPostParams"
},
{
"type": "number",
"name": "numSeq"
},
{
"type": "number",
"name": "numAttachments"
},
{
"type": "number",
"name": "numBoneControllers"
},
{
"type": "number",
"name": "numSkins"
},
{
"type": "number",
"name": "size"
}
]
},
{
"category": "shared",
"name": "OrderVectors",
"args": [
{
"type": "Vector",
"name": "vector"
},
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "client",
"name": "NamedColor",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "menu",
"name": "OpenFolder",
"args": [
{
"type": "string",
"name": "folder"
}
]
},
{
"category": "shared",
"name": "pairs",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "Particle",
"args": [
{
"type": "string",
"name": "file"
}
]
},
{
"category": "client",
"name": "NumModelSkins",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "ParticleEffectAttach",
"args": [
{
"type": "string",
"name": "particleName"
},
{
"type": "number",
"name": "attachType"
},
{
"type": "Entity",
"name": "entity"
},
{
"type": "number",
"name": "attachmentID"
}
]
},
{
"category": "shared",
"name": "ParticleEffect",
"args": [
{
"type": "string",
"name": "particleName"
},
{
"type": "Vector",
"name": "position"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "Entity",
"name": "parent"
}
]
},
{
"category": "shared",
"name": "PrecacheParticleSystem",
"args": [
{
"type": "string",
"name": "particleSystemName"
}
]
},
{
"category": "server",
"name": "PrecacheScene",
"args": [
{
"type": "string",
"name": "scene"
}
]
},
{
"category": "shared",
"name": "pcall",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "server",
"name": "Path",
"args": [
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "PrecacheSentenceFile",
"args": [
{
"type": "string",
"name": "filename"
}
]
},
{
"category": "shared",
"name": "ProtectedCall",
"args": [
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "PrintTable",
"args": [
{
"type": "table",
"name": "tableToPrint"
},
{
"type": "number",
"name": "indent"
},
{
"type": "table",
"name": "done"
}
]
},
{
"category": "client",
"name": "ProjectedTexture",
"args": []
},
{
"category": "server",
"name": "PrintMessage",
"args": [
{
"type": "number",
"name": "type"
},
{
"type": "string",
"name": "message"
}
]
},
{
"category": "shared",
"name": "Player",
"args": [
{
"type": "number",
"name": "playerIndex"
}
]
},
{
"category": "client",
"name": "ParticleEmitter",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "boolean",
"name": "use"
}
]
},
{
"category": "shared",
"name": "print",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "rawset",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "any",
"name": "index"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "RandomPairs",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "boolean",
"name": "descending"
}
]
},
{
"category": "client",
"name": "PositionSpawnIcon",
"args": [
{
"type": "Entity",
"name": "model"
},
{
"type": "Vector",
"name": "position"
},
{
"type": "boolean",
"name": "noAngles"
}
]
},
{
"category": "client",
"name": "RealFrameTime",
"args": []
},
{
"category": "server",
"name": "PrecacheSentenceGroup",
"args": [
{
"type": "string",
"name": "group"
}
]
},
{
"category": "shared",
"name": "RealTime",
"args": []
},
{
"category": "shared",
"name": "rawget",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "any",
"name": "index"
}
]
},
{
"category": "server",
"name": "RecipientFilter",
"args": []
},
{
"category": "shared",
"name": "rawequal",
"args": [
{
"type": "any",
"name": "value"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "client",
"name": "RemoveTooltip",
"args": []
},
{
"category": "client",
"name": "RememberCursorPosition",
"args": []
},
{
"category": "client",
"name": "RenderDoF",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Angle",
"name": "angle"
},
{
"type": "Vector",
"name": "usableFocusPoint"
},
{
"type": "number",
"name": "angleSize"
},
{
"type": "number",
"name": "radialSteps"
},
{
"type": "number",
"name": "passes"
},
{
"type": "boolean",
"name": "spin"
},
{
"type": "table",
"name": "inView"
},
{
"type": "number",
"name": "fov"
}
]
},
{
"category": "menu",
"name": "RecordDemoFrame",
"args": []
},
{
"category": "shared",
"name": "require",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "RegisterDermaMenuForClose",
"args": [
{
"type": "Panel",
"name": "menu"
}
]
},
{
"category": "client",
"name": "RenderAngles",
"args": []
},
{
"category": "client",
"name": "RestoreCursorPosition",
"args": []
},
{
"category": "client",
"name": "RenderSuperDoF",
"args": [
{
"type": "Vector",
"name": "viewOrigin"
},
{
"type": "Angle",
"name": "viewAngles"
},
{
"type": "number",
"name": "viewFOV"
}
]
},
{
"category": "menu",
"name": "RunGameUICommand",
"args": [
{
"type": "string",
"name": "command"
}
]
},
{
"category": "shared",
"name": "RunConsoleCommand",
"args": [
{
"type": "string",
"name": "command"
},
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "client",
"name": "RenderStereoscopy",
"args": [
{
"type": "Vector",
"name": "viewOrigin"
},
{
"type": "Angle",
"name": "viewAngles"
}
]
},
{
"category": "shared",
"name": "RunString",
"args": [
{
"type": "string",
"name": "code"
},
{
"type": "string",
"name": "identifier"
},
{
"type": "boolean",
"name": "handleError"
}
]
},
{
"category": "client",
"name": "ScreenScale",
"args": [
{
"type": "number",
"name": "Size"
}
]
},
{
"category": "shared",
"name": "SafeRemoveEntity",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "SafeRemoveEntityDelayed",
"args": [
{
"type": "Entity",
"name": "entity"
},
{
"type": "number",
"name": "delay"
}
]
},
{
"category": "client",
"name": "ScrW",
"args": []
},
{
"category": "client",
"name": "SavePresets",
"args": [
{
"type": "table",
"name": "presets"
}
]
},
{
"category": "client",
"name": "ScrH",
"args": []
},
{
"category": "shared",
"name": "RunStringEx",
"args": []
},
{
"category": "shared",
"name": "SendUserMessage",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "recipients"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "server",
"name": "ServerLog",
"args": [
{
"type": "string",
"name": "parameter"
}
]
},
{
"category": "shared",
"name": "setfenv",
"args": [
{
"type": "function",
"name": "location"
},
{
"type": "table",
"name": "enviroment"
}
]
},
{
"category": "menu",
"name": "SaveLastMap",
"args": [
{
"type": "string",
"name": "map"
},
{
"type": "string",
"name": "category"
}
]
},
{
"category": "client",
"name": "SetClipboardText",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "shared",
"name": "SetGlobalEntity",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "SetGlobalAngle",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "SetGlobalString",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "SetGlobalVector",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "shared",
"name": "select",
"args": [
{
"type": "any",
"name": "parameter"
},
{
"type": "vararg",
"name": "vararg"
}
]
},
{
"category": "shared",
"name": "SetGlobalFloat",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "SetGlobalInt",
"args": [
{
"type": "string",
"name": "index"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "SetGlobalBool",
"args": [
{
"type": "any",
"name": "index"
},
{
"type": "boolean",
"name": "bool"
}
]
},
{
"category": "shared",
"name": "SortedPairsByMemberValue",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "any",
"name": "memberKey"
},
{
"type": "boolean",
"name": "descending"
}
]
},
{
"category": "shared",
"name": "SetPhysConstraintSystem",
"args": [
{
"type": "Entity",
"name": "constraintSystem"
}
]
},
{
"category": "shared",
"name": "Sound",
"args": [
{
"type": "string",
"name": "soundPath"
}
]
},
{
"category": "shared",
"name": "SortedPairsByValue",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "boolean",
"name": "descending"
}
]
},
{
"category": "shared",
"name": "setmetatable",
"args": [
{
"type": "table",
"name": "Tab"
},
{
"type": "table",
"name": "Metatable"
}
]
},
{
"category": "shared",
"name": "SortedPairs",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "boolean",
"name": "desc"
}
]
},
{
"category": "shared",
"name": "SQLStr",
"args": [
{
"type": "string",
"name": "input"
},
{
"type": "boolean",
"name": "noQuotes"
}
]
},
{
"category": "shared",
"name": "TimedCos",
"args": [
{
"type": "number",
"name": "frequency"
},
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "server",
"name": "SuppressHostEvents",
"args": [
{
"type": "Player",
"name": "suppressPlayer"
}
]
},
{
"category": "shared",
"name": "SysTime",
"args": []
},
{
"category": "shared",
"name": "SoundDuration",
"args": [
{
"type": "string",
"name": "soundName"
}
]
},
{
"category": "shared",
"name": "TauntCamera",
"args": []
},
{
"category": "client",
"name": "SScale",
"args": [
{
"type": "number",
"name": "Size"
}
]
},
{
"category": "client",
"name": "TextEntryLoseFocus",
"args": []
},
{
"category": "shared",
"name": "STNDRD",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "menu",
"name": "ToggleFavourite",
"args": [
{
"type": "string",
"name": "map"
}
]
},
{
"category": "shared",
"name": "tobool",
"args": [
{
"type": "any",
"name": "val"
}
]
},
{
"category": "shared",
"name": "type",
"args": [
{
"type": "any",
"name": "var"
}
]
},
{
"category": "shared",
"name": "unpack",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "number",
"name": "startIndex"
},
{
"type": "number",
"name": "endIndex"
}
]
},
{
"category": "shared",
"name": "UnPredictedCurTime",
"args": []
},
{
"category": "shared",
"name": "TimedSin",
"args": [
{
"type": "number",
"name": "frequency"
},
{
"type": "number",
"name": "origin"
},
{
"type": "number",
"name": "max"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "shared",
"name": "tostring",
"args": [
{
"type": "any",
"name": "value"
}
]
},
{
"category": "menu",
"name": "UpdateLoadPanel",
"args": [
{
"type": "string",
"name": "javascript"
}
]
},
{
"category": "shared",
"name": "Vector",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "z"
}
]
},
{
"category": "client",
"name": "ValidPanel",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "shared",
"name": "tonumber",
"args": [
{
"type": "any",
"name": "value"
},
{
"type": "number",
"name": "base"
}
]
},
{
"category": "shared",
"name": "VectorRand",
"args": [
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "menu",
"name": "TranslateDownloadableName",
"args": [
{
"type": "string",
"name": "filename"
}
]
},
{
"category": "client",
"name": "VGUIRect",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "shared",
"name": "TypeID",
"args": [
{
"type": "any",
"name": "variable"
}
]
},
{
"category": "client",
"name": "VisualizeLayout",
"args": [
{
"type": "Panel",
"name": "panel"
}
]
},
{
"category": "shared",
"name": "UTIL",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "client",
"name": "VGUIFrameTime",
"args": []
},
{
"category": "shared",
"name": "WorldToLocal",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Angle",
"name": "angle"
},
{
"type": "Vector",
"name": "newSystemOrigin"
},
{
"type": "Angle",
"name": "newSystemAngles"
}
]
},
{
"category": "shared",
"name": "xpcall",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "function",
"name": "errorCallback"
},
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "gmod.GetGamemode",
"args": []
},
{
"category": "client",
"name": "WorkshopFileBase",
"args": [
{
"type": "string",
"name": "namespace"
},
{
"type": "table",
"name": "requiredTags"
}
]
},
{
"category": "client",
"name": "gui.ActivateGameUI",
"args": []
},
{
"category": "server",
"name": "gmsave.PlayerLoad",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "server",
"name": "gmsave.SaveMap",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "gmsave.LoadMap",
"args": [
{
"type": "string",
"name": "mapData"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "gui.EnableScreenClicker",
"args": [
{
"type": "boolean",
"name": "enabled"
}
]
},
{
"category": "client",
"name": "gui.InternalKeyCodePressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "gui.InternalCursorMoved",
"args": [
{
"type": "number",
"name": "deltaX"
},
{
"type": "number",
"name": "deltaY"
}
]
},
{
"category": "client",
"name": "gui.HideGameUI",
"args": []
},
{
"category": "client",
"name": "gui.InternalKeyCodeReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "server",
"name": "gmsave.PlayerSave",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "gmsave.ShouldSaveEntity",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "t"
}
]
},
{
"category": "client",
"name": "gui.IsGameUIVisible",
"args": []
},
{
"category": "client",
"name": "gui.InternalMouseWheeled",
"args": [
{
"type": "number",
"name": "delta"
}
]
},
{
"category": "client",
"name": "gui.IsConsoleVisible",
"args": []
},
{
"category": "client",
"name": "gui.InternalKeyCodeTyped",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "gui.InternalMousePressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "gui.InternalMouseDoublePressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "gui.MouseX",
"args": []
},
{
"category": "client",
"name": "gui.OpenURL",
"args": [
{
"type": "string",
"name": "url"
}
]
},
{
"category": "menu",
"name": "gui.ShowConsole",
"args": []
},
{
"category": "client",
"name": "gui.ScreenToVector",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "gui.MouseY",
"args": []
},
{
"category": "client",
"name": "GWEN.CreateTextureNormal",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "client",
"name": "gui.InternalKeyTyped",
"args": [
{
"type": "number",
"name": "code"
}
]
},
{
"category": "client",
"name": "gui.InternalMouseReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "GWEN.TextureColor",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "halo.Add",
"args": [
{
"type": "table",
"name": "entities"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "blurX"
},
{
"type": "number",
"name": "blurY"
},
{
"type": "number",
"name": "passes"
},
{
"type": "boolean",
"name": "additive"
},
{
"type": "boolean",
"name": "ignoreZ"
}
]
},
{
"category": "client",
"name": "gui.SetMousePos",
"args": [
{
"type": "number",
"name": "mouseX"
},
{
"type": "number",
"name": "mouseY"
}
]
},
{
"category": "client",
"name": "gui.MousePos",
"args": []
},
{
"category": "client",
"name": "halo.Render",
"args": [
{
"type": "table",
"name": "entry"
}
]
},
{
"category": "client",
"name": "GWEN.CreateTextureBorder",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
},
{
"type": "number",
"name": "left"
},
{
"type": "number",
"name": "top"
},
{
"type": "number",
"name": "right"
},
{
"type": "number",
"name": "bottom"
},
{
"type": "IMaterial",
"name": "source"
}
]
},
{
"category": "client",
"name": "GWEN.CreateTextureCentered",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "shared",
"name": "hook.GetTable",
"args": []
},
{
"category": "shared",
"name": "hook.Call",
"args": [
{
"type": "string",
"name": "eventName"
},
{
"type": "table",
"name": "gamemodeTable"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "server",
"name": "hammer.SendCommand",
"args": [
{
"type": "string",
"name": "cmd"
}
]
},
{
"category": "shared",
"name": "hook.Add",
"args": [
{
"type": "string",
"name": "eventName"
},
{
"type": "any",
"name": "identifier"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "client",
"name": "halo.RenderedEntity",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:EnableLooping",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "http.Fetch",
"args": [
{
"type": "string",
"name": "url"
},
{
"type": "function",
"name": "onSuccess"
},
{
"type": "function",
"name": "onFailure"
},
{
"type": "table",
"name": "headers"
}
]
},
{
"category": "shared",
"name": "hook.Run",
"args": [
{
"type": "string",
"name": "eventName"
},
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "hook.Remove",
"args": [
{
"type": "string",
"name": "eventName"
},
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "http.Post",
"args": [
{
"type": "string",
"name": "url"
},
{
"type": "table",
"name": "parameters"
},
{
"type": "function",
"name": "onSuccess"
},
{
"type": "function",
"name": "onFailure"
},
{
"type": "table",
"name": "headers"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:Get",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:Get",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetAverageBitRate",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetFileName",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetLevel",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetLength",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetPos",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:FFT",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "number",
"name": "size"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:GetState",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetTime",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetVolume",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetBitsPerSample",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetPlaybackRate",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:IsBlockStreamed",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:Is",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:GetSamplingRate",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:IsLooping",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:Pause",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:IsOnline",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:IsValid",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:Play",
"args": []
},
{
"category": "client",
"name": "IGModAudioChannel:Set",
"args": [
{
"type": "number",
"name": "innerAngle"
},
{
"type": "number",
"name": "outerAngle"
},
{
"type": "number",
"name": "outerVolume"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:SetTime",
"args": [
{
"type": "number",
"name": "secs"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:SetPos",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "dir"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:SetPlaybackRate",
"args": [
{
"type": "number",
"name": "rate"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:SetVolume",
"args": [
{
"type": "number",
"name": "volume"
}
]
},
{
"category": "shared",
"name": "IMaterial:GetFloat",
"args": [
{
"type": "string",
"name": "materialFloat"
}
]
},
{
"category": "shared",
"name": "IMaterial:GetKeyValues",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetMatrix",
"args": [
{
"type": "string",
"name": "materialMatrix"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:Set",
"args": [
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "shared",
"name": "IMaterial:GetColor",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "IGModAudioChannel:Stop",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetInt",
"args": [
{
"type": "string",
"name": "materialInt"
}
]
},
{
"category": "shared",
"name": "IMaterial:GetVector",
"args": [
{
"type": "string",
"name": "materialVector"
}
]
},
{
"category": "shared",
"name": "IMaterial:GetString",
"args": [
{
"type": "string",
"name": "materialString"
}
]
},
{
"category": "shared",
"name": "IMaterial:IsError",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetName",
"args": []
},
{
"category": "shared",
"name": "IMaterial:SetFloat",
"args": [
{
"type": "string",
"name": "materialFloat"
},
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "IMaterial:Height",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetShader",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetTexture",
"args": [
{
"type": "string",
"name": "param"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetMatrix",
"args": [
{
"type": "string",
"name": "materialMatrix"
},
{
"type": "VMatrix",
"name": "matrix"
}
]
},
{
"category": "shared",
"name": "IMaterial:Recompute",
"args": []
},
{
"category": "shared",
"name": "IMaterial:GetVectorLinear",
"args": [
{
"type": "string",
"name": "materialVector"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetString",
"args": [
{
"type": "string",
"name": "materialString"
},
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetUndefined",
"args": [
{
"type": "string",
"name": "materialValueName"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetTexture",
"args": [
{
"type": "string",
"name": "materialTexture"
},
{
"type": "ITexture",
"name": "texture"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetInt",
"args": [
{
"type": "string",
"name": "materialInt"
},
{
"type": "number",
"name": "int"
}
]
},
{
"category": "shared",
"name": "IMaterial:SetShader",
"args": [
{
"type": "string",
"name": "shaderName"
}
]
},
{
"category": "client",
"name": "IMesh:BuildFromTriangles",
"args": [
{
"type": "table",
"name": "vertexes"
}
]
},
{
"category": "shared",
"name": "IMaterial:Width",
"args": []
},
{
"category": "shared",
"name": "IMaterial:SetVector",
"args": [
{
"type": "string",
"name": "MaterialVector"
},
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "client",
"name": "input.GetCursorPos",
"args": []
},
{
"category": "client",
"name": "input.CheckKeyTrapping",
"args": []
},
{
"category": "client",
"name": "IMesh:Destroy",
"args": []
},
{
"category": "client",
"name": "IMesh:Draw",
"args": []
},
{
"category": "client",
"name": "input.GetKeyCode",
"args": [
{
"type": "string",
"name": "button"
}
]
},
{
"category": "client",
"name": "input.IsKeyDown",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "input.GetKeyName",
"args": [
{
"type": "number",
"name": "button"
}
]
},
{
"category": "client",
"name": "input.IsButtonDown",
"args": [
{
"type": "number",
"name": "button"
}
]
},
{
"category": "client",
"name": "input.IsKeyTrapping",
"args": []
},
{
"category": "client",
"name": "input.IsMouseDown",
"args": [
{
"type": "number",
"name": "mouseKey"
}
]
},
{
"category": "client",
"name": "input.IsShiftDown",
"args": []
},
{
"category": "client",
"name": "input.IsControlDown",
"args": []
},
{
"category": "client",
"name": "input.LookupKeyBinding",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "input.SelectWeapon",
"args": [
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "client",
"name": "input.SetCursorPos",
"args": [
{
"type": "number",
"name": "mouseX"
},
{
"type": "number",
"name": "mouseY"
}
]
},
{
"category": "client",
"name": "input.WasKeyReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "input.WasKeyPressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "input.LookupBinding",
"args": [
{
"type": "string",
"name": "binding"
},
{
"type": "boolean",
"name": "exact"
}
]
},
{
"category": "client",
"name": "input.StartKeyTrapping",
"args": []
},
{
"category": "client",
"name": "input.WasMouseDoublePressed",
"args": [
{
"type": "number",
"name": "button"
}
]
},
{
"category": "client",
"name": "input.WasKeyTyped",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "client",
"name": "input.WasMouseReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "IRestore:ReadEntity",
"args": []
},
{
"category": "shared",
"name": "IRestore:ReadBool",
"args": []
},
{
"category": "shared",
"name": "IRestore:ReadInt",
"args": []
},
{
"category": "shared",
"name": "IRestore:EndBlock",
"args": []
},
{
"category": "shared",
"name": "IRestore:ReadAngle",
"args": []
},
{
"category": "client",
"name": "input.WasMousePressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "IRestore:ReadFloat",
"args": []
},
{
"category": "shared",
"name": "ISave:EndBlock",
"args": []
},
{
"category": "shared",
"name": "ISave:WriteVector",
"args": [
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "shared",
"name": "ISave:WriteAngle",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "ISave:WriteFloat",
"args": [
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "IRestore:ReadVector",
"args": []
},
{
"category": "shared",
"name": "IRestore:StartBlock",
"args": []
},
{
"category": "shared",
"name": "ISave:StartBlock",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "IRestore:ReadString",
"args": []
},
{
"category": "shared",
"name": "ISave:WriteString",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "ISave:WriteBool",
"args": [
{
"type": "boolean",
"name": "bool"
}
]
},
{
"category": "shared",
"name": "ITexture:Download",
"args": []
},
{
"category": "shared",
"name": "ISave:WriteEntity",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "IVideoWriter:AddFrame",
"args": [
{
"type": "number",
"name": "frameTime"
},
{
"type": "boolean",
"name": "downsample"
}
]
},
{
"category": "shared",
"name": "ITexture:Width",
"args": []
},
{
"category": "shared",
"name": "ITexture:Height",
"args": []
},
{
"category": "shared",
"name": "ISave:WriteInt",
"args": [
{
"type": "number",
"name": "int"
}
]
},
{
"category": "shared",
"name": "ITexture:GetMappingHeight",
"args": []
},
{
"category": "shared",
"name": "ITexture:GetName",
"args": []
},
{
"category": "shared",
"name": "ITexture:GetMappingWidth",
"args": []
},
{
"category": "client",
"name": "IVideoWriter:Finish",
"args": []
},
{
"category": "shared",
"name": "ITexture:GetColor",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "IVideoWriter:Height",
"args": []
},
{
"category": "shared",
"name": "ITexture:IsError",
"args": []
},
{
"category": "shared",
"name": "jit.off",
"args": []
},
{
"category": "client",
"name": "IVideoWriter:SetRecordSound",
"args": [
{
"type": "boolean",
"name": "record"
}
]
},
{
"category": "client",
"name": "IVideoWriter:Width",
"args": []
},
{
"category": "shared",
"name": "jit.util.funck",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "jit.flush",
"args": []
},
{
"category": "shared",
"name": "jit.status",
"args": []
},
{
"category": "shared",
"name": "jit.opt.start",
"args": [
{
"type": "vararg",
"name": "args"
}
]
},
{
"category": "shared",
"name": "jit.on",
"args": []
},
{
"category": "shared",
"name": "jit.util.funcbc",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "jit.util.funcinfo",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "jit.util.funcuvname",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "jit.attach",
"args": [
{
"type": "function",
"name": "callback"
},
{
"type": "string",
"name": "event"
}
]
},
{
"category": "shared",
"name": "jit.util.traceexitstub",
"args": [
{
"type": "number",
"name": "exitno"
}
]
},
{
"category": "shared",
"name": "jit.util.tracek",
"args": [
{
"type": "number",
"name": "tr"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "jit.util.tracesnap",
"args": [
{
"type": "number",
"name": "tr"
},
{
"type": "number",
"name": "sn"
}
]
},
{
"category": "client",
"name": "killicon.AddAlias",
"args": [
{
"type": "string",
"name": "new"
},
{
"type": "string",
"name": "existing"
}
]
},
{
"category": "client",
"name": "killicon.Add",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "string",
"name": "texture"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "jit.util.ircalladdr",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "client",
"name": "killicon.AddFont",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "string",
"name": "font"
},
{
"type": "string",
"name": "symbol"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "jit.util.tracemc",
"args": [
{
"type": "number",
"name": "tr"
}
]
},
{
"category": "shared",
"name": "jit.util.traceinfo",
"args": [
{
"type": "number",
"name": "trace"
}
]
},
{
"category": "shared",
"name": "jit.util.traceir",
"args": [
{
"type": "number",
"name": "tr"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "client",
"name": "language.Add",
"args": [
{
"type": "string",
"name": "placeholder"
},
{
"type": "string",
"name": "fulltext"
}
]
},
{
"category": "client",
"name": "killicon.GetSize",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "language.GetPhrase",
"args": [
{
"type": "string",
"name": "phrase"
}
]
},
{
"category": "client",
"name": "killicon.Draw",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "client",
"name": "killicon.Exists",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "shared",
"name": "list.Add",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "any",
"name": "item"
}
]
},
{
"category": "shared",
"name": "list.Contains",
"args": [
{
"type": "string",
"name": "list"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "math.acos",
"args": [
{
"type": "number",
"name": "cos"
}
]
},
{
"category": "client",
"name": "MarkupObject:Draw",
"args": [
{
"type": "number",
"name": "xOffset"
},
{
"type": "number",
"name": "yOffset"
},
{
"type": "number",
"name": "xAlign"
},
{
"type": "number",
"name": "yAlign"
},
{
"type": "number",
"name": "alphaoverride"
}
]
},
{
"category": "client",
"name": "MarkupObject:GetHeight",
"args": []
},
{
"category": "shared",
"name": "list.Set",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "any",
"name": "key"
},
{
"type": "any",
"name": "item"
}
]
},
{
"category": "shared",
"name": "math.abs",
"args": [
{
"type": "number",
"name": "x"
}
]
},
{
"category": "client",
"name": "markup.Parse",
"args": [
{
"type": "string",
"name": "markup"
},
{
"type": "number",
"name": "maxwidth"
}
]
},
{
"category": "shared",
"name": "math.Approach",
"args": [
{
"type": "number",
"name": "current"
},
{
"type": "number",
"name": "target"
},
{
"type": "number",
"name": "change"
}
]
},
{
"category": "shared",
"name": "list.GetForEdit",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "client",
"name": "MarkupObject:Size",
"args": []
},
{
"category": "shared",
"name": "list.Get",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "math.AngleDifference",
"args": [
{
"type": "number",
"name": "a"
},
{
"type": "number",
"name": "b"
}
]
},
{
"category": "shared",
"name": "math.ApproachAngle",
"args": [
{
"type": "number",
"name": "currentAngle"
},
{
"type": "number",
"name": "targetAngle"
},
{
"type": "number",
"name": "rate"
}
]
},
{
"category": "client",
"name": "MarkupObject:GetWidth",
"args": []
},
{
"category": "shared",
"name": "math.asin",
"args": [
{
"type": "number",
"name": "normal"
}
]
},
{
"category": "shared",
"name": "list.HasEntry",
"args": [
{
"type": "string",
"name": "list"
},
{
"type": "any",
"name": "key"
}
]
},
{
"category": "shared",
"name": "math.cos",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.atan",
"args": [
{
"type": "number",
"name": "normal"
}
]
},
{
"category": "shared",
"name": "math.Clamp",
"args": [
{
"type": "number",
"name": "input"
},
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "shared",
"name": "math.BinToInt",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "math.calcBSplineN",
"args": [
{
"type": "number",
"name": "i"
},
{
"type": "number",
"name": "k"
},
{
"type": "number",
"name": "t"
},
{
"type": "number",
"name": "tinc"
}
]
},
{
"category": "shared",
"name": "math.cosh",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.ceil",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.Dist",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "shared",
"name": "math.deg",
"args": [
{
"type": "number",
"name": "radians"
}
]
},
{
"category": "shared",
"name": "math.atan",
"args": [
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "x"
}
]
},
{
"category": "shared",
"name": "math.exp",
"args": [
{
"type": "number",
"name": "exponent"
}
]
},
{
"category": "shared",
"name": "math.EaseInOut",
"args": [
{
"type": "number",
"name": "progress"
},
{
"type": "number",
"name": "easeIn"
},
{
"type": "number",
"name": "easeOut"
}
]
},
{
"category": "shared",
"name": "math.Distance",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "shared",
"name": "math.BSplinePoint",
"args": [
{
"type": "number",
"name": "tDiff"
},
{
"type": "table",
"name": "tPoints"
},
{
"type": "number",
"name": "tMax"
}
]
},
{
"category": "shared",
"name": "math.frexp",
"args": [
{
"type": "number",
"name": "x"
}
]
},
{
"category": "shared",
"name": "math.log",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "base"
}
]
},
{
"category": "shared",
"name": "math.fmod",
"args": [
{
"type": "number",
"name": "base"
},
{
"type": "number",
"name": "modulator"
}
]
},
{
"category": "shared",
"name": "math.max",
"args": [
{
"type": "vararg",
"name": "numbers"
}
]
},
{
"category": "shared",
"name": "math.min",
"args": [
{
"type": "vararg",
"name": "numbers"
}
]
},
{
"category": "shared",
"name": "math.mod",
"args": [
{
"type": "number",
"name": "base"
},
{
"type": "number",
"name": "modulator"
}
]
},
{
"category": "shared",
"name": "math.floor",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.log",
"args": [
{
"type": "number",
"name": "x"
}
]
},
{
"category": "shared",
"name": "math.NormalizeAngle",
"args": [
{
"type": "number",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "math.pow",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "shared",
"name": "math.IntToBin",
"args": [
{
"type": "number",
"name": "int"
}
]
},
{
"category": "shared",
"name": "math.random",
"args": [
{
"type": "number",
"name": "m"
},
{
"type": "number",
"name": "n"
}
]
},
{
"category": "shared",
"name": "math.ldexp",
"args": [
{
"type": "number",
"name": "normalizedFraction"
},
{
"type": "number",
"name": "exponent"
}
]
},
{
"category": "shared",
"name": "math.Rand",
"args": [
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
}
]
},
{
"category": "shared",
"name": "math.rad",
"args": [
{
"type": "number",
"name": "degrees"
}
]
},
{
"category": "shared",
"name": "math.Round",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "decimals"
}
]
},
{
"category": "shared",
"name": "math.sin",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.sinh",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.Remap",
"args": [
{
"type": "number",
"name": "value"
},
{
"type": "number",
"name": "inMin"
},
{
"type": "number",
"name": "inMax"
},
{
"type": "number",
"name": "outMin"
},
{
"type": "number",
"name": "outMax"
}
]
},
{
"category": "shared",
"name": "math.randomseed",
"args": [
{
"type": "number",
"name": "seed"
}
]
},
{
"category": "shared",
"name": "math.tan",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "math.modf",
"args": [
{
"type": "number",
"name": "base"
}
]
},
{
"category": "shared",
"name": "math.sqrt",
"args": [
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "math.tanh",
"args": [
{
"type": "number",
"name": "number"
}
]
},
{
"category": "shared",
"name": "math.TimeFraction",
"args": [
{
"type": "number",
"name": "start"
},
{
"type": "number",
"name": "end"
},
{
"type": "number",
"name": "current"
}
]
},
{
"category": "client",
"name": "matproxy.Add",
"args": [
{
"type": "table",
"name": "MatProxyData"
}
]
},
{
"category": "client",
"name": "matproxy.Call",
"args": [
{
"type": "string",
"name": "uname"
},
{
"type": "IMaterial",
"name": "mat"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "math.Truncate",
"args": [
{
"type": "number",
"name": "num"
},
{
"type": "number",
"name": "digits"
}
]
},
{
"category": "client",
"name": "menu.RecordFrame",
"args": []
},
{
"category": "client",
"name": "matproxy.Init",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "uname"
},
{
"type": "IMaterial",
"name": "mat"
},
{
"type": "table",
"name": "values"
}
]
},
{
"category": "client",
"name": "matproxy.ShouldOverrideProxy",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "mesh.AdvanceVertex",
"args": []
},
{
"category": "client",
"name": "mesh.Normal",
"args": [
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "client",
"name": "menubar.Init",
"args": []
},
{
"category": "client",
"name": "menubar.IsParent",
"args": [
{
"type": "Panel",
"name": "pnl"
}
]
},
{
"category": "client",
"name": "menubar.ParentTo",
"args": [
{
"type": "Panel",
"name": "pnl"
}
]
},
{
"category": "client",
"name": "mesh.End",
"args": []
},
{
"category": "client",
"name": "mesh.Position",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "mesh.Color",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "mesh.Begin",
"args": [
{
"type": "IMesh",
"name": "mesh"
},
{
"type": "number",
"name": "primitiveType"
},
{
"type": "number",
"name": "primiteCount"
}
]
},
{
"category": "client",
"name": "mesh.Quad",
"args": [
{
"type": "Vector",
"name": "vertex"
},
{
"type": "Vector",
"name": "vertex"
},
{
"type": "Vector",
"name": "vertex"
},
{
"type": "Vector",
"name": "vertex"
}
]
},
{
"category": "client",
"name": "motionsensor.IsAvailable",
"args": []
},
{
"category": "client",
"name": "mesh.VertexCount",
"args": []
},
{
"category": "client",
"name": "mesh.Specular",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "mesh.TexCoord",
"args": [
{
"type": "number",
"name": "stage"
},
{
"type": "number",
"name": "u"
},
{
"type": "number",
"name": "v"
}
]
},
{
"category": "client",
"name": "motionsensor.IsActive",
"args": []
},
{
"category": "client",
"name": "mesh.TangentS",
"args": [
{
"type": "Vector",
"name": "sTanger"
}
]
},
{
"category": "client",
"name": "mesh.TangentT",
"args": [
{
"type": "Vector",
"name": "tTanger"
}
]
},
{
"category": "client",
"name": "mesh.QuadEasy",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Vector",
"name": "normal"
},
{
"type": "number",
"name": "sizeX"
},
{
"type": "number",
"name": "sizeY"
}
]
},
{
"category": "client",
"name": "motionsensor.GetSkeleton",
"args": []
},
{
"category": "client",
"name": "motionsensor.GetColourMaterial",
"args": []
},
{
"category": "shared",
"name": "motionsensor.ChooseBuilderFromEntity",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "mesh.UserData",
"args": [
{
"type": "number",
"name": "tangentX"
},
{
"type": "number",
"name": "tangentY"
},
{
"type": "number",
"name": "tangentZ"
},
{
"type": "number",
"name": "tangentHandedness"
}
]
},
{
"category": "shared",
"name": "motionsensor.ProcessPositionTable",
"args": [
{
"type": "table",
"name": "translator"
},
{
"type": "table",
"name": "sensor"
}
]
},
{
"category": "shared",
"name": "motionsensor.ProcessAnglesTable",
"args": [
{
"type": "table",
"name": "translator"
},
{
"type": "table",
"name": "sensor"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "rotation"
}
]
},
{
"category": "client",
"name": "motionsensor.Stop",
"args": []
},
{
"category": "client",
"name": "motionsensor.Start",
"args": []
},
{
"category": "shared",
"name": "motionsensor.BuildSkeleton",
"args": [
{
"type": "table",
"name": "translator"
},
{
"type": "Player",
"name": "player"
},
{
"type": "Angle",
"name": "rotation"
}
]
},
{
"category": "shared",
"name": "motionsensor.ProcessAngle",
"args": [
{
"type": "table",
"name": "translator"
},
{
"type": "table",
"name": "sensor"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "ang"
},
{
"type": "table",
"name": "special"
},
{
"type": "number",
"name": "boneid"
},
{
"type": "table",
"name": "v"
}
]
},
{
"category": "server",
"name": "navmesh.AddWalkableSeed",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "dir"
}
]
},
{
"category": "server",
"name": "navmesh.Find",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "radius"
},
{
"type": "number",
"name": "stepdown"
},
{
"type": "number",
"name": "stepup"
}
]
},
{
"category": "server",
"name": "navmesh.GetEditCursorPosition",
"args": []
},
{
"category": "server",
"name": "navmesh.GetAllNavAreas",
"args": []
},
{
"category": "server",
"name": "navmesh.BeginGeneration",
"args": []
},
{
"category": "server",
"name": "navmesh.ClearWalkableSeeds",
"args": []
},
{
"category": "server",
"name": "navmesh.CreateNavArea",
"args": [
{
"type": "Vector",
"name": "corner"
},
{
"type": "Vector",
"name": "opposite"
}
]
},
{
"category": "server",
"name": "navmesh.GetNavArea",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "beneathLimit"
}
]
},
{
"category": "server",
"name": "navmesh.GetMarkedArea",
"args": []
},
{
"category": "server",
"name": "navmesh.GetNearestNavArea",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "boolean",
"name": "anyZ"
},
{
"type": "number",
"name": "maxDist"
},
{
"type": "boolean",
"name": "checkLOS"
},
{
"type": "boolean",
"name": "checkGround"
},
{
"type": "number",
"name": "team"
}
]
},
{
"category": "server",
"name": "navmesh.GetNavAreaByID",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "navmesh.GetPlayerSpawnName",
"args": []
},
{
"category": "server",
"name": "navmesh.GetMarkedLadder",
"args": []
},
{
"category": "server",
"name": "navmesh.GetNavAreaCount",
"args": []
},
{
"category": "server",
"name": "navmesh.SetMarkedArea",
"args": [
{
"type": "CNavArea",
"name": "area"
}
]
},
{
"category": "server",
"name": "navmesh.GetGroundHeight",
"args": [
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "navmesh.SetMarkedLadder",
"args": [
{
"type": "CNavLadder",
"name": "area"
}
]
},
{
"category": "server",
"name": "navmesh.GetNavLadderByID",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "navmesh.Reset",
"args": []
},
{
"category": "server",
"name": "navmesh.Save",
"args": []
},
{
"category": "server",
"name": "navmesh.Load",
"args": []
},
{
"category": "server",
"name": "navmesh.IsLoaded",
"args": []
},
{
"category": "shared",
"name": "net.BytesLeft",
"args": []
},
{
"category": "shared",
"name": "net.BytesWritten",
"args": []
},
{
"category": "server",
"name": "navmesh.IsGenerating",
"args": []
},
{
"category": "shared",
"name": "net.Incoming",
"args": [
{
"type": "number",
"name": "length"
},
{
"type": "Player",
"name": "client"
}
]
},
{
"category": "server",
"name": "net.Broadcast",
"args": []
},
{
"category": "server",
"name": "navmesh.SetPlayerSpawnName",
"args": [
{
"type": "string",
"name": "spawnPointClass"
}
]
},
{
"category": "shared",
"name": "net.ReadBit",
"args": []
},
{
"category": "shared",
"name": "net.ReadData",
"args": [
{
"type": "number",
"name": "length"
}
]
},
{
"category": "shared",
"name": "net.ReadAngle",
"args": []
},
{
"category": "shared",
"name": "net.ReadBool",
"args": []
},
{
"category": "shared",
"name": "net.ReadColor",
"args": []
},
{
"category": "shared",
"name": "net.ReadEntity",
"args": []
},
{
"category": "shared",
"name": "net.ReadInt",
"args": [
{
"type": "number",
"name": "bitCount"
}
]
},
{
"category": "shared",
"name": "net.ReadHeader",
"args": []
},
{
"category": "shared",
"name": "net.ReadTable",
"args": []
},
{
"category": "shared",
"name": "net.ReadNormal",
"args": []
},
{
"category": "shared",
"name": "net.ReadType",
"args": [
{
"type": "number",
"name": "typeID"
}
]
},
{
"category": "shared",
"name": "net.ReadUInt",
"args": [
{
"type": "number",
"name": "numberOfBits"
}
]
},
{
"category": "shared",
"name": "net.ReadString",
"args": []
},
{
"category": "shared",
"name": "net.ReadFloat",
"args": []
},
{
"category": "shared",
"name": "net.ReadDouble",
"args": []
},
{
"category": "shared",
"name": "net.ReadMatrix",
"args": []
},
{
"category": "shared",
"name": "net.ReadVector",
"args": []
},
{
"category": "shared",
"name": "net.Receive",
"args": [
{
"type": "string",
"name": "messageName"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "net.SendToServer",
"args": []
},
{
"category": "shared",
"name": "net.Start",
"args": [
{
"type": "string",
"name": "messageName"
},
{
"type": "boolean",
"name": "unreliable"
}
]
},
{
"category": "shared",
"name": "net.WriteAngle",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "server",
"name": "net.SendOmit",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "net.SendPVS",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "net.SendPAS",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "net.WriteEntity",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "net.Send",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "net.WriteFloat",
"args": [
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "net.WriteInt",
"args": [
{
"type": "number",
"name": "integer"
},
{
"type": "number",
"name": "bitCount"
}
]
},
{
"category": "shared",
"name": "net.WriteBool",
"args": [
{
"type": "boolean",
"name": "boolean"
}
]
},
{
"category": "shared",
"name": "net.WriteBit",
"args": [
{
"type": "boolean",
"name": "boolean"
}
]
},
{
"category": "shared",
"name": "net.WriteData",
"args": [
{
"type": "string",
"name": "binaryData"
},
{
"type": "number",
"name": "length"
}
]
},
{
"category": "shared",
"name": "net.WriteColor",
"args": [
{
"type": "table",
"name": "Color"
}
]
},
{
"category": "shared",
"name": "net.WriteString",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "net.WriteMatrix",
"args": [
{
"type": "VMatrix",
"name": "matrix"
}
]
},
{
"category": "shared",
"name": "net.WriteNormal",
"args": [
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "shared",
"name": "net.WriteDouble",
"args": [
{
"type": "number",
"name": "double"
}
]
},
{
"category": "shared",
"name": "net.WriteUInt",
"args": [
{
"type": "number",
"name": "unsignedInteger"
},
{
"type": "number",
"name": "numberOfBits"
}
]
},
{
"category": "server",
"name": "NextBot:BecomeRagdoll",
"args": [
{
"type": "CTakeDamageInfo",
"name": "info"
}
]
},
{
"category": "shared",
"name": "net.WriteTable",
"args": [
{
"type": "table",
"name": "table"
}
]
},
{
"category": "shared",
"name": "net.WriteVector",
"args": [
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "server",
"name": "NextBot:BodyMoveXY",
"args": []
},
{
"category": "shared",
"name": "net.WriteType",
"args": [
{
"type": "any",
"name": "Data"
}
]
},
{
"category": "server",
"name": "NextBot:GetActivity",
"args": []
},
{
"category": "server",
"name": "NextBot:FindSpot",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "table",
"name": "options"
}
]
},
{
"category": "server",
"name": "NextBot:FindSpots",
"args": [
{
"type": "table",
"name": "specs"
}
]
},
{
"category": "server",
"name": "NextBot:GetRangeTo",
"args": [
{
"type": "Vector",
"name": "to"
}
]
},
{
"category": "server",
"name": "NextBot:GetRangeSquaredTo",
"args": [
{
"type": "Vector",
"name": "to"
}
]
},
{
"category": "server",
"name": "NextBot:PlaySequenceAndWait",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "server",
"name": "NextBot:MoveToPos",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "table",
"name": "options"
}
]
},
{
"category": "client",
"name": "notification.AddLegacy",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "number",
"name": "type"
},
{
"type": "number",
"name": "length"
}
]
},
{
"category": "server",
"name": "NextBot:StartActivity",
"args": [
{
"type": "number",
"name": "activity"
}
]
},
{
"category": "client",
"name": "notification.AddProgress",
"args": [
{
"type": "any",
"name": "id"
},
{
"type": "string",
"name": "strText"
}
]
},
{
"category": "server",
"name": "NPC:AlertSound",
"args": []
},
{
"category": "server",
"name": "NextBot:SetSolidMask",
"args": [
{
"type": "number",
"name": "mask"
}
]
},
{
"category": "server",
"name": "NPC:AddEntityRelationship",
"args": [
{
"type": "Entity",
"name": "target"
},
{
"type": "number",
"name": "disposition"
},
{
"type": "number",
"name": "priority"
}
]
},
{
"category": "server",
"name": "NextBot:HandleStuck",
"args": []
},
{
"category": "server",
"name": "NPC:CapabilitiesClear",
"args": []
},
{
"category": "server",
"name": "NPC:CapabilitiesGet",
"args": []
},
{
"category": "server",
"name": "NPC:CapabilitiesRemove",
"args": [
{
"type": "number",
"name": "capabilities"
}
]
},
{
"category": "server",
"name": "NextBot:GetSolidMask",
"args": []
},
{
"category": "server",
"name": "NPC:ClearExpression",
"args": []
},
{
"category": "server",
"name": "NPC:ConditionName",
"args": [
{
"type": "number",
"name": "cond"
}
]
},
{
"category": "server",
"name": "NPC:CapabilitiesAdd",
"args": [
{
"type": "number",
"name": "capabilities"
}
]
},
{
"category": "server",
"name": "NPC:AddRelationship",
"args": [
{
"type": "string",
"name": "relationstring"
}
]
},
{
"category": "client",
"name": "notification.Kill",
"args": [
{
"type": "any",
"name": "uid"
}
]
},
{
"category": "server",
"name": "NPC:ClearEnemyMemory",
"args": []
},
{
"category": "server",
"name": "NPC:ClearGoal",
"args": []
},
{
"category": "server",
"name": "NPC:Classify",
"args": []
},
{
"category": "server",
"name": "NPC:ClearSchedule",
"args": []
},
{
"category": "server",
"name": "NPC:ClearCondition",
"args": [
{
"type": "number",
"name": "condition"
}
]
},
{
"category": "server",
"name": "NPC:FoundEnemySound",
"args": []
},
{
"category": "server",
"name": "NPC:ExitScriptedSequence",
"args": []
},
{
"category": "server",
"name": "NPC:GetArrivalActivity",
"args": []
},
{
"category": "server",
"name": "NPC:FearSound",
"args": []
},
{
"category": "server",
"name": "NPC:GetActivity",
"args": []
},
{
"category": "shared",
"name": "NPC:GetActiveWeapon",
"args": []
},
{
"category": "server",
"name": "NPC:Disposition",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "NPC:GetBlockingEntity",
"args": []
},
{
"category": "server",
"name": "NPC:GetArrivalSequence",
"args": []
},
{
"category": "server",
"name": "NPC:GetCurrentSchedule",
"args": []
},
{
"category": "server",
"name": "NPC:GetAimVector",
"args": []
},
{
"category": "server",
"name": "NPC:GetEnemy",
"args": []
},
{
"category": "server",
"name": "NPC:GetPathDistanceToGoal",
"args": []
},
{
"category": "server",
"name": "NPC:GetShootPos",
"args": []
},
{
"category": "server",
"name": "NPC:GetMovementSequence",
"args": []
},
{
"category": "server",
"name": "NPC:IsCurrentSchedule",
"args": [
{
"type": "number",
"name": "schedule"
}
]
},
{
"category": "server",
"name": "NPC:IsMoving",
"args": []
},
{
"category": "server",
"name": "NPC:GetPathTimeToGoal",
"args": []
},
{
"category": "server",
"name": "NPC:GetCurrentWeaponProficiency",
"args": []
},
{
"category": "server",
"name": "NPC:GetHullType",
"args": []
},
{
"category": "server",
"name": "NPC:IdleSound",
"args": []
},
{
"category": "server",
"name": "NPC:GetExpression",
"args": []
},
{
"category": "server",
"name": "NPC:GetMovementActivity",
"args": []
},
{
"category": "server",
"name": "NPC:GetNPCState",
"args": []
},
{
"category": "server",
"name": "NPC:LostEnemySound",
"args": []
},
{
"category": "server",
"name": "NPC:Give",
"args": [
{
"type": "string",
"name": "weapon"
}
]
},
{
"category": "server",
"name": "NPC:MaintainActivity",
"args": []
},
{
"category": "server",
"name": "NPC:MarkEnemyAsEluded",
"args": []
},
{
"category": "server",
"name": "NPC:IsRunningBehavior",
"args": []
},
{
"category": "server",
"name": "NPC:IsUnreachable",
"args": [
{
"type": "Entity",
"name": "testEntity"
}
]
},
{
"category": "server",
"name": "NPC:HasCondition",
"args": [
{
"type": "number",
"name": "condition"
}
]
},
{
"category": "server",
"name": "NPC:MoveOrder",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "NPC:NavSetGoalTarget",
"args": [
{
"type": "Entity",
"name": "target"
},
{
"type": "Vector",
"name": "offset"
}
]
},
{
"category": "server",
"name": "NPC:NavSetRandomGoal",
"args": [
{
"type": "number",
"name": "minPathLength"
},
{
"type": "Vector",
"name": "dir"
}
]
},
{
"category": "server",
"name": "NPC:GetTarget",
"args": []
},
{
"category": "server",
"name": "NPC:RunEngineTask",
"args": [
{
"type": "number",
"name": "taskID"
},
{
"type": "number",
"name": "taskData"
}
]
},
{
"category": "server",
"name": "NPC:NavSetWanderGoal",
"args": [
{
"type": "number",
"name": "xoffset"
},
{
"type": "number",
"name": "yoffset"
}
]
},
{
"category": "server",
"name": "NPC:NavSetGoal",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "NPC:PlaySentence",
"args": [
{
"type": "string",
"name": "sentence"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "volume"
}
]
},
{
"category": "server",
"name": "NPC:SentenceStop",
"args": []
},
{
"category": "server",
"name": "NPC:RemoveMemory",
"args": []
},
{
"category": "server",
"name": "NPC:SetArrivalActivity",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "server",
"name": "NPC:SetArrivalSequence",
"args": []
},
{
"category": "server",
"name": "NPC:SetCurrentWeaponProficiency",
"args": [
{
"type": "number",
"name": "proficiency"
}
]
},
{
"category": "server",
"name": "NPC:SetArrivalSpeed",
"args": []
},
{
"category": "server",
"name": "NPC:SetCondition",
"args": [
{
"type": "number",
"name": "condition"
}
]
},
{
"category": "server",
"name": "NPC:SetEnemy",
"args": [
{
"type": "Entity",
"name": "enemy"
},
{
"type": "boolean",
"name": "newenemy"
}
]
},
{
"category": "server",
"name": "NPC:SetArrivalDirection",
"args": []
},
{
"category": "server",
"name": "NPC:SetExpression",
"args": [
{
"type": "string",
"name": "expression"
}
]
},
{
"category": "server",
"name": "NPC:SetArrivalDistance",
"args": [
{
"type": "number",
"name": "dist"
}
]
},
{
"category": "server",
"name": "NPC:SetHullSizeNormal",
"args": []
},
{
"category": "server",
"name": "NPC:SetMovementActivity",
"args": [
{
"type": "number",
"name": "activity"
}
]
},
{
"category": "server",
"name": "NPC:SetMaxRouteRebuildTime",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "server",
"name": "NPC:SetSchedule",
"args": [
{
"type": "number",
"name": "schedule"
}
]
},
{
"category": "server",
"name": "NPC:UpdateEnemyMemory",
"args": [
{
"type": "Entity",
"name": "enemy"
},
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "server",
"name": "NPC:SetHullType",
"args": [
{
"type": "number",
"name": "hullType"
}
]
},
{
"category": "server",
"name": "NPC:StopMoving",
"args": []
},
{
"category": "server",
"name": "NPC:SetMovementSequence",
"args": [
{
"type": "number",
"name": "sequenceId"
}
]
},
{
"category": "server",
"name": "NPC:SetLastPosition",
"args": [
{
"type": "Vector",
"name": "Position"
}
]
},
{
"category": "server",
"name": "NPC:SetNPCState",
"args": [
{
"type": "number",
"name": "state"
}
]
},
{
"category": "server",
"name": "NPC:SetTarget",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "NPC:UseActBusyBehavior",
"args": []
},
{
"category": "server",
"name": "NPC:TargetOrder",
"args": [
{
"type": "Entity",
"name": "target"
}
]
},
{
"category": "server",
"name": "NPC:StartEngineTask",
"args": [
{
"type": "number",
"name": "task"
},
{
"type": "number",
"name": "taskData"
}
]
},
{
"category": "server",
"name": "NPC:TaskFail",
"args": [
{
"type": "string",
"name": "task"
}
]
},
{
"category": "server",
"name": "NPC:UseFollowBehavior",
"args": []
},
{
"category": "server",
"name": "NPC:TaskComplete",
"args": []
},
{
"category": "server",
"name": "NPC:UseAssaultBehavior",
"args": []
},
{
"category": "server",
"name": "numpad.Activate",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
},
{
"type": "boolean",
"name": "isButton"
}
]
},
{
"category": "server",
"name": "NPC:UseFuncTankBehavior",
"args": []
},
{
"category": "server",
"name": "NPC:UseLeadBehavior",
"args": []
},
{
"category": "server",
"name": "numpad.FromButton",
"args": []
},
{
"category": "server",
"name": "NPC:UseNoBehavior",
"args": []
},
{
"category": "server",
"name": "numpad.OnDown",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
},
{
"type": "string",
"name": "name"
},
{
"type": "vararg",
"name": "..."
}
]
},
{
"category": "server",
"name": "numpad.Register",
"args": [
{
"type": "string",
"name": "id"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "server",
"name": "numpad.OnUp",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
},
{
"type": "string",
"name": "name"
},
{
"type": "vararg",
"name": "..."
}
]
},
{
"category": "server",
"name": "numpad.Deactivate",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
},
{
"type": "boolean",
"name": "isButton"
}
]
},
{
"category": "server",
"name": "numpad.Remove",
"args": [
{
"type": "number",
"name": "ID"
}
]
},
{
"category": "shared",
"name": "os.clock",
"args": []
},
{
"category": "server",
"name": "numpad.Toggle",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "os.date",
"args": [
{
"type": "string",
"name": "format"
},
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "os.difftime",
"args": [
{
"type": "number",
"name": "timeA"
},
{
"type": "number",
"name": "timeB"
}
]
},
{
"category": "shared",
"name": "package.seeall",
"args": [
{
"type": "table",
"name": "module"
}
]
},
{
"category": "client",
"name": "Panel:AddText",
"args": []
},
{
"category": "client",
"name": "Panel:Add",
"args": [
{
"type": "Panel",
"name": "object"
}
]
},
{
"category": "shared",
"name": "os.time",
"args": [
{
"type": "table",
"name": "dateData"
}
]
},
{
"category": "client",
"name": "Panel:AlignRight",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:AlignBottom",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:AlignLeft",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:AlphaTo",
"args": [
{
"type": "number",
"name": "alpha"
},
{
"type": "number",
"name": "duration"
},
{
"type": "number",
"name": "delay"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:AppendText",
"args": [
{
"type": "string",
"name": "txt"
}
]
},
{
"category": "client",
"name": "Panel:AlignTop",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:CenterHorizontal",
"args": [
{
"type": "number",
"name": "fraction"
}
]
},
{
"category": "client",
"name": "Panel:AnimTail",
"args": []
},
{
"category": "client",
"name": "Panel:Center",
"args": []
},
{
"category": "client",
"name": "Panel:ChildrenSize",
"args": []
},
{
"category": "client",
"name": "Panel:AnimationThinkInternal",
"args": []
},
{
"category": "client",
"name": "Panel:ColorTo",
"args": [
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "length"
},
{
"type": "number",
"name": "delay"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:ApplyGWEN",
"args": [
{
"type": "table",
"name": "GWENTable"
}
]
},
{
"category": "client",
"name": "Panel:Command",
"args": [
{
"type": "string",
"name": "command"
}
]
},
{
"category": "client",
"name": "Panel:ConVarChanged",
"args": [
{
"type": "string",
"name": "newValue"
}
]
},
{
"category": "client",
"name": "Panel:CenterVertical",
"args": [
{
"type": "number",
"name": "fraction"
}
]
},
{
"category": "client",
"name": "Panel:ChildCount",
"args": []
},
{
"category": "client",
"name": "Panel:ConVarStringThink",
"args": []
},
{
"category": "client",
"name": "Panel:Clear",
"args": []
},
{
"category": "client",
"name": "Panel:CopyBase",
"args": [
{
"type": "Panel",
"name": "srcPanel"
}
]
},
{
"category": "client",
"name": "Panel:ConVarNumberThink",
"args": []
},
{
"category": "client",
"name": "Panel:CopyHeight",
"args": [
{
"type": "Panel",
"name": "base"
}
]
},
{
"category": "client",
"name": "Panel:CopyBounds",
"args": [
{
"type": "Panel",
"name": "base"
}
]
},
{
"category": "client",
"name": "Panel:CopyPos",
"args": [
{
"type": "Panel",
"name": "base"
}
]
},
{
"category": "client",
"name": "Panel:Dock",
"args": [
{
"type": "number",
"name": "dockType"
}
]
},
{
"category": "client",
"name": "Panel:CopySelected",
"args": []
},
{
"category": "client",
"name": "Panel:CopyWidth",
"args": [
{
"type": "Panel",
"name": "base"
}
]
},
{
"category": "client",
"name": "Panel:DockMargin",
"args": [
{
"type": "number",
"name": "marginLeft"
},
{
"type": "number",
"name": "marginTop"
},
{
"type": "number",
"name": "marginRight"
},
{
"type": "number",
"name": "marginBottom"
}
]
},
{
"category": "client",
"name": "Panel:CutSelected",
"args": []
},
{
"category": "client",
"name": "Panel:DisableLerp",
"args": []
},
{
"category": "client",
"name": "Panel:Distance",
"args": [
{
"type": "Panel",
"name": "tgtPanel"
}
]
},
{
"category": "client",
"name": "Panel:DoModal",
"args": []
},
{
"category": "client",
"name": "Panel:DeleteCookie",
"args": [
{
"type": "string",
"name": "cookieName"
}
]
},
{
"category": "client",
"name": "Panel:DistanceFrom",
"args": [
{
"type": "number",
"name": "posX"
},
{
"type": "number",
"name": "posY"
}
]
},
{
"category": "client",
"name": "Panel:CursorPos",
"args": []
},
{
"category": "client",
"name": "Panel:DragClick",
"args": []
},
{
"category": "client",
"name": "Panel:DragHover",
"args": [
{
"type": "number",
"name": "HoverTime"
}
]
},
{
"category": "client",
"name": "Panel:DockPadding",
"args": [
{
"type": "number",
"name": "paddingLeft"
},
{
"type": "number",
"name": "paddingTop"
},
{
"type": "number",
"name": "paddingRight"
},
{
"type": "number",
"name": "paddingBottom"
}
]
},
{
"category": "client",
"name": "Panel:DragMousePress",
"args": [
{
"type": "number",
"name": "mouseCode"
}
]
},
{
"category": "client",
"name": "Panel:DrawOutlinedRect",
"args": []
},
{
"category": "client",
"name": "Panel:Exec",
"args": [
{
"type": "string",
"name": "cmd"
}
]
},
{
"category": "client",
"name": "Panel:DragHoverEnd",
"args": []
},
{
"category": "client",
"name": "Panel:DrawTexturedRect",
"args": []
},
{
"category": "client",
"name": "Panel:DrawFilledRect",
"args": []
},
{
"category": "client",
"name": "Panel:Droppable",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "Panel:DrawTextEntryText",
"args": [
{
"type": "table",
"name": "textCol"
},
{
"type": "table",
"name": "highlightCol"
},
{
"type": "table",
"name": "cursorCol"
}
]
},
{
"category": "client",
"name": "Panel:DrawDragHover",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "Panel:EndBoxSelection",
"args": []
},
{
"category": "client",
"name": "Panel:DrawSelections",
"args": []
},
{
"category": "client",
"name": "Panel:DragMouseRelease",
"args": [
{
"type": "number",
"name": "mouseCode"
}
]
},
{
"category": "client",
"name": "Panel:Find",
"args": [
{
"type": "string",
"name": "panelName"
}
]
},
{
"category": "client",
"name": "Panel:FocusNext",
"args": []
},
{
"category": "client",
"name": "Panel:GetAlpha",
"args": []
},
{
"category": "client",
"name": "Panel:GetChild",
"args": [
{
"type": "number",
"name": "childIndex"
}
]
},
{
"category": "client",
"name": "Panel:FocusPrevious",
"args": []
},
{
"category": "client",
"name": "Panel:GetCaretPos",
"args": []
},
{
"category": "client",
"name": "Panel:GetBounds",
"args": []
},
{
"category": "client",
"name": "Panel:GetContentSize",
"args": []
},
{
"category": "client",
"name": "Panel:GetChildrenInRect",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "client",
"name": "Panel:GetChildPosition",
"args": [
{
"type": "Panel",
"name": "pnl"
}
]
},
{
"category": "client",
"name": "Panel:GetChildren",
"args": []
},
{
"category": "client",
"name": "Panel:GetDockMargin",
"args": []
},
{
"category": "client",
"name": "Panel:GetClassName",
"args": []
},
{
"category": "client",
"name": "Panel:GetDock",
"args": []
},
{
"category": "client",
"name": "Panel:GetClosestChild",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "Panel:GetCookie",
"args": [
{
"type": "string",
"name": "cookieName"
},
{
"type": "string",
"name": "default"
}
]
},
{
"category": "client",
"name": "Panel:GetCookieName",
"args": []
},
{
"category": "client",
"name": "Panel:GetName",
"args": []
},
{
"category": "client",
"name": "Panel:GetCookieNumber",
"args": [
{
"type": "string",
"name": "cookieName"
},
{
"type": "number",
"name": "default"
}
]
},
{
"category": "client",
"name": "Panel:GetDockPadding",
"args": []
},
{
"category": "client",
"name": "Panel:GetParent",
"args": []
},
{
"category": "client",
"name": "Panel:GetFont",
"args": []
},
{
"category": "client",
"name": "Panel:GetHTMLMaterial",
"args": []
},
{
"category": "client",
"name": "Panel:GetNumLines",
"args": []
},
{
"category": "client",
"name": "Panel:GetPos",
"args": []
},
{
"category": "client",
"name": "Panel:GetSelectedChildren",
"args": []
},
{
"category": "client",
"name": "Panel:GetSelectionCanvas",
"args": []
},
{
"category": "client",
"name": "Panel:GetValue",
"args": []
},
{
"category": "client",
"name": "Panel:GetWide",
"args": []
},
{
"category": "client",
"name": "Panel:GetSize",
"args": []
},
{
"category": "client",
"name": "Panel:GetTable",
"args": []
},
{
"category": "client",
"name": "Panel:GetSkin",
"args": []
},
{
"category": "client",
"name": "Panel:GetValidReceiverSlot",
"args": []
},
{
"category": "client",
"name": "Panel:GetText",
"args": []
},
{
"category": "client",
"name": "Panel:GetTall",
"args": []
},
{
"category": "client",
"name": "Panel:GetZPos",
"args": []
},
{
"category": "client",
"name": "Panel:GetTextSize",
"args": []
},
{
"category": "client",
"name": "Panel:GetTextInset",
"args": []
},
{
"category": "client",
"name": "Panel:GoForward",
"args": []
},
{
"category": "client",
"name": "Panel:GoBack",
"args": []
},
{
"category": "client",
"name": "Panel:GotoTextStart",
"args": []
},
{
"category": "client",
"name": "Panel:GotoTextEnd",
"args": []
},
{
"category": "client",
"name": "Panel:GoToHistoryOffset",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "string",
"name": "txt"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "table",
"name": "size"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "string",
"name": "hAlign"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "string",
"name": "txt"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "string",
"name": "dockState"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "table",
"name": "margins"
}
]
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "number",
"name": "minValue"
}
]
},
{
"category": "client",
"name": "Panel:HasFocus",
"args": []
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "table",
"name": "pos"
}
]
},
{
"category": "client",
"name": "Panel:HasChildren",
"args": []
},
{
"category": "client",
"name": "Panel:GWEN",
"args": [
{
"type": "number",
"name": "maxValue"
}
]
},
{
"category": "client",
"name": "Panel:Hide",
"args": []
},
{
"category": "client",
"name": "Panel:HasParent",
"args": [
{
"type": "Panel",
"name": "parentPanel"
}
]
},
{
"category": "client",
"name": "Panel:InsertColorChange",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "Panel:InvalidateLayout",
"args": [
{
"type": "boolean",
"name": "layoutNow"
}
]
},
{
"category": "client",
"name": "Panel:InvalidateParent",
"args": [
{
"type": "boolean",
"name": "layoutNow"
}
]
},
{
"category": "client",
"name": "Panel:InvalidateChildren",
"args": [
{
"type": "boolean",
"name": "recursive"
}
]
},
{
"category": "client",
"name": "Panel:HasHierarchicalFocus",
"args": []
},
{
"category": "client",
"name": "Panel:IsChildHovered",
"args": [
{
"type": "boolean",
"name": "immediate"
}
]
},
{
"category": "client",
"name": "Panel:IsDraggable",
"args": []
},
{
"category": "client",
"name": "Panel:InsertClickableTextEnd",
"args": []
},
{
"category": "client",
"name": "Panel:InsertClickableTextStart",
"args": [
{
"type": "string",
"name": "signalValue"
}
]
},
{
"category": "client",
"name": "Panel:IsHovered",
"args": []
},
{
"category": "client",
"name": "Panel:InsertFade",
"args": [
{
"type": "number",
"name": "sustain"
},
{
"type": "number",
"name": "length"
}
]
},
{
"category": "client",
"name": "Panel:IsMarkedForDeletion",
"args": []
},
{
"category": "client",
"name": "Panel:IsEnabled",
"args": []
},
{
"category": "client",
"name": "Panel:IsDragging",
"args": []
},
{
"category": "client",
"name": "Panel:IsKeyboardInputEnabled",
"args": []
},
{
"category": "client",
"name": "Panel:IsMouseInputEnabled",
"args": []
},
{
"category": "client",
"name": "Panel:IsSelectable",
"args": []
},
{
"category": "client",
"name": "Panel:IsLoading",
"args": []
},
{
"category": "client",
"name": "Panel:LerpPositions",
"args": [
{
"type": "number",
"name": "speed"
},
{
"type": "boolean",
"name": "easeOut"
}
]
},
{
"category": "client",
"name": "Panel:IsMultiline",
"args": []
},
{
"category": "client",
"name": "Panel:IsSelected",
"args": []
},
{
"category": "client",
"name": "Panel:IsOurChild",
"args": [
{
"type": "Panel",
"name": "childPanel"
}
]
},
{
"category": "client",
"name": "Panel:IsValid",
"args": []
},
{
"category": "client",
"name": "Panel:IsVisible",
"args": []
},
{
"category": "client",
"name": "Panel:IsWorldClicker",
"args": []
},
{
"category": "client",
"name": "Panel:IsSelectionCanvas",
"args": []
},
{
"category": "client",
"name": "Panel:KillFocus",
"args": []
},
{
"category": "client",
"name": "Panel:MouseCapture",
"args": [
{
"type": "boolean",
"name": "doCapture"
}
]
},
{
"category": "client",
"name": "Panel:LoadGWENFile",
"args": [
{
"type": "string",
"name": "filename"
},
{
"type": "string",
"name": "path"
}
]
},
{
"category": "client",
"name": "Panel:MakePopup",
"args": []
},
{
"category": "client",
"name": "Panel:LoadGWENString",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "client",
"name": "Panel:MoveBy",
"args": [
{
"type": "number",
"name": "moveX"
},
{
"type": "number",
"name": "moveY"
},
{
"type": "number",
"name": "time"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "ease"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:MoveAbove",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:LocalCursorPos",
"args": []
},
{
"category": "client",
"name": "Panel:MoveBelow",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:LoadControlsFromFile",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "client",
"name": "Panel:MoveToAfter",
"args": [
{
"type": "Panel",
"name": "siblingPanel"
}
]
},
{
"category": "client",
"name": "Panel:LoadControlsFromString",
"args": [
{
"type": "string",
"name": "data"
}
]
},
{
"category": "client",
"name": "Panel:LocalToScreen",
"args": [
{
"type": "number",
"name": "posX"
},
{
"type": "number",
"name": "posY"
}
]
},
{
"category": "client",
"name": "Panel:MoveRightOf",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:MoveToBack",
"args": []
},
{
"category": "client",
"name": "Panel:MoveLeftOf",
"args": [
{
"type": "Panel",
"name": "panel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:MoveToFront",
"args": []
},
{
"category": "client",
"name": "Panel:MoveToBefore",
"args": [
{
"type": "Panel",
"name": "siblingPanel"
}
]
},
{
"category": "client",
"name": "Panel:MoveTo",
"args": [
{
"type": "number",
"name": "posX"
},
{
"type": "number",
"name": "posY"
},
{
"type": "number",
"name": "time"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "ease"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:NewAnimation",
"args": [
{
"type": "number",
"name": "length"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "ease"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:NewObjectCallback",
"args": [
{
"type": "string",
"name": "objectName"
},
{
"type": "string",
"name": "callbackName"
}
]
},
{
"category": "client",
"name": "Panel:NewObject",
"args": [
{
"type": "string",
"name": "objectName"
}
]
},
{
"category": "client",
"name": "Panel:PaintAt",
"args": [
{
"type": "number",
"name": "posX"
},
{
"type": "number",
"name": "posY"
}
]
},
{
"category": "client",
"name": "Panel:ParentToHUD",
"args": []
},
{
"category": "client",
"name": "Panel:PostMessage",
"args": [
{
"type": "string",
"name": "messageName"
},
{
"type": "string",
"name": "valueType"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "client",
"name": "Panel:OpenURL",
"args": [
{
"type": "string",
"name": "URL"
}
]
},
{
"category": "client",
"name": "Panel:NumSelectedChildren",
"args": []
},
{
"category": "client",
"name": "Panel:PaintManual",
"args": []
},
{
"category": "client",
"name": "Panel:RebuildSpawnIcon",
"args": []
},
{
"category": "client",
"name": "Panel:NoClipping",
"args": [
{
"type": "boolean",
"name": "clip"
}
]
},
{
"category": "client",
"name": "Panel:Prepare",
"args": []
},
{
"category": "client",
"name": "Panel:RebuildSpawnIconEx",
"args": [
{
"type": "table",
"name": "data"
}
]
},
{
"category": "client",
"name": "Panel:Queue",
"args": []
},
{
"category": "client",
"name": "Panel:PositionLabel",
"args": [
{
"type": "number",
"name": "lblWidth"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "Panel",
"name": "lbl"
},
{
"type": "Panel",
"name": "panelObj"
}
]
},
{
"category": "client",
"name": "Panel:Paste",
"args": []
},
{
"category": "client",
"name": "Panel:Receiver",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "func"
},
{
"type": "table",
"name": "menu"
}
]
},
{
"category": "client",
"name": "Panel:Remove",
"args": []
},
{
"category": "client",
"name": "Panel:Refresh",
"args": [
{
"type": "boolean",
"name": "ignoreCache"
}
]
},
{
"category": "client",
"name": "Panel:RunJavascript",
"args": [
{
"type": "string",
"name": "js"
}
]
},
{
"category": "client",
"name": "Panel:RequestFocus",
"args": []
},
{
"category": "client",
"name": "Panel:ScreenToLocal",
"args": [
{
"type": "number",
"name": "screenX"
},
{
"type": "number",
"name": "screenY"
}
]
},
{
"category": "client",
"name": "Panel:ResetAllFades",
"args": [
{
"type": "boolean",
"name": "hold"
},
{
"type": "boolean",
"name": "expiredOnly"
},
{
"type": "number",
"name": "newSustain"
}
]
},
{
"category": "client",
"name": "Panel:SelectAllOnFocus",
"args": []
},
{
"category": "client",
"name": "Panel:SaveUndoState",
"args": []
},
{
"category": "client",
"name": "Panel:SelectAll",
"args": []
},
{
"category": "client",
"name": "Panel:SetActionFunction",
"args": [
{
"type": "function",
"name": "func"
}
]
},
{
"category": "client",
"name": "Panel:SetAllowNonAsciiCharacters",
"args": [
{
"type": "boolean",
"name": "allowed"
}
]
},
{
"category": "client",
"name": "Panel:SetAlpha",
"args": [
{
"type": "number",
"name": "alpha"
}
]
},
{
"category": "client",
"name": "Panel:SetAnimationEnabled",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "Panel:SelectNone",
"args": []
},
{
"category": "client",
"name": "Panel:SelectAllText",
"args": []
},
{
"category": "client",
"name": "Panel:SetAchievement",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "client",
"name": "Panel:SetAutoDelete",
"args": [
{
"type": "boolean",
"name": "autoDelete"
}
]
},
{
"category": "client",
"name": "Panel:SetConVar",
"args": [
{
"type": "string",
"name": "convar"
}
]
},
{
"category": "client",
"name": "Panel:SetBGColor",
"args": [
{
"type": "number",
"name": "rorcolor"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "Panel:SetCommand",
"args": []
},
{
"category": "client",
"name": "Panel:SetCaretPos",
"args": [
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:SetCookie",
"args": [
{
"type": "string",
"name": "cookieName"
},
{
"type": "string",
"name": "value"
}
]
},
{
"category": "client",
"name": "Panel:SetCursor",
"args": [
{
"type": "string",
"name": "cursor"
}
]
},
{
"category": "client",
"name": "Panel:SetDrawOnTop",
"args": [
{
"type": "boolean",
"name": "drawOnTop"
}
]
},
{
"category": "client",
"name": "Panel:SetDragParent",
"args": [
{
"type": "Panel",
"name": "parent"
}
]
},
{
"category": "client",
"name": "Panel:SetDrawLanguageIDAtLeft",
"args": [
{
"type": "boolean",
"name": "left"
}
]
},
{
"category": "client",
"name": "Panel:SetDrawLanguageID",
"args": [
{
"type": "boolean",
"name": "visible"
}
]
},
{
"category": "client",
"name": "Panel:SetBGColorEx",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "Panel:SetCookieName",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "Panel:SetDropTarget",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "Panel:SetEnabled",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "Panel:SetContentAlignment",
"args": [
{
"type": "number",
"name": "alignment"
}
]
},
{
"category": "client",
"name": "Panel:SetFGColor",
"args": [
{
"type": "number",
"name": "rorcolor"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "Panel:SetExpensiveShadow",
"args": [
{
"type": "number",
"name": "distance"
},
{
"type": "table",
"name": "Color"
}
]
},
{
"category": "client",
"name": "Panel:SetFontInternal",
"args": [
{
"type": "string",
"name": "fontName"
}
]
},
{
"category": "client",
"name": "Panel:SetHTML",
"args": [
{
"type": "string",
"name": "HTMLcode"
}
]
},
{
"category": "client",
"name": "Panel:SetHeight",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "Panel:SetFGColorEx",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "Panel:SetMinimumSize",
"args": [
{
"type": "number",
"name": "minW"
},
{
"type": "number",
"name": "minH"
}
]
},
{
"category": "client",
"name": "Panel:SetFocusTopLevel",
"args": [
{
"type": "boolean",
"name": "state"
}
]
},
{
"category": "client",
"name": "Panel:SetName",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "Panel:SetModel",
"args": [
{
"type": "string",
"name": "ModelPath"
},
{
"type": "number",
"name": "skin"
},
{
"type": "string",
"name": "bodygroups"
}
]
},
{
"category": "client",
"name": "Panel:SetKeyboardInputEnabled",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "Panel:SetMultiline",
"args": [
{
"type": "boolean",
"name": "multiline"
}
]
},
{
"category": "client",
"name": "Panel:SetKeyBoardInputEnabled",
"args": [
{
"type": "boolean",
"name": "keyboardInput"
}
]
},
{
"category": "client",
"name": "Panel:SetPaintBackgroundEnabled",
"args": [
{
"type": "boolean",
"name": "paintBackground"
}
]
},
{
"category": "client",
"name": "Panel:SetPaintedManually",
"args": [
{
"type": "boolean",
"name": "paintedManually"
}
]
},
{
"category": "client",
"name": "Panel:SetMouseInputEnabled",
"args": [
{
"type": "boolean",
"name": "mouseInput"
}
]
},
{
"category": "client",
"name": "Panel:SetPaintBorderEnabled",
"args": [
{
"type": "boolean",
"name": "paintBorder"
}
]
},
{
"category": "client",
"name": "Panel:SetParent",
"args": [
{
"type": "Panel",
"name": "parent"
}
]
},
{
"category": "client",
"name": "Panel:SetPlayer",
"args": [
{
"type": "Player",
"name": "player"
},
{
"type": "number",
"name": "size"
}
]
},
{
"category": "client",
"name": "Panel:SetPaintFunction",
"args": []
},
{
"category": "client",
"name": "Panel:SetPopupStayAtBack",
"args": [
{
"type": "boolean",
"name": "stayAtBack"
}
]
},
{
"category": "client",
"name": "Panel:SetSelectable",
"args": [
{
"type": "boolean",
"name": "selectable"
}
]
},
{
"category": "client",
"name": "Panel:SetRenderInScreenshots",
"args": [
{
"type": "boolean",
"name": "renderInScreenshot"
}
]
},
{
"category": "client",
"name": "Panel:SetSize",
"args": [
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "Panel:SetSteamID",
"args": [
{
"type": "string",
"name": "steamid"
},
{
"type": "number",
"name": "size"
}
]
},
{
"category": "client",
"name": "Panel:SetSkin",
"args": [
{
"type": "string",
"name": "skinName"
}
]
},
{
"category": "client",
"name": "Panel:SetPos",
"args": [
{
"type": "number",
"name": "posX"
},
{
"type": "number",
"name": "posY"
}
]
},
{
"category": "client",
"name": "Panel:SetSpawnIcon",
"args": [
{
"type": "string",
"name": "icon"
}
]
},
{
"category": "client",
"name": "Panel:SetTabPosition",
"args": [
{
"type": "number",
"name": "position"
}
]
},
{
"category": "client",
"name": "Panel:SetSelected",
"args": [
{
"type": "boolean",
"name": "selected"
}
]
},
{
"category": "client",
"name": "Panel:SetSelectionCanvas",
"args": [
{
"type": "any",
"name": "selCanvas"
}
]
},
{
"category": "client",
"name": "Panel:SetToFullHeight",
"args": []
},
{
"category": "client",
"name": "Panel:SetText",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "client",
"name": "Panel:SetTextInset",
"args": [
{
"type": "number",
"name": "insetX"
},
{
"type": "number",
"name": "insetY"
}
]
},
{
"category": "client",
"name": "Panel:SetTooltip",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "client",
"name": "Panel:SetTall",
"args": [
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "Panel:SetToolTipPanel",
"args": []
},
{
"category": "client",
"name": "Panel:SetTerm",
"args": [
{
"type": "number",
"name": "delay"
}
]
},
{
"category": "client",
"name": "Panel:SetWide",
"args": [
{
"type": "number",
"name": "width"
}
]
},
{
"category": "client",
"name": "Panel:SetVerticalScrollbarEnabled",
"args": [
{
"type": "boolean",
"name": "display"
}
]
},
{
"category": "client",
"name": "Panel:SetToolTip",
"args": []
},
{
"category": "client",
"name": "Panel:SetVisible",
"args": [
{
"type": "boolean",
"name": "visible"
}
]
},
{
"category": "client",
"name": "Panel:SetURL",
"args": [
{
"type": "string",
"name": "url"
}
]
},
{
"category": "client",
"name": "Panel:SetZPos",
"args": [
{
"type": "number",
"name": "zIndex"
}
]
},
{
"category": "client",
"name": "Panel:SetWrap",
"args": [
{
"type": "boolean",
"name": "wrap"
}
]
},
{
"category": "client",
"name": "Panel:Show",
"args": []
},
{
"category": "client",
"name": "Panel:SizeToChildren",
"args": [
{
"type": "boolean",
"name": "sizeW"
},
{
"type": "boolean",
"name": "sizeH"
}
]
},
{
"category": "client",
"name": "Panel:SetTooltipPanel",
"args": [
{
"type": "Panel",
"name": "tooltipPanel"
}
]
},
{
"category": "client",
"name": "Panel:SetWidth",
"args": [
{
"type": "number",
"name": "width"
}
]
},
{
"category": "client",
"name": "Panel:SizeTo",
"args": [
{
"type": "number",
"name": "sizeW"
},
{
"type": "number",
"name": "sizeH"
},
{
"type": "number",
"name": "time"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "ease"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "Panel:SizeToContentsY",
"args": [
{
"type": "number",
"name": "addVal"
}
]
},
{
"category": "client",
"name": "Panel:SlideUp",
"args": [
{
"type": "number",
"name": "Length"
}
]
},
{
"category": "client",
"name": "Panel:SetWorldClicker",
"args": [
{
"type": "boolean",
"name": "enabled"
}
]
},
{
"category": "client",
"name": "Panel:SizeToContentsX",
"args": [
{
"type": "number",
"name": "addVal"
}
]
},
{
"category": "client",
"name": "Panel:StartBoxSelection",
"args": []
},
{
"category": "client",
"name": "Panel:SizeToContents",
"args": []
},
{
"category": "client",
"name": "Panel:Stop",
"args": []
},
{
"category": "client",
"name": "Panel:StretchToParent",
"args": [
{
"type": "number",
"name": "offsetLeft"
},
{
"type": "number",
"name": "offsetTop"
},
{
"type": "number",
"name": "offsetRight"
},
{
"type": "number",
"name": "offsetBottom"
}
]
},
{
"category": "client",
"name": "Panel:StretchBottomTo",
"args": [
{
"type": "Panel",
"name": "tgtPanel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:SlideDown",
"args": [
{
"type": "number",
"name": "Length"
}
]
},
{
"category": "client",
"name": "Panel:StretchRightTo",
"args": [
{
"type": "Panel",
"name": "tgtPanel"
},
{
"type": "number",
"name": "offset"
}
]
},
{
"category": "client",
"name": "Panel:ToggleSelection",
"args": []
},
{
"category": "client",
"name": "Panel:UnselectAll",
"args": []
},
{
"category": "server",
"name": "PathFollower:Chase",
"args": [
{
"type": "NextBot",
"name": "bot"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "Panel:Undo",
"args": []
},
{
"category": "server",
"name": "PathFollower:Compute",
"args": [
{
"type": "NextBot",
"name": "from"
},
{
"type": "Vector",
"name": "to"
},
{
"type": "function",
"name": "generator"
}
]
},
{
"category": "client",
"name": "Panel:ToggleVisible",
"args": []
},
{
"category": "client",
"name": "Panel:UpdateHTMLTexture",
"args": []
},
{
"category": "client",
"name": "Panel:Valid",
"args": []
},
{
"category": "server",
"name": "PathFollower:Draw",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetAge",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetCurrentGoal",
"args": []
},
{
"category": "server",
"name": "PathFollower:FirstSegment",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetClosestPosition",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "server",
"name": "PathFollower:GetCursorPosition",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetEnd",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetAllSegments",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetCursorData",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetPositionOnPath",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "server",
"name": "PathFollower:IsValid",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetGoalTolerance",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetLength",
"args": []
},
{
"category": "server",
"name": "PathFollower:Invalidate",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetMinLookAheadDistance",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetHindrance",
"args": []
},
{
"category": "server",
"name": "PathFollower:GetStart",
"args": []
},
{
"category": "server",
"name": "PathFollower:MoveCursorToEnd",
"args": []
},
{
"category": "server",
"name": "PathFollower:MoveCursor",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "server",
"name": "PathFollower:MoveCursorToClosestPosition",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "type"
},
{
"type": "number",
"name": "alongLimit"
}
]
},
{
"category": "server",
"name": "PathFollower:MoveCursorTo",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "server",
"name": "PathFollower:MoveCursorToStart",
"args": []
},
{
"category": "server",
"name": "PathFollower:ResetAge",
"args": []
},
{
"category": "server",
"name": "PathFollower:LastSegment",
"args": []
},
{
"category": "server",
"name": "PathFollower:SetMinLookAheadDistance",
"args": [
{
"type": "number",
"name": "mindist"
}
]
},
{
"category": "server",
"name": "PathFollower:SetGoalTolerance",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "server",
"name": "PathFollower:Update",
"args": [
{
"type": "NextBot",
"name": "bot"
}
]
},
{
"category": "shared",
"name": "PhysCollide:TraceBox",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "Vector",
"name": "rayStart"
},
{
"type": "Vector",
"name": "rayEnd"
},
{
"type": "Vector",
"name": "rayMins"
},
{
"type": "Vector",
"name": "rayMaxs"
}
]
},
{
"category": "shared",
"name": "PhysCollide:Destroy",
"args": []
},
{
"category": "shared",
"name": "physenv.AddSurfaceData",
"args": [
{
"type": "string",
"name": "properties"
}
]
},
{
"category": "shared",
"name": "PhysCollide:IsValid",
"args": []
},
{
"category": "shared",
"name": "physenv.GetAirDensity",
"args": []
},
{
"category": "shared",
"name": "PhysObj:AddAngleVelocity",
"args": [
{
"type": "Vector",
"name": "angularVelocity"
}
]
},
{
"category": "shared",
"name": "PhysObj:AddVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "PhysObj:AddGameFlag",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "physenv.GetGravity",
"args": []
},
{
"category": "shared",
"name": "PhysObj:ApplyForceCenter",
"args": [
{
"type": "Vector",
"name": "force"
}
]
},
{
"category": "shared",
"name": "physenv.SetGravity",
"args": [
{
"type": "Vector",
"name": "gravity"
}
]
},
{
"category": "shared",
"name": "PhysObj:ApplyForceOffset",
"args": [
{
"type": "Vector",
"name": "force"
},
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "physenv.SetAirDensity",
"args": [
{
"type": "number",
"name": "airDensity"
}
]
},
{
"category": "shared",
"name": "PhysObj:CalculateForceOffset",
"args": [
{
"type": "Vector",
"name": "force"
},
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "PhysObj:ApplyTorqueCenter",
"args": [
{
"type": "Vector",
"name": "torque"
}
]
},
{
"category": "shared",
"name": "physenv.GetPerformanceSettings",
"args": []
},
{
"category": "shared",
"name": "PhysObj:CalculateVelocityOffset",
"args": [
{
"type": "Vector",
"name": "force"
},
{
"type": "Vector",
"name": "pos"
}
]
},
{
"category": "shared",
"name": "physenv.SetPerformanceSettings",
"args": [
{
"type": "table",
"name": "performanceSettings"
}
]
},
{
"category": "shared",
"name": "PhysObj:AlignAngles",
"args": [
{
"type": "Angle",
"name": "from"
},
{
"type": "Angle",
"name": "to"
}
]
},
{
"category": "shared",
"name": "PhysObj:ClearGameFlag",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "PhysObj:ComputeShadowControl",
"args": [
{
"type": "table",
"name": "shadowparams"
}
]
},
{
"category": "shared",
"name": "PhysObj:EnableGravity",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "PhysObj:EnableMotion",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "PhysObj:EnableDrag",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "PhysObj:GetAngles",
"args": []
},
{
"category": "shared",
"name": "PhysObj:EnableCollisions",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "PhysObj:GetContents",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetAngleVelocity",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetEnergy",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetAABB",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetDamping",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetInvMass",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetEntity",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetInertia",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetInvInertia",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetMaterial",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetMass",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetMassCenter",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetMesh",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetMeshConvexes",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetPositionMatrix",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetShadowPos",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetSurfaceArea",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetSpeedDamping",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetPos",
"args": []
},
{
"category": "server",
"name": "PhysObj:GetStress",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetShadowAngles",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetName",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetRotDamping",
"args": []
},
{
"category": "shared",
"name": "PhysObj:HasGameFlag",
"args": [
{
"type": "number",
"name": "flags"
}
]
},
{
"category": "shared",
"name": "PhysObj:GetVelocityAtPoint",
"args": [
{
"type": "Vector",
"name": "point"
}
]
},
{
"category": "shared",
"name": "PhysObj:GetVolume",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsDragEnabled",
"args": []
},
{
"category": "shared",
"name": "PhysObj:GetVelocity",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsMotionEnabled",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsCollisionEnabled",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsPenetrating",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsAsleep",
"args": []
},
{
"category": "shared",
"name": "PhysObj:LocalToWorld",
"args": [
{
"type": "Vector",
"name": "LocalVec"
}
]
},
{
"category": "shared",
"name": "PhysObj:IsGravityEnabled",
"args": []
},
{
"category": "shared",
"name": "PhysObj:OutputDebugInfo",
"args": []
},
{
"category": "shared",
"name": "PhysObj:IsMoveable",
"args": []
},
{
"category": "shared",
"name": "PhysObj:SetBuoyancyRatio",
"args": [
{
"type": "number",
"name": "buoyancy"
}
]
},
{
"category": "shared",
"name": "PhysObj:RotateAroundAxis",
"args": [
{
"type": "Vector",
"name": "dir"
},
{
"type": "number",
"name": "ang"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetAngleDragCoefficient",
"args": [
{
"type": "number",
"name": "coefficient"
}
]
},
{
"category": "shared",
"name": "PhysObj:LocalToWorldVector",
"args": [
{
"type": "Vector",
"name": "LocalVec"
}
]
},
{
"category": "shared",
"name": "PhysObj:IsValid",
"args": []
},
{
"category": "shared",
"name": "PhysObj:SetContents",
"args": [
{
"type": "number",
"name": "contents"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetAngles",
"args": [
{
"type": "Angle",
"name": "angles"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetInertia",
"args": [
{
"type": "Vector",
"name": "directionalInertia"
}
]
},
{
"category": "shared",
"name": "PhysObj:RecheckCollisionFilter",
"args": []
},
{
"category": "shared",
"name": "PhysObj:SetMass",
"args": [
{
"type": "number",
"name": "mass"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetDamping",
"args": [
{
"type": "number",
"name": "linearDamping"
},
{
"type": "number",
"name": "angularDamping"
}
]
},
{
"category": "shared",
"name": "PhysObj:Sleep",
"args": []
},
{
"category": "shared",
"name": "PhysObj:Wake",
"args": []
},
{
"category": "shared",
"name": "PhysObj:WorldToLocalVector",
"args": [
{
"type": "Vector",
"name": "WorldVec"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetVelocity",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetMaterial",
"args": [
{
"type": "string",
"name": "materialName"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetDragCoefficient",
"args": [
{
"type": "number",
"name": "drag"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "model"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetPos",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "boolean",
"name": "teleport"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "model"
},
{
"type": "number",
"name": "skin"
},
{
"type": "string",
"name": "bodygroups"
}
]
},
{
"category": "shared",
"name": "PhysObj:SetVelocityInstantaneous",
"args": [
{
"type": "Vector",
"name": "velocity"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "shared",
"name": "player",
"args": []
},
{
"category": "shared",
"name": "PhysObj:WorldToLocal",
"args": [
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "shared",
"name": "PhysObj:UpdateShadow",
"args": [
{
"type": "Vector",
"name": "targetPosition"
},
{
"type": "Angle",
"name": "targetAngles"
},
{
"type": "number",
"name": "frameTime"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "table"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "shortName"
}
]
},
{
"category": "shared",
"name": "Player:AccountID",
"args": []
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Player:AddCount",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "string",
"name": "funcName"
},
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "player",
"args": [
{
"type": "string",
"name": "model"
}
]
},
{
"category": "shared",
"name": "Player:AddCleanup",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "Player:AddFrags",
"args": [
{
"type": "number",
"name": "count"
}
]
},
{
"category": "client",
"name": "Player:AddPlayerOption",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "timeout"
},
{
"type": "function",
"name": "vote"
},
{
"type": "function",
"name": "draw"
}
]
},
{
"category": "server",
"name": "Player:AddDeaths",
"args": [
{
"type": "number",
"name": "count"
}
]
},
{
"category": "shared",
"name": "Player:Alive",
"args": []
},
{
"category": "server",
"name": "Player:AddFrozenPhysicsObject",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "PhysObj",
"name": "physobj"
}
]
},
{
"category": "shared",
"name": "Player:AddVCDSequenceToGestureSlot",
"args": [
{
"type": "number",
"name": "slot"
},
{
"type": "number",
"name": "sequenceId"
},
{
"type": "number",
"name": "cycle"
},
{
"type": "boolean",
"name": "autokill"
}
]
},
{
"category": "shared",
"name": "Player:AnimSetGestureSequence",
"args": [
{
"type": "number",
"name": "slot"
},
{
"type": "number",
"name": "sequenceID"
}
]
},
{
"category": "shared",
"name": "Player:AnimResetGestureSlot",
"args": [
{
"type": "number",
"name": "slot"
}
]
},
{
"category": "shared",
"name": "Player:AnimRestartGesture",
"args": [
{
"type": "number",
"name": "slot"
},
{
"type": "number",
"name": "activity"
},
{
"type": "boolean",
"name": "autokill"
}
]
},
{
"category": "server",
"name": "Player:AllowImmediateDecalPainting",
"args": [
{
"type": "boolean",
"name": "allow"
}
]
},
{
"category": "shared",
"name": "Player:AnimSetGestureWeight",
"args": [
{
"type": "number",
"name": "slot"
},
{
"type": "number",
"name": "weight"
}
]
},
{
"category": "shared",
"name": "Player:AnimRestartMainSequence",
"args": []
},
{
"category": "server",
"name": "Player:Ban",
"args": [
{
"type": "number",
"name": "minutes"
},
{
"type": "boolean",
"name": "kick"
}
]
},
{
"category": "shared",
"name": "Player:Armor",
"args": []
},
{
"category": "shared",
"name": "Player:AllowFlashlight",
"args": [
{
"type": "boolean",
"name": "canFlashlight"
}
]
},
{
"category": "server",
"name": "Player:CrosshairDisable",
"args": []
},
{
"category": "shared",
"name": "Player:ConCommand",
"args": [
{
"type": "string",
"name": "command"
}
]
},
{
"category": "shared",
"name": "Player:ChatPrint",
"args": [
{
"type": "string",
"name": "message"
}
]
},
{
"category": "shared",
"name": "Player:Crouching",
"args": []
},
{
"category": "server",
"name": "Player:DebugInfo",
"args": []
},
{
"category": "shared",
"name": "Player:Deaths",
"args": []
},
{
"category": "shared",
"name": "Player:CanUseFlashlight",
"args": []
},
{
"category": "shared",
"name": "Player:DoCustomAnimEvent",
"args": [
{
"type": "number",
"name": "event"
},
{
"type": "number",
"name": "data"
}
]
},
{
"category": "shared",
"name": "Player:DoAnimationEvent",
"args": [
{
"type": "number",
"name": "data"
}
]
},
{
"category": "shared",
"name": "Player:DoSecondaryAttack",
"args": []
},
{
"category": "server",
"name": "Player:CreateRagdoll",
"args": []
},
{
"category": "server",
"name": "Player:CrosshairEnable",
"args": []
},
{
"category": "shared",
"name": "Player:DoAttackEvent",
"args": []
},
{
"category": "server",
"name": "Player:DetonateTripmines",
"args": []
},
{
"category": "shared",
"name": "Player:CheckLimit",
"args": [
{
"type": "string",
"name": "limitType"
}
]
},
{
"category": "shared",
"name": "Player:DrawViewModel",
"args": [
{
"type": "boolean",
"name": "draw"
},
{
"type": "number",
"name": "vm"
}
]
},
{
"category": "server",
"name": "player.CreateNextBot",
"args": [
{
"type": "string",
"name": "botName"
}
]
},
{
"category": "server",
"name": "Player:DrawWorldModel",
"args": [
{
"type": "boolean",
"name": "draw"
}
]
},
{
"category": "shared",
"name": "Player:DoReloadEvent",
"args": []
},
{
"category": "server",
"name": "Player:DropNamedWeapon",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "server",
"name": "Player:DropObject",
"args": []
},
{
"category": "server",
"name": "Player:EquipSuit",
"args": []
},
{
"category": "shared",
"name": "Player:Frags",
"args": []
},
{
"category": "shared",
"name": "Player:FlashlightIsOn",
"args": []
},
{
"category": "shared",
"name": "player.GetAll",
"args": []
},
{
"category": "server",
"name": "Player:Flashlight",
"args": [
{
"type": "boolean",
"name": "isOn"
}
]
},
{
"category": "shared",
"name": "Player:GetActiveWeapon",
"args": []
},
{
"category": "server",
"name": "Player:Freeze",
"args": [
{
"type": "boolean",
"name": "frozen"
}
]
},
{
"category": "server",
"name": "Player:ExitVehicle",
"args": []
},
{
"category": "shared",
"name": "Player:GetAimVector",
"args": []
},
{
"category": "server",
"name": "Player:EnterVehicle",
"args": [
{
"type": "Vehicle",
"name": "vehicle"
}
]
},
{
"category": "server",
"name": "Player:DropWeapon",
"args": [
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "Player:GetAllowWeaponsInVehicle",
"args": []
},
{
"category": "shared",
"name": "Player:GetAllowFullRotation",
"args": []
},
{
"category": "shared",
"name": "Player:GetAvoidPlayers",
"args": []
},
{
"category": "shared",
"name": "Player:GetAmmo",
"args": []
},
{
"category": "shared",
"name": "Player:GetAmmoCount",
"args": [
{
"type": "any",
"name": "ammotype"
}
]
},
{
"category": "shared",
"name": "player.GetByID",
"args": [
{
"type": "number",
"name": "connectionID"
}
]
},
{
"category": "shared",
"name": "player.GetBots",
"args": []
},
{
"category": "shared",
"name": "player.GetByUniqueID",
"args": [
{
"type": "string",
"name": "uniqueID"
}
]
},
{
"category": "shared",
"name": "player.GetBySteamID",
"args": [
{
"type": "string",
"name": "steamID"
}
]
},
{
"category": "shared",
"name": "player.GetBySteamID",
"args": [
{
"type": "string",
"name": "steamID"
}
]
},
{
"category": "shared",
"name": "Player:GetClassID",
"args": []
},
{
"category": "shared",
"name": "player.GetCount",
"args": []
},
{
"category": "shared",
"name": "Player:GetCurrentViewOffset",
"args": []
},
{
"category": "shared",
"name": "Player:GetCurrentCommand",
"args": []
},
{
"category": "shared",
"name": "player.GetByAccountID",
"args": [
{
"type": "string",
"name": "accountID"
}
]
},
{
"category": "shared",
"name": "Player:GetCanZoom",
"args": []
},
{
"category": "shared",
"name": "Player:GetCrouchedWalkSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetCanWalk",
"args": []
},
{
"category": "shared",
"name": "Player:GetCount",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "number",
"name": "minus"
}
]
},
{
"category": "shared",
"name": "Player:GetEyeTraceNoCursor",
"args": []
},
{
"category": "shared",
"name": "Player:GetDrivingEntity",
"args": []
},
{
"category": "shared",
"name": "Player:GetEyeTrace",
"args": []
},
{
"category": "shared",
"name": "Player:GetDrivingMode",
"args": []
},
{
"category": "client",
"name": "Player:GetFriendStatus",
"args": []
},
{
"category": "shared",
"name": "Player:GetHullDuck",
"args": []
},
{
"category": "shared",
"name": "Player:GetDuckSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetHands",
"args": []
},
{
"category": "shared",
"name": "Player:GetFOV",
"args": []
},
{
"category": "shared",
"name": "player.GetHumans",
"args": []
},
{
"category": "server",
"name": "Player:GetInfo",
"args": [
{
"type": "string",
"name": "cVarName"
}
]
},
{
"category": "shared",
"name": "Player:GetEntityInUse",
"args": []
},
{
"category": "shared",
"name": "Player:GetLaggedMovementValue",
"args": []
},
{
"category": "server",
"name": "Player:GetInfoNum",
"args": [
{
"type": "string",
"name": "cVarName"
},
{
"type": "number",
"name": "default"
}
]
},
{
"category": "shared",
"name": "Player:GetHoveredWidget",
"args": []
},
{
"category": "shared",
"name": "Player:GetJumpPower",
"args": []
},
{
"category": "shared",
"name": "Player:GetHull",
"args": []
},
{
"category": "shared",
"name": "Player:GetObserverMode",
"args": []
},
{
"category": "shared",
"name": "Player:GetObserverTarget",
"args": []
},
{
"category": "shared",
"name": "Player:GetName",
"args": []
},
{
"category": "server",
"name": "Player:GetPreferredCarryAngles",
"args": [
{
"type": "Entity",
"name": "carryEnt"
}
]
},
{
"category": "shared",
"name": "Player:GetPlayerColor",
"args": []
},
{
"category": "shared",
"name": "Player:GetMaxSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetPData",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "default"
}
]
},
{
"category": "shared",
"name": "Player:GetPressedWidget",
"args": []
},
{
"category": "shared",
"name": "Player:GetNoCollideWithTeammates",
"args": []
},
{
"category": "client",
"name": "Player:GetPlayerInfo",
"args": []
},
{
"category": "shared",
"name": "Player:GetPunchAngle",
"args": []
},
{
"category": "shared",
"name": "Player:GetRenderAngles",
"args": []
},
{
"category": "shared",
"name": "Player:GetRagdollEntity",
"args": []
},
{
"category": "shared",
"name": "Player:GetShootPos",
"args": []
},
{
"category": "server",
"name": "Player:GetTimeoutSeconds",
"args": []
},
{
"category": "shared",
"name": "Player:GetStepSize",
"args": []
},
{
"category": "shared",
"name": "Player:GetRunSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetTool",
"args": [
{
"type": "string",
"name": "mode"
}
]
},
{
"category": "shared",
"name": "Player:GetUnDuckSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetUserGroup",
"args": []
},
{
"category": "shared",
"name": "Player:GetVehicle",
"args": []
},
{
"category": "shared",
"name": "Player:GetViewEntity",
"args": []
},
{
"category": "shared",
"name": "Player:GetViewModel",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "Player:GetWalkSpeed",
"args": []
},
{
"category": "shared",
"name": "Player:GetViewOffset",
"args": []
},
{
"category": "shared",
"name": "Player:GetWeapon",
"args": [
{
"type": "string",
"name": "className"
}
]
},
{
"category": "server",
"name": "Player:GiveAmmo",
"args": [
{
"type": "number",
"name": "amount"
},
{
"type": "string",
"name": "type"
},
{
"type": "boolean",
"name": "hidePopup"
}
]
},
{
"category": "shared",
"name": "Player:GetViewPunchAngles",
"args": []
},
{
"category": "shared",
"name": "Player:GetViewOffsetDucked",
"args": []
},
{
"category": "shared",
"name": "Player:GetWeapons",
"args": []
},
{
"category": "server",
"name": "Player:Give",
"args": [
{
"type": "string",
"name": "weaponClassName"
},
{
"type": "boolean",
"name": "bNoAmmo"
}
]
},
{
"category": "shared",
"name": "Player:GetWeaponColor",
"args": []
},
{
"category": "shared",
"name": "Player:InVehicle",
"args": []
},
{
"category": "server",
"name": "Player:GodEnable",
"args": []
},
{
"category": "shared",
"name": "Player:HasWeapon",
"args": [
{
"type": "string",
"name": "className"
}
]
},
{
"category": "shared",
"name": "Player:IsAdmin",
"args": []
},
{
"category": "shared",
"name": "Player:HasGodMode",
"args": []
},
{
"category": "server",
"name": "Player:IsConnected",
"args": []
},
{
"category": "shared",
"name": "Player:IsBot",
"args": []
},
{
"category": "server",
"name": "Player:IPAddress",
"args": []
},
{
"category": "server",
"name": "Player:GodDisable",
"args": []
},
{
"category": "shared",
"name": "Player:IsFrozen",
"args": []
},
{
"category": "client",
"name": "Player:IsMuted",
"args": []
},
{
"category": "server",
"name": "Player:IsFullyAuthenticated",
"args": []
},
{
"category": "client",
"name": "Player:IsSpeaking",
"args": []
},
{
"category": "shared",
"name": "Player:IsSprinting",
"args": []
},
{
"category": "shared",
"name": "Player:IsPlayingTaunt",
"args": []
},
{
"category": "server",
"name": "Player:IsListenServerHost",
"args": []
},
{
"category": "shared",
"name": "Player:IsSuperAdmin",
"args": []
},
{
"category": "shared",
"name": "Player:IsDrivingEntity",
"args": []
},
{
"category": "shared",
"name": "Player:IsSuitEquipped",
"args": []
},
{
"category": "server",
"name": "Player:IsTimingOut",
"args": []
},
{
"category": "shared",
"name": "Player:IsWorldClicking",
"args": []
},
{
"category": "shared",
"name": "Player:IsUserGroup",
"args": [
{
"type": "string",
"name": "groupname"
}
]
},
{
"category": "client",
"name": "Player:IsVoiceAudible",
"args": []
},
{
"category": "shared",
"name": "Player:IsTyping",
"args": []
},
{
"category": "shared",
"name": "Player:KeyPressed",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Player:KeyDownLast",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Player:KeyDown",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Player:KeyReleased",
"args": [
{
"type": "number",
"name": "key"
}
]
},
{
"category": "server",
"name": "Player:Kill",
"args": []
},
{
"category": "server",
"name": "Player:Kick",
"args": [
{
"type": "string",
"name": "reason"
}
]
},
{
"category": "server",
"name": "Player:KillSilent",
"args": []
},
{
"category": "shared",
"name": "Player:LimitHit",
"args": [
{
"type": "string",
"name": "type"
}
]
},
{
"category": "server",
"name": "Player:LastHitGroup",
"args": []
},
{
"category": "shared",
"name": "Player:LagCompensation",
"args": [
{
"type": "boolean",
"name": "lagCompensation"
}
]
},
{
"category": "shared",
"name": "Player:MotionSensorPos",
"args": [
{
"type": "number",
"name": "bone"
}
]
},
{
"category": "shared",
"name": "Player:Nick",
"args": []
},
{
"category": "server",
"name": "Player:Lock",
"args": []
},
{
"category": "shared",
"name": "Player:Name",
"args": []
},
{
"category": "shared",
"name": "Player:PacketLoss",
"args": []
},
{
"category": "shared",
"name": "Player:PhysgunUnfreeze",
"args": []
},
{
"category": "shared",
"name": "Player:Ping",
"args": []
},
{
"category": "shared",
"name": "Player:PrintMessage",
"args": [
{
"type": "number",
"name": "type"
},
{
"type": "string",
"name": "message"
}
]
},
{
"category": "shared",
"name": "Player:RemoveAmmo",
"args": [
{
"type": "number",
"name": "ammoCount"
},
{
"type": "string",
"name": "ammoName"
}
]
},
{
"category": "server",
"name": "Player:RemoveAllItems",
"args": []
},
{
"category": "server",
"name": "Player:PickupObject",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "Player:RemoveAllAmmo",
"args": []
},
{
"category": "server",
"name": "Player:PlayStepSound",
"args": [
{
"type": "number",
"name": "volume"
}
]
},
{
"category": "server",
"name": "Player:RemoveSuit",
"args": []
},
{
"category": "shared",
"name": "Player:ResetHull",
"args": []
},
{
"category": "shared",
"name": "Player:ScreenFade",
"args": [
{
"type": "number",
"name": "flags"
},
{
"type": "number",
"name": "clr"
},
{
"type": "number",
"name": "fadeTime"
},
{
"type": "number",
"name": "fadeHold"
}
]
},
{
"category": "server",
"name": "Player:Say",
"args": [
{
"type": "string",
"name": "text"
},
{
"type": "boolean",
"name": "teamOnly"
}
]
},
{
"category": "server",
"name": "Player:SendLua",
"args": [
{
"type": "string",
"name": "script"
}
]
},
{
"category": "server",
"name": "Player:SelectWeapon",
"args": [
{
"type": "string",
"name": "className"
}
]
},
{
"category": "server",
"name": "Player:SendHint",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "delay"
}
]
},
{
"category": "server",
"name": "Player:SetActiveWeapon",
"args": [
{
"type": "Weapon",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "Player:RemovePData",
"args": [
{
"type": "string",
"name": "key"
}
]
},
{
"category": "shared",
"name": "Player:SetAmmo",
"args": [
{
"type": "number",
"name": "ammoCount"
},
{
"type": "any",
"name": "ammoType"
}
]
},
{
"category": "server",
"name": "Player:SetArmor",
"args": [
{
"type": "number",
"name": "Amount"
}
]
},
{
"category": "server",
"name": "Player:SetAllowWeaponsInVehicle",
"args": [
{
"type": "boolean",
"name": "allow"
}
]
},
{
"category": "shared",
"name": "Player:SetAllowFullRotation",
"args": [
{
"type": "boolean",
"name": "Allowed"
}
]
},
{
"category": "shared",
"name": "Player:SetAvoidPlayers",
"args": [
{
"type": "boolean",
"name": "avoidPlayers"
}
]
},
{
"category": "server",
"name": "Player:SetDeaths",
"args": [
{
"type": "number",
"name": "deathcount"
}
]
},
{
"category": "server",
"name": "Player:SetCanZoom",
"args": [
{
"type": "boolean",
"name": "canZoom"
}
]
},
{
"category": "shared",
"name": "Player:SetDSP",
"args": [
{
"type": "number",
"name": "soundFilter"
},
{
"type": "boolean",
"name": "fastReset"
}
]
},
{
"category": "shared",
"name": "Player:SetCanWalk",
"args": [
{
"type": "boolean",
"name": "abletowalk"
}
]
},
{
"category": "shared",
"name": "Player:SetClassID",
"args": [
{
"type": "number",
"name": "classID"
}
]
},
{
"category": "shared",
"name": "Player:SetEyeAngles",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "Player:SetFOV",
"args": [
{
"type": "number",
"name": "fov"
},
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "Player:SetCurrentViewOffset",
"args": [
{
"type": "Vector",
"name": "viewOffset"
}
]
},
{
"category": "shared",
"name": "Player:SetDrivingEntity",
"args": [
{
"type": "Entity",
"name": "drivingEntity"
},
{
"type": "number",
"name": "drivingMode"
}
]
},
{
"category": "server",
"name": "Player:SetFrags",
"args": [
{
"type": "number",
"name": "fragcount"
}
]
},
{
"category": "shared",
"name": "Player:SetCrouchedWalkSpeed",
"args": [
{
"type": "number",
"name": "speed"
}
]
},
{
"category": "shared",
"name": "Player:SetHands",
"args": [
{
"type": "Entity",
"name": "hands"
}
]
},
{
"category": "shared",
"name": "Player:SetDuckSpeed",
"args": [
{
"type": "number",
"name": "duckSpeed"
}
]
},
{
"category": "shared",
"name": "Player:SetHoveredWidget",
"args": [
{
"type": "Entity",
"name": "widget"
}
]
},
{
"category": "shared",
"name": "Player:SetJumpPower",
"args": [
{
"type": "number",
"name": "jumpPower"
}
]
},
{
"category": "client",
"name": "Player:SetMuted",
"args": [
{
"type": "boolean",
"name": "mute"
}
]
},
{
"category": "shared",
"name": "Player:SetHullDuck",
"args": [
{
"type": "Vector",
"name": "hullMins"
},
{
"type": "Vector",
"name": "hullMaxs"
}
]
},
{
"category": "shared",
"name": "Player:SetMaxSpeed",
"args": [
{
"type": "number",
"name": "walkSpeed"
}
]
},
{
"category": "shared",
"name": "Player:SetObserverMode",
"args": [
{
"type": "number",
"name": "mode"
}
]
},
{
"category": "shared",
"name": "Player:SetHull",
"args": [
{
"type": "Vector",
"name": "hullMins"
},
{
"type": "Vector",
"name": "hullMaxs"
}
]
},
{
"category": "server",
"name": "Player:SetLaggedMovementValue",
"args": [
{
"type": "number",
"name": "timescale"
}
]
},
{
"category": "server",
"name": "Player:SetNoTarget",
"args": [
{
"type": "boolean",
"name": "visibility"
}
]
},
{
"category": "shared",
"name": "Player:SetPData",
"args": [
{
"type": "string",
"name": "key"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "Player:SetRunSpeed",
"args": [
{
"type": "number",
"name": "runSpeed"
}
]
},
{
"category": "shared",
"name": "Player:SetRenderAngles",
"args": [
{
"type": "Angle",
"name": "ang"
}
]
},
{
"category": "server",
"name": "Player:SetNoCollideWithTeammates",
"args": [
{
"type": "boolean",
"name": "shouldNotCollide"
}
]
},
{
"category": "shared",
"name": "Player:SetPlayerColor",
"args": [
{
"type": "Vector",
"name": "Color"
}
]
},
{
"category": "server",
"name": "Player:SetTeam",
"args": [
{
"type": "number",
"name": "Team"
}
]
},
{
"category": "shared",
"name": "Player:SetPressedWidget",
"args": [
{
"type": "Entity",
"name": "pressedWidget"
}
]
},
{
"category": "shared",
"name": "Player:SetSuppressPickupNotices",
"args": [
{
"type": "boolean",
"name": "doSuppress"
}
]
},
{
"category": "shared",
"name": "Player:SetStepSize",
"args": [
{
"type": "number",
"name": "stepHeight"
}
]
},
{
"category": "shared",
"name": "Player:SetUnDuckSpeed",
"args": [
{
"type": "number",
"name": "UnDuckSpeed"
}
]
},
{
"category": "server",
"name": "Player:SetupHands",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "Player:SetViewEntity",
"args": [
{
"type": "Entity",
"name": "viewEntity"
}
]
},
{
"category": "shared",
"name": "Player:SetViewOffset",
"args": [
{
"type": "Vector",
"name": "viewOffset"
}
]
},
{
"category": "server",
"name": "Player:SetUserGroup",
"args": [
{
"type": "string",
"name": "groupName"
}
]
},
{
"category": "server",
"name": "Player:ShouldDropWeapon",
"args": [
{
"type": "boolean",
"name": "drop"
}
]
},
{
"category": "shared",
"name": "Player:SetWeaponColor",
"args": [
{
"type": "Vector",
"name": "Color"
}
]
},
{
"category": "shared",
"name": "Player:SetWalkSpeed",
"args": [
{
"type": "number",
"name": "walkSpeed"
}
]
},
{
"category": "shared",
"name": "Player:SetViewPunchAngles",
"args": [
{
"type": "Angle",
"name": "punchAngle"
}
]
},
{
"category": "shared",
"name": "Player:SetViewOffsetDucked",
"args": [
{
"type": "Vector",
"name": "viewOffset"
}
]
},
{
"category": "client",
"name": "Player:ShowProfile",
"args": []
},
{
"category": "server",
"name": "Player:Spectate",
"args": [
{
"type": "number",
"name": "mode"
}
]
},
{
"category": "client",
"name": "Player:ShouldDrawLocalPlayer",
"args": []
},
{
"category": "server",
"name": "Player:SprintEnable",
"args": []
},
{
"category": "server",
"name": "Player:SpectateEntity",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "server",
"name": "Player:SprayDecal",
"args": [
{
"type": "Vector",
"name": "sprayOrigin"
},
{
"type": "Vector",
"name": "sprayEndPos"
}
]
},
{
"category": "shared",
"name": "Player:StartWalking",
"args": []
},
{
"category": "server",
"name": "Player:SimulateGravGunPickup",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "server",
"name": "Player:SimulateGravGunDrop",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Player:StartSprinting",
"args": []
},
{
"category": "shared",
"name": "Player:SteamID",
"args": []
},
{
"category": "shared",
"name": "Player:SteamID",
"args": []
},
{
"category": "shared",
"name": "Player:StopSprinting",
"args": []
},
{
"category": "server",
"name": "Player:SprintDisable",
"args": []
},
{
"category": "server",
"name": "Player:StopZooming",
"args": []
},
{
"category": "server",
"name": "Player:StripWeapons",
"args": []
},
{
"category": "server",
"name": "Player:StripAmmo",
"args": []
},
{
"category": "server",
"name": "Player:SwitchToDefaultWeapon",
"args": []
},
{
"category": "shared",
"name": "Player:Team",
"args": []
},
{
"category": "server",
"name": "Player:TimeConnected",
"args": []
},
{
"category": "server",
"name": "Player:StripWeapon",
"args": [
{
"type": "string",
"name": "weapon"
}
]
},
{
"category": "shared",
"name": "Player:StopWalking",
"args": []
},
{
"category": "server",
"name": "Player:UnLock",
"args": []
},
{
"category": "shared",
"name": "Player:ViewPunch",
"args": [
{
"type": "Angle",
"name": "PunchAngle"
}
]
},
{
"category": "shared",
"name": "Player:ViewPunchReset",
"args": [
{
"type": "number",
"name": "tolerance"
}
]
},
{
"category": "shared",
"name": "Player:UniqueID",
"args": []
},
{
"category": "server",
"name": "Player:SuppressHint",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "Player:UnSpectate",
"args": []
},
{
"category": "shared",
"name": "Player:TranslateWeaponActivity",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "Player:UserID",
"args": []
},
{
"category": "shared",
"name": "Player:UnfreezePhysicsObjects",
"args": []
},
{
"category": "shared",
"name": "Player:UniqueIDTable",
"args": [
{
"type": "any",
"name": "key"
}
]
},
{
"category": "client",
"name": "presets.Add",
"args": [
{
"type": "string",
"name": "groupname"
},
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "values"
}
]
},
{
"category": "server",
"name": "Player:TraceHullAttack",
"args": [
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "number",
"name": "damage"
},
{
"type": "Vector",
"name": "damageFlags"
},
{
"type": "number",
"name": "damageForce"
},
{
"type": "boolean",
"name": "damageAllNPCs"
}
]
},
{
"category": "client",
"name": "presets.GetTable",
"args": [
{
"type": "string",
"name": "groupname"
}
]
},
{
"category": "client",
"name": "presets.Exists",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "presets.Rename",
"args": [
{
"type": "string",
"name": "groupname"
},
{
"type": "string",
"name": "oldname"
},
{
"type": "string",
"name": "newname"
}
]
},
{
"category": "client",
"name": "presets.BadNameAlert",
"args": []
},
{
"category": "client",
"name": "Player:VoiceVolume",
"args": []
},
{
"category": "client",
"name": "presets.OverwritePresetPrompt",
"args": [
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:GetBrightness",
"args": []
},
{
"category": "client",
"name": "presets.Remove",
"args": [
{
"type": "string",
"name": "groupname"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:GetAngles",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetFarZ",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetConstantAttenuation",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetLinearAttenuation",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetColor",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetEnableShadows",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetHorizontalFOV",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetQuadraticAttenuation",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetTextureFrame",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetPos",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetNearZ",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:SetBrightness",
"args": [
{
"type": "number",
"name": "brightness"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:GetOrthographic",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:SetConstantAttenuation",
"args": [
{
"type": "number",
"name": "constAtten"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetEnableShadows",
"args": [
{
"type": "boolean",
"name": "newState"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetAngles",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:IsValid",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:GetTexture",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:SetFarZ",
"args": [
{
"type": "number",
"name": "farZ"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:GetVerticalFOV",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:SetColor",
"args": [
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:Remove",
"args": []
},
{
"category": "client",
"name": "ProjectedTexture:SetHorizontalFOV",
"args": [
{
"type": "number",
"name": "hFOV"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetFOV",
"args": [
{
"type": "number",
"name": "fov"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetTexture",
"args": [
{
"type": "string",
"name": "texture"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetNearZ",
"args": [
{
"type": "number",
"name": "nearZ"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetTextureFrame",
"args": [
{
"type": "number",
"name": "frame"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetPos",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetVerticalFOV",
"args": [
{
"type": "number",
"name": "vFOV"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetOrthographic",
"args": [
{
"type": "boolean",
"name": "orthographic"
},
{
"type": "number",
"name": "left"
},
{
"type": "number",
"name": "top"
},
{
"type": "number",
"name": "right"
},
{
"type": "number",
"name": "bottom"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetLinearAttenuation",
"args": [
{
"type": "number",
"name": "linearAtten"
}
]
},
{
"category": "shared",
"name": "properties.Add",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "propertyData"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:Update",
"args": []
},
{
"category": "client",
"name": "properties.GetHovered",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "Vector",
"name": "aimVec"
}
]
},
{
"category": "client",
"name": "ProjectedTexture:SetQuadraticAttenuation",
"args": [
{
"type": "number",
"name": "quadAtten"
}
]
},
{
"category": "shared",
"name": "properties.OnScreenClick",
"args": [
{
"type": "Vector",
"name": "eyepos"
},
{
"type": "Vector",
"name": "eyevec"
}
]
},
{
"category": "shared",
"name": "properties.OpenEntityMenu",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "table",
"name": "tr"
}
]
},
{
"category": "shared",
"name": "properties.CanBeTargeted",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "client",
"name": "render.AddBeam",
"args": [
{
"type": "Vector",
"name": "startPos"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "textureEnd"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.BlurRenderTarget",
"args": [
{
"type": "ITexture",
"name": "rendertarget"
},
{
"type": "number",
"name": "blurx"
},
{
"type": "number",
"name": "blury"
},
{
"type": "number",
"name": "passes"
}
]
},
{
"category": "client",
"name": "render.BrushMaterialOverride",
"args": [
{
"type": "IMaterial",
"name": "mat"
}
]
},
{
"category": "client",
"name": "render.Capture",
"args": [
{
"type": "table",
"name": "captureData"
}
]
},
{
"category": "client",
"name": "render.Clear",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
},
{
"type": "boolean",
"name": "clearDepth"
},
{
"type": "boolean",
"name": "clearStencil"
}
]
},
{
"category": "client",
"name": "render.ClearDepth",
"args": []
},
{
"category": "client",
"name": "render.ClearStencil",
"args": []
},
{
"category": "client",
"name": "render.CapturePixels",
"args": []
},
{
"category": "client",
"name": "render.ClearRenderTarget",
"args": [
{
"type": "ITexture",
"name": "texture"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.ComputeDynamicLighting",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "client",
"name": "render.CullMode",
"args": [
{
"type": "number",
"name": "cullMode"
}
]
},
{
"category": "client",
"name": "render.DrawBeam",
"args": [
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "textureStart"
},
{
"type": "number",
"name": "textureEnd"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.DepthRange",
"args": [
{
"type": "number",
"name": "depthmin"
},
{
"type": "number",
"name": "depthmax"
}
]
},
{
"category": "client",
"name": "render.ComputeLighting",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "client",
"name": "render.CopyTexture",
"args": [
{
"type": "ITexture",
"name": "texture"
},
{
"type": "ITexture",
"name": "texture"
}
]
},
{
"category": "client",
"name": "render.ClearStencilBufferRectangle",
"args": [
{
"type": "number",
"name": "originX"
},
{
"type": "number",
"name": "originY"
},
{
"type": "number",
"name": "endX"
},
{
"type": "number",
"name": "endY"
},
{
"type": "number",
"name": "stencilValue"
}
]
},
{
"category": "client",
"name": "render.CopyRenderTargetToTexture",
"args": [
{
"type": "ITexture",
"name": "Target"
}
]
},
{
"category": "client",
"name": "render.DrawBox",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Angle",
"name": "angles"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.ClearBuffersObeyStencil",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
},
{
"type": "boolean",
"name": "depth"
}
]
},
{
"category": "client",
"name": "render.DrawLine",
"args": [
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "writeZ"
}
]
},
{
"category": "client",
"name": "render.DrawTextureToScreen",
"args": [
{
"type": "ITexture",
"name": "tex"
}
]
},
{
"category": "client",
"name": "render.DrawSphere",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "radius"
},
{
"type": "number",
"name": "longitudeSteps"
},
{
"type": "number",
"name": "latitudeSteps"
},
{
"type": "table",
"name": "color"
},
{
"type": "Color",
"name": ""
}
]
},
{
"category": "client",
"name": "render.DrawScreenQuad",
"args": []
},
{
"category": "client",
"name": "render.DrawSprite",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.DrawQuadEasy",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Vector",
"name": "normal"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "rotation"
}
]
},
{
"category": "client",
"name": "render.DrawWireframeSphere",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "radius"
},
{
"type": "number",
"name": "longitudeSteps"
},
{
"type": "number",
"name": "latitudeSteps"
},
{
"type": "table",
"name": "color"
},
{
"type": "Color",
"name": ""
},
{
"type": "boolean",
"name": "writeZ"
}
]
},
{
"category": "client",
"name": "render.DrawWireframeBox",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "Angle",
"name": "angle"
},
{
"type": "Vector",
"name": "mins"
},
{
"type": "Vector",
"name": "maxs"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "writeZ"
}
]
},
{
"category": "client",
"name": "render.DrawScreenQuadEx",
"args": [
{
"type": "number",
"name": "startX"
},
{
"type": "number",
"name": "startY"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "render.FogEnd",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "client",
"name": "render.FogColor",
"args": [
{
"type": "number",
"name": "red"
},
{
"type": "number",
"name": "green"
},
{
"type": "number",
"name": "blue"
}
]
},
{
"category": "client",
"name": "render.EnableClipping",
"args": [
{
"type": "boolean",
"name": "state"
}
]
},
{
"category": "client",
"name": "render.DrawQuad",
"args": [
{
"type": "Vector",
"name": "vert"
},
{
"type": "Vector",
"name": "vert"
},
{
"type": "Vector",
"name": "vert"
},
{
"type": "Vector",
"name": "vert"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "client",
"name": "render.EndBeam",
"args": []
},
{
"category": "client",
"name": "render.DrawTextureToScreenRect",
"args": [
{
"type": "ITexture",
"name": "tex"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "render.FogStart",
"args": [
{
"type": "number",
"name": "fogStart"
}
]
},
{
"category": "client",
"name": "render.FogMode",
"args": [
{
"type": "number",
"name": "fogMode"
}
]
},
{
"category": "client",
"name": "render.GetAmbientLightColor",
"args": []
},
{
"category": "client",
"name": "render.FogMaxDensity",
"args": [
{
"type": "number",
"name": "maxDensity"
}
]
},
{
"category": "client",
"name": "render.GetBlend",
"args": []
},
{
"category": "client",
"name": "render.GetBloomTex",
"args": []
},
{
"category": "client",
"name": "render.GetFogColor",
"args": []
},
{
"category": "client",
"name": "render.GetDXLevel",
"args": []
},
{
"category": "client",
"name": "render.GetFogDistances",
"args": []
},
{
"category": "client",
"name": "render.GetColorModulation",
"args": []
},
{
"category": "client",
"name": "render.GetBloomTex",
"args": []
},
{
"category": "client",
"name": "render.GetFogMode",
"args": []
},
{
"category": "client",
"name": "render.GetLightColor",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "client",
"name": "render.GetMoBlurTex",
"args": []
},
{
"category": "client",
"name": "render.GetMorphTex",
"args": []
},
{
"category": "client",
"name": "render.GetMoBlurTex",
"args": []
},
{
"category": "client",
"name": "render.GetScreenEffectTexture",
"args": [
{
"type": "number",
"name": "textureIndex"
}
]
},
{
"category": "client",
"name": "render.GetMorphTex",
"args": []
},
{
"category": "client",
"name": "render.GetSmallTex",
"args": []
},
{
"category": "client",
"name": "render.GetSuperFPTex",
"args": []
},
{
"category": "client",
"name": "render.GetPowerOfTwoTexture",
"args": []
},
{
"category": "client",
"name": "render.GetRenderTarget",
"args": []
},
{
"category": "client",
"name": "render.GetFullScreenDepthTexture",
"args": []
},
{
"category": "client",
"name": "render.GetRefractTexture",
"args": []
},
{
"category": "client",
"name": "render.GetResolvedFullFrameDepth",
"args": []
},
{
"category": "client",
"name": "render.MaterialOverrideByIndex",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "IMaterial",
"name": "material"
}
]
},
{
"category": "client",
"name": "render.GetToneMappingScaleLinear",
"args": []
},
{
"category": "client",
"name": "render.MaterialOverride",
"args": [
{
"type": "IMaterial",
"name": "material"
}
]
},
{
"category": "client",
"name": "render.GetSmallTex",
"args": []
},
{
"category": "client",
"name": "render.GetSuperFPTex",
"args": []
},
{
"category": "client",
"name": "render.MaxTextureWidth",
"args": []
},
{
"category": "client",
"name": "render.GetSurfaceColor",
"args": [
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
}
]
},
{
"category": "client",
"name": "render.MaxTextureHeight",
"args": []
},
{
"category": "client",
"name": "render.OverrideAlphaWriteEnable",
"args": [
{
"type": "boolean",
"name": "enable"
},
{
"type": "boolean",
"name": "shouldWrite"
}
]
},
{
"category": "client",
"name": "render.ModelMaterialOverride",
"args": [
{
"type": "IMaterial",
"name": "material"
}
]
},
{
"category": "client",
"name": "render.OverrideBlend",
"args": [
{
"type": "boolean",
"name": "enabled"
},
{
"type": "number",
"name": "srcBlend"
},
{
"type": "number",
"name": "destBlend"
},
{
"type": "number",
"name": "blendFunc"
},
{
"type": "number",
"name": "srcBlendAlpha"
},
{
"type": "number",
"name": "destBlendAlpha"
},
{
"type": "number",
"name": "blendFuncAlpha"
}
]
},
{
"category": "client",
"name": "render.OverrideDepthEnable",
"args": [
{
"type": "boolean",
"name": "enable"
},
{
"type": "boolean",
"name": "shouldWrite"
}
]
},
{
"category": "client",
"name": "render.Model",
"args": [
{
"type": "table",
"name": "settings"
},
{
"type": "CSEnt",
"name": "ent"
}
]
},
{
"category": "client",
"name": "render.OverrideColorWriteEnable",
"args": [
{
"type": "boolean",
"name": "enable"
},
{
"type": "boolean",
"name": "shouldWrite"
}
]
},
{
"category": "client",
"name": "render.PerformFullScreenStencilOperation",
"args": []
},
{
"category": "client",
"name": "render.PopRenderTarget",
"args": []
},
{
"category": "client",
"name": "render.PopCustomClipPlane",
"args": []
},
{
"category": "client",
"name": "render.PushFilterMin",
"args": [
{
"type": "number",
"name": "texFilterType"
}
]
},
{
"category": "client",
"name": "render.PopFilterMag",
"args": []
},
{
"category": "client",
"name": "render.PushCustomClipPlane",
"args": [
{
"type": "Vector",
"name": "normal"
},
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "client",
"name": "render.OverrideBlendFunc",
"args": [
{
"type": "boolean",
"name": "enabled"
},
{
"type": "number",
"name": "srcBlend"
},
{
"type": "number",
"name": "destBlend"
},
{
"type": "number",
"name": "srcBlendAlpha"
},
{
"type": "number",
"name": "destBlendAlpha"
}
]
},
{
"category": "client",
"name": "render.PopFilterMin",
"args": []
},
{
"category": "client",
"name": "render.PushRenderTarget",
"args": [
{
"type": "ITexture",
"name": "texture"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "client",
"name": "render.ReadPixel",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "render.PushFlashlightMode",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "render.RenderHUD",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "client",
"name": "render.PushFilterMag",
"args": [
{
"type": "number",
"name": "texFilterType"
}
]
},
{
"category": "client",
"name": "render.PopFlashlightMode",
"args": []
},
{
"category": "client",
"name": "render.RedownloadAllLightmaps",
"args": [
{
"type": "boolean",
"name": "DoStaticProps"
}
]
},
{
"category": "client",
"name": "render.RenderView",
"args": [
{
"type": "table",
"name": "view"
}
]
},
{
"category": "client",
"name": "render.SetBlend",
"args": [
{
"type": "number",
"name": "blending"
}
]
},
{
"category": "client",
"name": "render.SetColorMaterial",
"args": []
},
{
"category": "client",
"name": "render.SetColorMaterialIgnoreZ",
"args": []
},
{
"category": "client",
"name": "render.SetColorModulation",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
}
]
},
{
"category": "client",
"name": "render.ResetToneMappingScale",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "client",
"name": "render.SetLightingMode",
"args": [
{
"type": "number",
"name": "Mode"
}
]
},
{
"category": "client",
"name": "render.SetAmbientLight",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
}
]
},
{
"category": "client",
"name": "render.SetFogZ",
"args": [
{
"type": "number",
"name": "fogZ"
}
]
},
{
"category": "client",
"name": "render.ResetModelLighting",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
}
]
},
{
"category": "client",
"name": "render.SetGoalToneMappingScale",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "client",
"name": "render.SetMaterial",
"args": [
{
"type": "IMaterial",
"name": "mat"
}
]
},
{
"category": "client",
"name": "render.SetLightingOrigin",
"args": [
{
"type": "Vector",
"name": "lightingOrigin"
}
]
},
{
"category": "client",
"name": "render.SetModelLighting",
"args": [
{
"type": "number",
"name": "lightDirection"
},
{
"type": "number",
"name": "red"
},
{
"type": "number",
"name": "green"
},
{
"type": "number",
"name": "blue"
}
]
},
{
"category": "client",
"name": "render.SetLocalModelLights",
"args": [
{
"type": "table",
"name": "lights"
}
]
},
{
"category": "client",
"name": "render.SetLightmapTexture",
"args": [
{
"type": "ITexture",
"name": "tex"
}
]
},
{
"category": "client",
"name": "render.SetRenderTargetEx",
"args": [
{
"type": "number",
"name": "rtIndex"
},
{
"type": "ITexture",
"name": "texture"
}
]
},
{
"category": "client",
"name": "render.SetRenderTarget",
"args": [
{
"type": "ITexture",
"name": "texture"
}
]
},
{
"category": "client",
"name": "render.SetShadowsDisabled",
"args": [
{
"type": "boolean",
"name": "newState"
}
]
},
{
"category": "client",
"name": "render.SetScissorRect",
"args": [
{
"type": "number",
"name": "startX"
},
{
"type": "number",
"name": "startY"
},
{
"type": "number",
"name": "endX"
},
{
"type": "number",
"name": "endY"
},
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "render.SetShadowDirection",
"args": [
{
"type": "Vector",
"name": "shadowDirections"
}
]
},
{
"category": "client",
"name": "render.SetStencilEnable",
"args": [
{
"type": "boolean",
"name": "newState"
}
]
},
{
"category": "client",
"name": "render.SetStencilPassOperation",
"args": [
{
"type": "number",
"name": "passOperation"
}
]
},
{
"category": "client",
"name": "render.SetShadowDistance",
"args": [
{
"type": "number",
"name": "shadowDistance"
}
]
},
{
"category": "client",
"name": "render.SetShadowColor",
"args": [
{
"type": "number",
"name": "red"
},
{
"type": "number",
"name": "green"
},
{
"type": "number",
"name": "blue"
}
]
},
{
"category": "client",
"name": "render.SetStencilCompareFunction",
"args": [
{
"type": "number",
"name": "compareFunction"
}
]
},
{
"category": "client",
"name": "render.Spin",
"args": []
},
{
"category": "client",
"name": "render.SetStencilReferenceValue",
"args": [
{
"type": "number",
"name": "referenceValue"
}
]
},
{
"category": "client",
"name": "render.SetStencilFailOperation",
"args": [
{
"type": "number",
"name": "failOperation"
}
]
},
{
"category": "client",
"name": "render.SetStencilWriteMask",
"args": [
{
"type": "number",
"name": "mask"
}
]
},
{
"category": "client",
"name": "render.SetStencilTestMask",
"args": [
{
"type": "number",
"name": "mask"
}
]
},
{
"category": "client",
"name": "render.SupportsVertexShaders",
"args": []
},
{
"category": "client",
"name": "render.SupportsPixelShaders",
"args": []
},
{
"category": "client",
"name": "render.SuppressEngineLighting",
"args": [
{
"type": "boolean",
"name": "suppressLighting"
}
]
},
{
"category": "client",
"name": "render.StartBeam",
"args": [
{
"type": "number",
"name": "segmentCount"
}
]
},
{
"category": "client",
"name": "render.SetToneMappingScaleLinear",
"args": [
{
"type": "Vector",
"name": "vec"
}
]
},
{
"category": "client",
"name": "render.SupportsPixelShaders",
"args": []
},
{
"category": "client",
"name": "render.TurnOnToneMapping",
"args": []
},
{
"category": "client",
"name": "render.SupportsHDR",
"args": []
},
{
"category": "client",
"name": "render.UpdateFullScreenDepthTexture",
"args": []
},
{
"category": "client",
"name": "render.SetStencilZFailOperation",
"args": [
{
"type": "number",
"name": "zFailOperation"
}
]
},
{
"category": "client",
"name": "render.SetWriteDepthToDestAlpha",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "client",
"name": "render.SetViewPort",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "server",
"name": "resource.AddSingleFile",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "client",
"name": "render.UpdateScreenEffectTexture",
"args": []
},
{
"category": "server",
"name": "resource.AddFile",
"args": [
{
"type": "string",
"name": "path"
}
]
},
{
"category": "client",
"name": "render.UpdatePowerOfTwoTexture",
"args": []
},
{
"category": "client",
"name": "render.UpdateRefractTexture",
"args": []
},
{
"category": "server",
"name": "resource.AddWorkshop",
"args": [
{
"type": "string",
"name": "workshopid"
}
]
},
{
"category": "shared",
"name": "saverestore.AddRestoreHook",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "saverestore.LoadEntity",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "IRestore",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.ReadTable",
"args": [
{
"type": "IRestore",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.LoadGlobal",
"args": [
{
"type": "IRestore",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.PreRestore",
"args": []
},
{
"category": "shared",
"name": "saverestore.PreSave",
"args": []
},
{
"category": "shared",
"name": "saverestore.AddSaveHook",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "saverestore.ReadVar",
"args": [
{
"type": "IRestore",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.SaveGlobal",
"args": [
{
"type": "ISave",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.SaveEntity",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "ISave",
"name": "save"
}
]
},
{
"category": "server",
"name": "Schedule:AddTask",
"args": [
{
"type": "string",
"name": "taskname"
},
{
"type": "any",
"name": "taskdata"
}
]
},
{
"category": "server",
"name": "Schedule:Init",
"args": [
{
"type": "string",
"name": "debugName"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "saverestore.WritableKeysInTable",
"args": [
{
"type": "table",
"name": "table"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "saverestore.WriteVar",
"args": [
{
"type": "any",
"name": "value"
},
{
"type": "ISave",
"name": "save"
}
]
},
{
"category": "shared",
"name": "saverestore.WriteTable",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "ISave",
"name": "save"
}
]
},
{
"category": "server",
"name": "Schedule:NumTasks",
"args": []
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "alias"
},
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": []
},
{
"category": "server",
"name": "Schedule:EngTask",
"args": [
{
"type": "string",
"name": "taskname"
},
{
"type": "number",
"name": "taskdata"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "server",
"name": "Schedule:AddTaskEx",
"args": [
{
"type": "string",
"name": "start"
},
{
"type": "string",
"name": "run"
},
{
"type": "number",
"name": "data"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "server",
"name": "Schedule:GetTask",
"args": [
{
"type": "number",
"name": "num"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": []
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": [
{
"type": "table",
"name": "ENT"
},
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "scripted",
"args": []
},
{
"category": "client",
"name": "search.AddProvider",
"args": [
{
"type": "function",
"name": "provider"
},
{
"type": "string",
"name": "id"
}
]
},
{
"category": "shared",
"name": "sound.AddSoundOverrides",
"args": [
{
"type": "string",
"name": "filepath"
}
]
},
{
"category": "server",
"name": "serverlist.AddCurrentServerToFavorites",
"args": []
},
{
"category": "server",
"name": "serverlist.Query",
"args": [
{
"type": "table",
"name": "data"
}
]
},
{
"category": "shared",
"name": "sound.GetProperties",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "sound.Play",
"args": [
{
"type": "string",
"name": "Name"
},
{
"type": "Vector",
"name": "Pos"
},
{
"type": "number",
"name": "Level"
},
{
"type": "number",
"name": "Pitch"
},
{
"type": "number",
"name": "Volume"
}
]
},
{
"category": "server",
"name": "serverlist.PlayerList",
"args": [
{
"type": "string",
"name": "ip"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "search.GetResults",
"args": [
{
"type": "string",
"name": "query"
}
]
},
{
"category": "shared",
"name": "sound.Add",
"args": [
{
"type": "table",
"name": "soundData"
}
]
},
{
"category": "shared",
"name": "sound.GetTable",
"args": []
},
{
"category": "client",
"name": "sound.Generate",
"args": [
{
"type": "string",
"name": "indentifier"
},
{
"type": "number",
"name": "samplerate"
},
{
"type": "number",
"name": "length"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "spawnmenu.ActivateTool",
"args": [
{
"type": "string",
"name": "tool"
}
]
},
{
"category": "client",
"name": "spawnmenu.ActiveControlPanel",
"args": []
},
{
"category": "client",
"name": "spawnmenu.ActivateToolPanel",
"args": [
{
"type": "number",
"name": "tab"
},
{
"type": "Panel",
"name": "cp"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddContentType",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "constructor"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddCreationTab",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "function"
},
{
"type": "string",
"name": "material"
},
{
"type": "number",
"name": "order"
},
{
"type": "string",
"name": "tooltip"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddPropCategory",
"args": [
{
"type": "string",
"name": "classname"
},
{
"type": "string",
"name": "name"
},
{
"type": "table",
"name": "contents"
},
{
"type": "string",
"name": "icon"
},
{
"type": "number",
"name": "id"
},
{
"type": "number",
"name": "parentID"
},
{
"type": "string",
"name": "needsApp"
}
]
},
{
"category": "client",
"name": "sound.PlayURL",
"args": [
{
"type": "string",
"name": "url"
},
{
"type": "string",
"name": "flags"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddToolMenuOption",
"args": [
{
"type": "string",
"name": "tab"
},
{
"type": "string",
"name": "category"
},
{
"type": "string",
"name": "class"
},
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "cmd"
},
{
"type": "string",
"name": "config"
},
{
"type": "function",
"name": "cpanel"
},
{
"type": "table",
"name": "table"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddToolTab",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "label"
},
{
"type": "string",
"name": "icon"
}
]
},
{
"category": "client",
"name": "spawnmenu.CreateContentIcon",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "Panel",
"name": "parent"
},
{
"type": "table",
"name": "data"
}
]
},
{
"category": "client",
"name": "spawnmenu.AddToolCategory",
"args": [
{
"type": "string",
"name": "tab"
},
{
"type": "string",
"name": "RealName"
},
{
"type": "string",
"name": "PrintName"
}
]
},
{
"category": "client",
"name": "sound.PlayFile",
"args": [
{
"type": "string",
"name": "path"
},
{
"type": "string",
"name": "flags"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "spawnmenu.GetTools",
"args": []
},
{
"category": "client",
"name": "spawnmenu.GetPropTable",
"args": []
},
{
"category": "client",
"name": "spawnmenu.GetToolMenu",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "label"
},
{
"type": "string",
"name": "icon"
}
]
},
{
"category": "client",
"name": "spawnmenu.ClearToolMenus",
"args": []
},
{
"category": "client",
"name": "spawnmenu.GetContentType",
"args": [
{
"type": "string",
"name": "contentType"
}
]
},
{
"category": "client",
"name": "spawnmenu.GetCreationTabs",
"args": []
},
{
"category": "client",
"name": "spawnmenu.DoSaveToTextFiles",
"args": [
{
"type": "table",
"name": "spawnlists"
}
]
},
{
"category": "client",
"name": "spawnmenu.SetActiveControlPanel",
"args": [
{
"type": "Panel",
"name": "pnl"
}
]
},
{
"category": "client",
"name": "spawnmenu.GetCustomPropTable",
"args": []
},
{
"category": "shared",
"name": "sql.Begin",
"args": []
},
{
"category": "client",
"name": "spawnmenu.PopulateFromTextFiles",
"args": [
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "sql.Commit",
"args": []
},
{
"category": "client",
"name": "spawnmenu.PopulateFromEngineTextFiles",
"args": []
},
{
"category": "shared",
"name": "sql.Query",
"args": [
{
"type": "string",
"name": "query"
}
]
},
{
"category": "client",
"name": "spawnmenu.SaveToTextFiles",
"args": [
{
"type": "table",
"name": "spawnlists"
}
]
},
{
"category": "shared",
"name": "sql.LastError",
"args": []
},
{
"category": "client",
"name": "spawnmenu.SwitchToolTab",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "sql.QueryValue",
"args": [
{
"type": "string",
"name": "query"
}
]
},
{
"category": "shared",
"name": "sql.SQLStr",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "boolean",
"name": "bNoQuotes"
}
]
},
{
"category": "shared",
"name": "sql.TableExists",
"args": [
{
"type": "string",
"name": "tableName"
}
]
},
{
"category": "shared",
"name": "Stack:Top",
"args": []
},
{
"category": "shared",
"name": "Stack:Pop",
"args": [
{
"type": "number",
"name": "amount"
}
]
},
{
"category": "shared",
"name": "sql.QueryRow",
"args": [
{
"type": "string",
"name": "query"
},
{
"type": "number",
"name": "row"
}
]
},
{
"category": "menu",
"name": "steamworks.ApplyAddons",
"args": []
},
{
"category": "client",
"name": "steamworks.Download",
"args": [
{
"type": "string",
"name": "workshopPreviewID"
},
{
"type": "boolean",
"name": "uncompress"
},
{
"type": "function",
"name": "resultCallback"
}
]
},
{
"category": "shared",
"name": "Stack:Size",
"args": []
},
{
"category": "client",
"name": "steamworks.GetPlayerName",
"args": [
{
"type": "string",
"name": "steamID"
}
]
},
{
"category": "client",
"name": "steamworks.FileInfo",
"args": [
{
"type": "string",
"name": "workshopItemID"
},
{
"type": "function",
"name": "resultCallback"
}
]
},
{
"category": "shared",
"name": "Stack:Push",
"args": [
{
"type": "any",
"name": "object"
}
]
},
{
"category": "client",
"name": "steamworks.IsSubscribed",
"args": [
{
"type": "string",
"name": "workshopItemID"
}
]
},
{
"category": "client",
"name": "steamworks.RequestPlayerInfo",
"args": [
{
"type": "string",
"name": "steamID"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "client",
"name": "steamworks.OpenWorkshop",
"args": []
},
{
"category": "client",
"name": "steamworks.GetList",
"args": [
{
"type": "string",
"name": "type"
},
{
"type": "table",
"name": "tags"
},
{
"type": "number",
"name": "offset"
},
{
"type": "number",
"name": "numRetrieve"
},
{
"type": "number",
"name": "days"
},
{
"type": "string",
"name": "userID"
},
{
"type": "function",
"name": "resultCallback"
}
]
},
{
"category": "menu",
"name": "steamworks.Subscribe",
"args": [
{
"type": "string",
"name": "workshopItemID"
}
]
},
{
"category": "menu",
"name": "steamworks.SetFilePlayed",
"args": [
{
"type": "string",
"name": "workshopid"
}
]
},
{
"category": "menu",
"name": "steamworks.Publish",
"args": [
{
"type": "table",
"name": "tags"
},
{
"type": "string",
"name": "filename"
},
{
"type": "string",
"name": "image"
},
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "desc"
}
]
},
{
"category": "menu",
"name": "steamworks.SetFileCompleted",
"args": [
{
"type": "string",
"name": "workshopid"
}
]
},
{
"category": "menu",
"name": "steamworks.Unsubscribe",
"args": [
{
"type": "string",
"name": "workshopItemID"
}
]
},
{
"category": "menu",
"name": "steamworks.SetShouldMountAddon",
"args": [
{
"type": "string",
"name": "workshopItemID"
},
{
"type": "boolean",
"name": "shouldMount"
}
]
},
{
"category": "client",
"name": "steamworks.VoteInfo",
"args": [
{
"type": "string",
"name": "workshopItemID"
},
{
"type": "function",
"name": "resultCallback"
}
]
},
{
"category": "client",
"name": "steamworks.ShouldMountAddon",
"args": [
{
"type": "string",
"name": "workshopItemID"
}
]
},
{
"category": "shared",
"name": "string.char",
"args": [
{
"type": "vararg",
"name": "bytes"
}
]
},
{
"category": "shared",
"name": "string.byte",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "number",
"name": "startPos"
},
{
"type": "number",
"name": "endPos"
}
]
},
{
"category": "shared",
"name": "string.Comma",
"args": [
{
"type": "number",
"name": "InputNumber"
}
]
},
{
"category": "client",
"name": "steamworks.ViewFile",
"args": [
{
"type": "string",
"name": "workshopItemID"
}
]
},
{
"category": "shared",
"name": "string.dump",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "boolean",
"name": "stripDebugInfo"
}
]
},
{
"category": "menu",
"name": "steamworks.Vote",
"args": [
{
"type": "string",
"name": "workshopItemID"
},
{
"type": "boolean",
"name": "upOrDown"
}
]
},
{
"category": "shared",
"name": "string.Explode",
"args": [
{
"type": "string",
"name": "separator"
},
{
"type": "string",
"name": "str"
},
{
"type": "boolean",
"name": "use"
}
]
},
{
"category": "shared",
"name": "string.find",
"args": [
{
"type": "string",
"name": "haystack"
},
{
"type": "string",
"name": "needle"
},
{
"type": "number",
"name": "startPos"
},
{
"type": "boolean",
"name": "noPatterns"
}
]
},
{
"category": "shared",
"name": "string.format",
"args": [
{
"type": "string",
"name": "format"
},
{
"type": "vararg",
"name": "formatParameters"
}
]
},
{
"category": "shared",
"name": "string.FormattedTime",
"args": [
{
"type": "number",
"name": "float"
},
{
"type": "string",
"name": "format"
}
]
},
{
"category": "shared",
"name": "string.EndsWith",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "string",
"name": "end"
}
]
},
{
"category": "shared",
"name": "string.FromColor",
"args": [
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "string.GetExtensionFromFilename",
"args": [
{
"type": "string",
"name": "file"
}
]
},
{
"category": "shared",
"name": "string.GetChar",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "string.gmatch",
"args": [
{
"type": "string",
"name": "data"
},
{
"type": "string",
"name": "pattern"
}
]
},
{
"category": "shared",
"name": "string.gfind",
"args": [
{
"type": "string",
"name": "data"
},
{
"type": "string",
"name": "pattern"
}
]
},
{
"category": "shared",
"name": "string.GetFileFromFilename",
"args": [
{
"type": "string",
"name": "pathString"
}
]
},
{
"category": "shared",
"name": "string.gsub",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "string",
"name": "pattern"
},
{
"type": "string",
"name": "replacement"
},
{
"type": "number",
"name": "maxReplaces"
}
]
},
{
"category": "shared",
"name": "string.JavascriptSafe",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.Implode",
"args": [
{
"type": "string",
"name": "separator"
},
{
"type": "table",
"name": "pieces"
}
]
},
{
"category": "shared",
"name": "string.lower",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.len",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.GetPathFromFilename",
"args": [
{
"type": "string",
"name": "Inputstring"
}
]
},
{
"category": "shared",
"name": "string.NiceSize",
"args": [
{
"type": "number",
"name": "bytes"
}
]
},
{
"category": "shared",
"name": "string.match",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "string",
"name": "pattern"
},
{
"type": "number",
"name": "startPosition"
}
]
},
{
"category": "shared",
"name": "string.Left",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "number",
"name": "num"
}
]
},
{
"category": "shared",
"name": "string.Replace",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "string",
"name": "find"
},
{
"type": "string",
"name": "replace"
}
]
},
{
"category": "shared",
"name": "string.SetChar",
"args": [
{
"type": "string",
"name": "InputString"
},
{
"type": "number",
"name": "Index"
},
{
"type": "string",
"name": "ReplacementChar"
}
]
},
{
"category": "shared",
"name": "string.Right",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "number",
"name": "num"
}
]
},
{
"category": "shared",
"name": "string.Split",
"args": [
{
"type": "string",
"name": "Inputstring"
},
{
"type": "string",
"name": "Separator"
}
]
},
{
"category": "shared",
"name": "string.StripExtension",
"args": [
{
"type": "string",
"name": "Inputstring"
}
]
},
{
"category": "shared",
"name": "string.sub",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "number",
"name": "StartPos"
},
{
"type": "number",
"name": "EndPos"
}
]
},
{
"category": "shared",
"name": "string.reverse",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.ToMinutesSeconds",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "string.PatternSafe",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.NiceTime",
"args": [
{
"type": "number",
"name": "num"
}
]
},
{
"category": "shared",
"name": "string.rep",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "number",
"name": "repetitions"
},
{
"type": "string",
"name": "separator"
}
]
},
{
"category": "shared",
"name": "string.ToColor",
"args": [
{
"type": "string",
"name": "Inputstring"
}
]
},
{
"category": "shared",
"name": "string.Trim",
"args": [
{
"type": "string",
"name": "Inputstring"
},
{
"type": "string",
"name": "Char"
}
]
},
{
"category": "client",
"name": "surface.CreateFont",
"args": [
{
"type": "string",
"name": "fontName"
},
{
"type": "table",
"name": "fontData"
}
]
},
{
"category": "shared",
"name": "string.TrimRight",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "string",
"name": "char"
}
]
},
{
"category": "client",
"name": "surface.DisableClipping",
"args": [
{
"type": "boolean",
"name": "disable"
}
]
},
{
"category": "shared",
"name": "string.StartWith",
"args": [
{
"type": "string",
"name": "inputStr"
},
{
"type": "string",
"name": "start"
}
]
},
{
"category": "shared",
"name": "string.ToTable",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "client",
"name": "surface.DrawCircle",
"args": [
{
"type": "number",
"name": "originX"
},
{
"type": "number",
"name": "originY"
},
{
"type": "number",
"name": "radius"
},
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "surface.DrawLine",
"args": [
{
"type": "number",
"name": "startX"
},
{
"type": "number",
"name": "startY"
},
{
"type": "number",
"name": "endX"
},
{
"type": "number",
"name": "endY"
}
]
},
{
"category": "client",
"name": "surface.DrawOutlinedRect",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "shared",
"name": "string.upper",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "string.ToMinutesSecondsMilliseconds",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "string.TrimLeft",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "string",
"name": "char"
}
]
},
{
"category": "client",
"name": "surface.DrawRect",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "surface.DrawTexturedRect",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
}
]
},
{
"category": "client",
"name": "surface.DrawPoly",
"args": [
{
"type": "table",
"name": "vertices"
}
]
},
{
"category": "client",
"name": "surface.DrawTexturedRectRotated",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "number",
"name": "rotation"
}
]
},
{
"category": "client",
"name": "surface.GetDrawColor",
"args": []
},
{
"category": "client",
"name": "surface.DrawText",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "client",
"name": "surface.GetAlphaMultiplier",
"args": []
},
{
"category": "client",
"name": "surface.DrawTexturedRectUV",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "width"
},
{
"type": "number",
"name": "height"
},
{
"type": "number",
"name": "startU"
},
{
"type": "number",
"name": "startV"
},
{
"type": "number",
"name": "endU"
},
{
"type": "number",
"name": "endV"
}
]
},
{
"category": "client",
"name": "surface.GetTextSize",
"args": [
{
"type": "string",
"name": "text"
}
]
},
{
"category": "client",
"name": "surface.GetHUDTexture",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "surface.SetAlphaMultiplier",
"args": [
{
"type": "number",
"name": "multiplier"
}
]
},
{
"category": "client",
"name": "surface.ScreenWidth",
"args": []
},
{
"category": "client",
"name": "surface.GetTextureSize",
"args": [
{
"type": "number",
"name": "textureID"
}
]
},
{
"category": "client",
"name": "surface.PlaySound",
"args": [
{
"type": "string",
"name": "soundfile"
}
]
},
{
"category": "client",
"name": "surface.ScreenHeight",
"args": []
},
{
"category": "client",
"name": "surface.GetTextureID",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "surface.SetTextColor",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "client",
"name": "surface.SetFont",
"args": [
{
"type": "string",
"name": "fontName"
}
]
},
{
"category": "client",
"name": "surface.SetTextPos",
"args": [
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
}
]
},
{
"category": "client",
"name": "surface.GetTextColor",
"args": []
},
{
"category": "client",
"name": "surface.SetMaterial",
"args": [
{
"type": "IMaterial",
"name": "material"
}
]
},
{
"category": "client",
"name": "surface.SetTexture",
"args": [
{
"type": "number",
"name": "textureID"
}
]
},
{
"category": "shared",
"name": "system.BatteryPower",
"args": []
},
{
"category": "client",
"name": "surface.SetDrawColor",
"args": [
{
"type": "number",
"name": "r"
},
{
"type": "number",
"name": "g"
},
{
"type": "number",
"name": "b"
},
{
"type": "number",
"name": "a"
}
]
},
{
"category": "shared",
"name": "system.GetCountry",
"args": []
},
{
"category": "shared",
"name": "system.AppTime",
"args": []
},
{
"category": "shared",
"name": "system.HasFocus",
"args": []
},
{
"category": "shared",
"name": "system.IsWindows",
"args": []
},
{
"category": "client",
"name": "system.FlashWindow",
"args": []
},
{
"category": "shared",
"name": "system.UpTime",
"args": []
},
{
"category": "shared",
"name": "system.SteamTime",
"args": []
},
{
"category": "shared",
"name": "table.Add",
"args": [
{
"type": "table",
"name": "target"
},
{
"type": "table",
"name": "source"
}
]
},
{
"category": "shared",
"name": "system.IsLinux",
"args": []
},
{
"category": "shared",
"name": "table.CollapseKeyValue",
"args": [
{
"type": "table",
"name": "input"
}
]
},
{
"category": "shared",
"name": "system.IsOSX",
"args": []
},
{
"category": "client",
"name": "system.IsWindowed",
"args": []
},
{
"category": "shared",
"name": "table.ClearKeys",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "boolean",
"name": "saveKeys"
}
]
},
{
"category": "shared",
"name": "table.concat",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "string",
"name": "concatenator"
},
{
"type": "number",
"name": "startPos"
},
{
"type": "number",
"name": "endPos"
}
]
},
{
"category": "shared",
"name": "table.IsEmpty",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.LowerKeyNames",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.Empty",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.ForceInsert",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.DeSanitise",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.getn",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.FindPrev",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.Random",
"args": [
{
"type": "table",
"name": "haystack"
}
]
},
{
"category": "shared",
"name": "table.KeysFromValue",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.insert",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "number",
"name": "position"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.maxn",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.GetKeys",
"args": [
{
"type": "table",
"name": "tabl"
}
]
},
{
"category": "shared",
"name": "table.Merge",
"args": [
{
"type": "table",
"name": "destination"
},
{
"type": "table",
"name": "source"
}
]
},
{
"category": "shared",
"name": "table.HasValue",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.Count",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "shared",
"name": "table.GetWinningKey",
"args": [
{
"type": "table",
"name": "inputTable"
}
]
},
{
"category": "shared",
"name": "table.ForEach",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "table.KeyFromValue",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.Copy",
"args": [
{
"type": "table",
"name": "originalTable"
}
]
},
{
"category": "shared",
"name": "table.Inherit",
"args": [
{
"type": "table",
"name": "target"
},
{
"type": "table",
"name": "base"
}
]
},
{
"category": "shared",
"name": "table.GetLastKey",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.CopyFromTo",
"args": [
{
"type": "table",
"name": "source"
},
{
"type": "table",
"name": "target"
}
]
},
{
"category": "shared",
"name": "table.GetFirstValue",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.foreach",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "table.GetFirstKey",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.IsSequential",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.foreachi",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "table.GetLastValue",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "table.FindNext",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "table.ToString",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "string",
"name": "displayName"
},
{
"type": "boolean",
"name": "niceFormatting"
}
]
},
{
"category": "shared",
"name": "table.remove",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "table.SortByKey",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "boolean",
"name": "descending"
}
]
},
{
"category": "shared",
"name": "table.sort",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "function",
"name": "sorter"
}
]
},
{
"category": "shared",
"name": "table.RemoveByValue",
"args": [
{
"type": "table",
"name": "tbl"
},
{
"type": "any",
"name": "val"
}
]
},
{
"category": "shared",
"name": "team.GetColor",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "shared",
"name": "team.BestAutoJoinTeam",
"args": []
},
{
"category": "shared",
"name": "team.GetAllTeams",
"args": []
},
{
"category": "shared",
"name": "team.GetName",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "shared",
"name": "team.GetSpawnPoint",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "table.SortByMember",
"args": [
{
"type": "table",
"name": "tab"
},
{
"type": "any",
"name": "memberKey"
},
{
"type": "boolean",
"name": "ascending"
}
]
},
{
"category": "shared",
"name": "table.Sanitise",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "team.GetPlayers",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "server",
"name": "Task:InitEngine",
"args": [
{
"type": "string",
"name": "taskname"
},
{
"type": "number",
"name": "taskdata"
}
]
},
{
"category": "server",
"name": "Task:Start",
"args": [
{
"type": "NPC",
"name": "target"
}
]
},
{
"category": "server",
"name": "Task:Run",
"args": [
{
"type": "NPC",
"name": "target"
}
]
},
{
"category": "server",
"name": "Task:IsEngineType",
"args": []
},
{
"category": "shared",
"name": "table.Reverse",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "server",
"name": "Task:Start",
"args": [
{
"type": "NPC",
"name": "target"
}
]
},
{
"category": "shared",
"name": "team.NumPlayers",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "shared",
"name": "table.SortDesc",
"args": [
{
"type": "table",
"name": "tbl"
}
]
},
{
"category": "server",
"name": "Task:IsFNameType",
"args": []
},
{
"category": "shared",
"name": "team.AddScore",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "number",
"name": "increment"
}
]
},
{
"category": "server",
"name": "Task:Init",
"args": []
},
{
"category": "shared",
"name": "team.GetSpawnPoints",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "server",
"name": "Task:Run",
"args": [
{
"type": "NPC",
"name": "target"
}
]
},
{
"category": "shared",
"name": "team.Joinable",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "server",
"name": "Task:InitFunctionName",
"args": [
{
"type": "string",
"name": "startname"
},
{
"type": "string",
"name": "runname"
},
{
"type": "number",
"name": "taskdata"
}
]
},
{
"category": "shared",
"name": "team.GetClass",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "team.GetScore",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "shared",
"name": "team.SetColor",
"args": [
{
"type": "number",
"name": "teamIndex"
},
{
"type": "table",
"name": "color"
}
]
},
{
"category": "shared",
"name": "team.SetUp",
"args": [
{
"type": "number",
"name": "teamIndex"
},
{
"type": "string",
"name": "teamName"
},
{
"type": "table",
"name": "teamColor"
},
{
"type": "boolean",
"name": "isJoinable"
}
]
},
{
"category": "shared",
"name": "team.SetSpawnPoint",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "any",
"name": "classes"
}
]
},
{
"category": "shared",
"name": "team.SetScore",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "number",
"name": "score"
}
]
},
{
"category": "shared",
"name": "team.TotalDeaths",
"args": [
{
"type": "number",
"name": "teamIndex"
}
]
},
{
"category": "shared",
"name": "team.SetClass",
"args": [
{
"type": "number",
"name": "index"
},
{
"type": "any",
"name": "classes"
}
]
},
{
"category": "shared",
"name": "team.Valid",
"args": [
{
"type": "number",
"name": "index"
}
]
},
{
"category": "shared",
"name": "timer.Adjust",
"args": [
{
"type": "any",
"name": "identifier"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "repetitions"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "timer.Check",
"args": []
},
{
"category": "shared",
"name": "timer.Simple",
"args": [
{
"type": "number",
"name": "delay"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "timer.Start",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.Create",
"args": [
{
"type": "string",
"name": "identifier"
},
{
"type": "number",
"name": "delay"
},
{
"type": "number",
"name": "repetitions"
},
{
"type": "function",
"name": "func"
}
]
},
{
"category": "shared",
"name": "timer.Toggle",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.Destroy",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.Stop",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "team.TotalFrags",
"args": [
{
"type": "Entity",
"name": "Entityornumber"
}
]
},
{
"category": "shared",
"name": "timer.Remove",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.TimeLeft",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.RepsLeft",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.Pause",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "timer.Exists",
"args": [
{
"type": "string",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "Tool:GetBone",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Tool:CreateConVars",
"args": []
},
{
"category": "shared",
"name": "Tool:CheckObjects",
"args": []
},
{
"category": "shared",
"name": "Tool:Allowed",
"args": []
},
{
"category": "shared",
"name": "Tool:GetClientNumber",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "number",
"name": "default"
}
]
},
{
"category": "shared",
"name": "timer.UnPause",
"args": [
{
"type": "any",
"name": "identifier"
}
]
},
{
"category": "shared",
"name": "Tool:ClearObjects",
"args": []
},
{
"category": "shared",
"name": "Tool:GetEnt",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Tool:GetClientInfo",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Tool:BuildConVarList",
"args": []
},
{
"category": "shared",
"name": "Tool:Create",
"args": []
},
{
"category": "shared",
"name": "Tool:GetHelpText",
"args": []
},
{
"category": "shared",
"name": "Tool:GetOwner",
"args": []
},
{
"category": "shared",
"name": "Tool:GetMode",
"args": []
},
{
"category": "shared",
"name": "Tool:GetLocalPos",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Tool:GetNormal",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "Tool:GetOperation",
"args": []
},
{
"category": "shared",
"name": "Tool:GetServerInfo",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Tool:SetStage",
"args": [
{
"type": "number",
"name": "stage"
}
]
},
{
"category": "shared",
"name": "Tool:ReleaseGhostEntity",
"args": []
},
{
"category": "shared",
"name": "Tool:SetOperation",
"args": [
{
"type": "number",
"name": "operation"
}
]
},
{
"category": "server",
"name": "umsg.Char",
"args": [
{
"type": "number",
"name": "char"
}
]
},
{
"category": "shared",
"name": "Tool:StartGhostEntity",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Tool:GetPos",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "umsg.Entity",
"args": [
{
"type": "Entity",
"name": "entity"
}
]
},
{
"category": "shared",
"name": "Tool:GetStage",
"args": []
},
{
"category": "server",
"name": "umsg.Long",
"args": [
{
"type": "number",
"name": "int"
}
]
},
{
"category": "server",
"name": "umsg.Float",
"args": [
{
"type": "number",
"name": "float"
}
]
},
{
"category": "server",
"name": "umsg.Bool",
"args": [
{
"type": "boolean",
"name": "bool"
}
]
},
{
"category": "shared",
"name": "Tool:NumObjects",
"args": []
},
{
"category": "server",
"name": "umsg.String",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "Tool:SetObject",
"args": [
{
"type": "number",
"name": "id"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "PhysObj",
"name": "phys"
},
{
"type": "number",
"name": "bone"
},
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "shared",
"name": "Tool:MakeGhostEntity",
"args": [
{
"type": "string",
"name": "model"
},
{
"type": "Vector",
"name": "pos"
},
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "server",
"name": "umsg.Angle",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "Tool:GetPhys",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "umsg.Start",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Player",
"name": "filter"
}
]
},
{
"category": "shared",
"name": "Tool:UpdateGhostEntity",
"args": []
},
{
"category": "shared",
"name": "Tool:UpdateData",
"args": []
},
{
"category": "server",
"name": "umsg.Short",
"args": [
{
"type": "number",
"name": "short"
}
]
},
{
"category": "server",
"name": "umsg.End",
"args": []
},
{
"category": "server",
"name": "umsg.PoolString",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "server",
"name": "umsg.VectorNormal",
"args": [
{
"type": "Vector",
"name": "normal"
}
]
},
{
"category": "server",
"name": "undo.AddFunction",
"args": [
{
"type": "function",
"name": "func"
},
{
"type": "vararg",
"name": "arguments"
}
]
},
{
"category": "server",
"name": "undo.Create",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "server",
"name": "umsg.Vector",
"args": [
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "server",
"name": "undo.Do",
"args": [
{
"type": "table",
"name": "tab"
}
]
},
{
"category": "shared",
"name": "undo.Finish",
"args": []
},
{
"category": "shared",
"name": "undo.GetTable",
"args": []
},
{
"category": "server",
"name": "undo.AddEntity",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "client",
"name": "undo.SetupUI",
"args": []
},
{
"category": "server",
"name": "undo.SetCustomUndoText",
"args": [
{
"type": "string",
"name": "customText"
}
]
},
{
"category": "shared",
"name": "usermessage.IncomingMessage",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "bf_read",
"name": "msg"
}
]
},
{
"category": "client",
"name": "undo.MakeUIDirty",
"args": []
},
{
"category": "shared",
"name": "usermessage.Hook",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "function",
"name": "callback"
},
{
"type": "vararg",
"name": "preArgs"
}
]
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "vararg",
"name": "codepoints"
}
]
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "number",
"name": "startPos"
},
{
"type": "number",
"name": "endPos"
}
]
},
{
"category": "server",
"name": "undo.SetPlayer",
"args": [
{
"type": "Player",
"name": "ply"
}
]
},
{
"category": "server",
"name": "undo.ReplaceEntity",
"args": [
{
"type": "Entity",
"name": "from"
},
{
"type": "Entity",
"name": "to"
}
]
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "number",
"name": "n"
},
{
"type": "number",
"name": "startPos"
}
]
},
{
"category": "shared",
"name": "usermessage.GetTable",
"args": []
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "string",
"name": "string"
}
]
},
{
"category": "shared",
"name": "util.Base",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "util.AimVector",
"args": [
{
"type": "Angle",
"name": "ViewAngles"
},
{
"type": "number",
"name": "ViewFOV"
},
{
"type": "number",
"name": "x"
},
{
"type": "number",
"name": "y"
},
{
"type": "number",
"name": "scrWidth"
},
{
"type": "number",
"name": "scrHeight"
}
]
},
{
"category": "server",
"name": "util.AddNetworkString",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "utf",
"args": [
{
"type": "string",
"name": "string"
},
{
"type": "number",
"name": "startPos"
},
{
"type": "number",
"name": "endPos"
}
]
},
{
"category": "client",
"name": "util.worldpicker.Active",
"args": []
},
{
"category": "client",
"name": "util.worldpicker.Finish",
"args": [
{
"type": "table",
"name": "tr"
}
]
},
{
"category": "server",
"name": "util.BlastDamage",
"args": [
{
"type": "Entity",
"name": "inflictor"
},
{
"type": "Entity",
"name": "attacker"
},
{
"type": "Vector",
"name": "damageOrigin"
},
{
"type": "number",
"name": "damageRadius"
},
{
"type": "number",
"name": "damage"
}
]
},
{
"category": "shared",
"name": "util.Decal",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Vector",
"name": "start"
},
{
"type": "Vector",
"name": "end"
},
{
"type": "Entity",
"name": "filter"
}
]
},
{
"category": "client",
"name": "util.worldpicker.Start",
"args": [
{
"type": "function",
"name": "callback"
}
]
},
{
"category": "shared",
"name": "util.Compress",
"args": [
{
"type": "string",
"name": "str"
}
]
},
{
"category": "shared",
"name": "util.DecalMaterial",
"args": [
{
"type": "string",
"name": "decalName"
}
]
},
{
"category": "shared",
"name": "util.CRC",
"args": [
{
"type": "string",
"name": "stringToHash"
}
]
},
{
"category": "shared",
"name": "util.DateStamp",
"args": []
},
{
"category": "server",
"name": "util.BlastDamageInfo",
"args": [
{
"type": "CTakeDamageInfo",
"name": "dmg"
},
{
"type": "Vector",
"name": "damageOrigin"
},
{
"type": "number",
"name": "damageRadius"
}
]
},
{
"category": "client",
"name": "util.GetModelMeshes",
"args": [
{
"type": "string",
"name": "model"
},
{
"type": "number",
"name": "lod"
},
{
"type": "number",
"name": "bodygroupMask"
}
]
},
{
"category": "shared",
"name": "util.GetModelInfo",
"args": [
{
"type": "string",
"name": "mdl"
}
]
},
{
"category": "client",
"name": "util.DecalEx",
"args": [
{
"type": "IMaterial",
"name": "material"
},
{
"type": "Entity",
"name": "ent"
},
{
"type": "Vector",
"name": "position"
},
{
"type": "Vector",
"name": "normal"
},
{
"type": "table",
"name": "color"
},
{
"type": "number",
"name": "w"
},
{
"type": "number",
"name": "h"
}
]
},
{
"category": "shared",
"name": "util.DistanceToLine",
"args": [
{
"type": "Vector",
"name": "lineStart"
},
{
"type": "Vector",
"name": "lineEnd"
},
{
"type": "Vector",
"name": "pointPos"
}
]
},
{
"category": "shared",
"name": "util.Decompress",
"args": [
{
"type": "string",
"name": "compressedString"
},
{
"type": "number",
"name": "maxSize"
}
]
},
{
"category": "shared",
"name": "util.GetSurfaceData",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "shared",
"name": "util.GetPData",
"args": [
{
"type": "string",
"name": "steamID"
},
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "default"
}
]
},
{
"category": "client",
"name": "util.GetSunInfo",
"args": []
},
{
"category": "client",
"name": "util.GetPixelVisibleHandle",
"args": []
},
{
"category": "shared",
"name": "util.IntersectRayWithOBB",
"args": [
{
"type": "Vector",
"name": "rayStart"
},
{
"type": "Vector",
"name": "rayDelta"
},
{
"type": "Vector",
"name": "boxOrigin"
},
{
"type": "Angle",
"name": "boxAngles"
},
{
"type": "Vector",
"name": "boxMins"
},
{
"type": "Vector",
"name": "boxMaxs"
}
]
},
{
"category": "shared",
"name": "util.GetSurfacePropName",
"args": [
{
"type": "number",
"name": "id"
}
]
},
{
"category": "server",
"name": "util.IsInWorld",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "util.Effect",
"args": [
{
"type": "string",
"name": "effectName"
},
{
"type": "CEffectData",
"name": "effectData"
},
{
"type": "boolean",
"name": "allowOverride"
},
{
"type": "any",
"name": "ignorePredictionOrRecipientFilter"
}
]
},
{
"category": "client",
"name": "util.IsSkyboxVisibleFromPoint",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "util.IntersectRayWithPlane",
"args": [
{
"type": "Vector",
"name": "rayOrigin"
},
{
"type": "Vector",
"name": "rayDirection"
},
{
"type": "Vector",
"name": "planePosition"
},
{
"type": "Vector",
"name": "planeNormal"
}
]
},
{
"category": "shared",
"name": "util.GetSurfaceIndex",
"args": [
{
"type": "string",
"name": "surfaceName"
}
]
},
{
"category": "server",
"name": "util.GetUserGroups",
"args": []
},
{
"category": "shared",
"name": "util.IsValidPhysicsObject",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "physobj"
}
]
},
{
"category": "shared",
"name": "util.IsModelLoaded",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "util.GetPlayerTrace",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "Vector",
"name": "dir"
}
]
},
{
"category": "shared",
"name": "util.IsValidProp",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "util.JSONToTable",
"args": [
{
"type": "string",
"name": "json"
}
]
},
{
"category": "shared",
"name": "util.KeyValuesToTable",
"args": [
{
"type": "string",
"name": "keyValues"
},
{
"type": "boolean",
"name": "usesEscapeSequences"
},
{
"type": "boolean",
"name": "preserveKeyCase"
}
]
},
{
"category": "shared",
"name": "util.IsValidModel",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "util.IsValidRagdoll",
"args": [
{
"type": "string",
"name": "ragdollName"
}
]
},
{
"category": "shared",
"name": "util.NetworkIDToString",
"args": [
{
"type": "number",
"name": "stringTableID"
}
]
},
{
"category": "shared",
"name": "util.LocalToWorld",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Vector",
"name": "lpos"
},
{
"type": "number",
"name": "bonenum"
}
]
},
{
"category": "shared",
"name": "util.KeyValuesToTablePreserveOrder",
"args": [
{
"type": "string",
"name": "keyvals"
},
{
"type": "boolean",
"name": "usesEscapeSequences"
},
{
"type": "boolean",
"name": "preserveKeyCase"
}
]
},
{
"category": "shared",
"name": "util.NetworkStringToID",
"args": [
{
"type": "string",
"name": "networkString"
}
]
},
{
"category": "shared",
"name": "util.NiceFloat",
"args": [
{
"type": "number",
"name": "float"
}
]
},
{
"category": "shared",
"name": "util.ParticleTracerEx",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
},
{
"type": "boolean",
"name": "doWhiz"
},
{
"type": "number",
"name": "entityIndex"
},
{
"type": "number",
"name": "attachmentIndex"
}
]
},
{
"category": "shared",
"name": "util.ParticleTracer",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "Vector",
"name": "startPos"
},
{
"type": "Vector",
"name": "endPos"
},
{
"type": "boolean",
"name": "doWhiz"
}
]
},
{
"category": "client",
"name": "util.PixelVisible",
"args": [
{
"type": "Vector",
"name": "position"
},
{
"type": "number",
"name": "radius"
},
{
"type": "pixelvis handle t",
"name": "PixVis"
}
]
},
{
"category": "shared",
"name": "util.PrecacheSound",
"args": [
{
"type": "string",
"name": "soundName"
}
]
},
{
"category": "shared",
"name": "util.PrecacheModel",
"args": [
{
"type": "string",
"name": "modelName"
}
]
},
{
"category": "shared",
"name": "util.QuickTrace",
"args": [
{
"type": "Vector",
"name": "origin"
},
{
"type": "Vector",
"name": "endpos"
},
{
"type": "Entity",
"name": "filter"
}
]
},
{
"category": "shared",
"name": "util.RelativePathToFull",
"args": [
{
"type": "string",
"name": "file"
}
]
},
{
"category": "shared",
"name": "util.SharedRandom",
"args": [
{
"type": "string",
"name": "uniqueName"
},
{
"type": "number",
"name": "min"
},
{
"type": "number",
"name": "max"
},
{
"type": "number",
"name": "additionalSeed"
}
]
},
{
"category": "shared",
"name": "util.ScreenShake",
"args": [
{
"type": "Vector",
"name": "pos"
},
{
"type": "number",
"name": "amplitude"
},
{
"type": "number",
"name": "frequency"
},
{
"type": "number",
"name": "duration"
},
{
"type": "number",
"name": "radius"
}
]
},
{
"category": "shared",
"name": "util.PointContents",
"args": [
{
"type": "Vector",
"name": "position"
}
]
},
{
"category": "shared",
"name": "util.SteamIDFrom",
"args": [
{
"type": "string",
"name": "id"
}
]
},
{
"category": "shared",
"name": "util.Stack",
"args": []
},
{
"category": "shared",
"name": "util.SteamIDTo",
"args": [
{
"type": "string",
"name": "id"
}
]
},
{
"category": "shared",
"name": "util.RemovePData",
"args": [
{
"type": "string",
"name": "steamID"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "util.SetPData",
"args": [
{
"type": "string",
"name": "steamID"
},
{
"type": "string",
"name": "name"
},
{
"type": "any",
"name": "value"
}
]
},
{
"category": "shared",
"name": "util.Timer",
"args": [
{
"type": "number",
"name": "startdelay"
}
]
},
{
"category": "shared",
"name": "util.TableToJSON",
"args": [
{
"type": "table",
"name": "table"
},
{
"type": "boolean",
"name": "prettyPrint"
}
]
},
{
"category": "shared",
"name": "util.TraceEntityHull",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "util.TraceHull",
"args": [
{
"type": "table",
"name": "TraceData"
}
]
},
{
"category": "shared",
"name": "util.TableToKeyValues",
"args": [
{
"type": "table",
"name": "table"
}
]
},
{
"category": "shared",
"name": "util.TraceLine",
"args": [
{
"type": "table",
"name": "TraceData"
}
]
},
{
"category": "server",
"name": "util.SpriteTrail",
"args": [
{
"type": "Entity",
"name": "ent"
},
{
"type": "number",
"name": "attachmentID"
},
{
"type": "table",
"name": "color"
},
{
"type": "boolean",
"name": "additive"
},
{
"type": "number",
"name": "startWidth"
},
{
"type": "number",
"name": "endWidth"
},
{
"type": "number",
"name": "lifetime"
},
{
"type": "number",
"name": "textureRes"
},
{
"type": "string",
"name": "texture"
}
]
},
{
"category": "shared",
"name": "util.StringToType",
"args": [
{
"type": "string",
"name": "str"
},
{
"type": "string",
"name": "typename"
}
]
},
{
"category": "shared",
"name": "util.TimerCycle",
"args": []
},
{
"category": "shared",
"name": "util.TraceEntity",
"args": [
{
"type": "table",
"name": "tracedata"
},
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "Vector:Add",
"args": [
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "shared",
"name": "util.TypeToString",
"args": [
{
"type": "any",
"name": "input"
}
]
},
{
"category": "shared",
"name": "Vector:Angle",
"args": []
},
{
"category": "shared",
"name": "Vector:Cross",
"args": [
{
"type": "Vector",
"name": "otherVector"
}
]
},
{
"category": "shared",
"name": "util.tobool",
"args": [
{
"type": "any",
"name": "input"
}
]
},
{
"category": "shared",
"name": "Vector:DistToSqr",
"args": [
{
"type": "Vector",
"name": "otherVec"
}
]
},
{
"category": "shared",
"name": "Vector:Distance",
"args": [
{
"type": "Vector",
"name": "otherVector"
}
]
},
{
"category": "shared",
"name": "Vector:Dot",
"args": [
{
"type": "Vector",
"name": "otherVector"
}
]
},
{
"category": "shared",
"name": "Vector:Div",
"args": [
{
"type": "number",
"name": "divisor"
}
]
},
{
"category": "shared",
"name": "Vector:GetNormal",
"args": []
},
{
"category": "shared",
"name": "Vector:AngleEx",
"args": [
{
"type": "Vector",
"name": "up"
}
]
},
{
"category": "shared",
"name": "Vector:Length",
"args": []
},
{
"category": "shared",
"name": "Vector:Length",
"args": []
},
{
"category": "shared",
"name": "Vector:GetNormalized",
"args": []
},
{
"category": "shared",
"name": "Vector:Length",
"args": []
},
{
"category": "shared",
"name": "Vector:LengthSqr",
"args": []
},
{
"category": "shared",
"name": "Vector:DotProduct",
"args": [
{
"type": "Vector",
"name": "Vector"
}
]
},
{
"category": "shared",
"name": "Vector:IsEqualTol",
"args": [
{
"type": "Vector",
"name": "compare"
},
{
"type": "number",
"name": "tolerance"
}
]
},
{
"category": "shared",
"name": "Vector:Mul",
"args": [
{
"type": "number",
"name": "multiplier"
}
]
},
{
"category": "shared",
"name": "Vector:IsZero",
"args": []
},
{
"category": "shared",
"name": "Vector:WithinAABox",
"args": [
{
"type": "Vector",
"name": "boxStart"
},
{
"type": "Vector",
"name": "boxEnd"
}
]
},
{
"category": "shared",
"name": "Vector:ToColor",
"args": []
},
{
"category": "client",
"name": "Vector:ToScreen",
"args": []
},
{
"category": "shared",
"name": "Vector:Zero",
"args": []
},
{
"category": "shared",
"name": "Vector:Normalize",
"args": []
},
{
"category": "server",
"name": "Vehicle:CheckExitPoint",
"args": [
{
"type": "number",
"name": "yaw"
},
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "shared",
"name": "Vector:Sub",
"args": [
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "shared",
"name": "Vector:Set",
"args": [
{
"type": "Vector",
"name": "vector"
}
]
},
{
"category": "server",
"name": "Vehicle:BoostTimeLeft",
"args": []
},
{
"category": "shared",
"name": "Vector:Rotate",
"args": [
{
"type": "Angle",
"name": "rotation"
}
]
},
{
"category": "server",
"name": "Vehicle:EnableEngine",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "shared",
"name": "Vehicle:GetCameraDistance",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetHLSpeed",
"args": []
},
{
"category": "client",
"name": "Vehicle:GetAmmo",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetMaxSpeed",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetOperatingParams",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetRPM",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetDriver",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetPassenger",
"args": [
{
"type": "number",
"name": "passenger"
}
]
},
{
"category": "server",
"name": "Vehicle:GetSpeed",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetSteeringDegrees",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetSteering",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetPassengerSeatPoint",
"args": [
{
"type": "number",
"name": "role"
}
]
},
{
"category": "server",
"name": "Vehicle:GetVehicleParams",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetThrottle",
"args": []
},
{
"category": "shared",
"name": "Vehicle:GetVehicleClass",
"args": []
},
{
"category": "shared",
"name": "Vehicle:GetThirdPersonMode",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetWheel",
"args": [
{
"type": "number",
"name": "wheel"
}
]
},
{
"category": "server",
"name": "Vehicle:HasBrakePedal",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetWheelBaseHeight",
"args": [
{
"type": "number",
"name": "wheel"
}
]
},
{
"category": "server",
"name": "Vehicle:GetVehicleViewPosition",
"args": [
{
"type": "number",
"name": "role"
}
]
},
{
"category": "server",
"name": "Vehicle:IsEngineEnabled",
"args": []
},
{
"category": "server",
"name": "Vehicle:IsEngineStarted",
"args": []
},
{
"category": "shared",
"name": "Vehicle:IsValidVehicle",
"args": []
},
{
"category": "server",
"name": "Vehicle:HasBoost",
"args": []
},
{
"category": "server",
"name": "Vehicle:GetWheelCount",
"args": []
},
{
"category": "server",
"name": "Vehicle:IsBoosting",
"args": []
},
{
"category": "server",
"name": "Vehicle:SetSpringLength",
"args": [
{
"type": "number",
"name": "wheel"
},
{
"type": "number",
"name": "length"
}
]
},
{
"category": "server",
"name": "Vehicle:SetBoost",
"args": [
{
"type": "number",
"name": "boost"
}
]
},
{
"category": "server",
"name": "Vehicle:ReleaseHandbrake",
"args": []
},
{
"category": "server",
"name": "Vehicle:SetMaxThrottle",
"args": [
{
"type": "number",
"name": "maxThrottle"
}
]
},
{
"category": "server",
"name": "Vehicle:GetWheelContactPoint",
"args": [
{
"type": "number",
"name": "wheel"
}
]
},
{
"category": "server",
"name": "Vehicle:GetWheelTotalHeight",
"args": [
{
"type": "number",
"name": "wheel"
}
]
},
{
"category": "server",
"name": "Vehicle:SetMaxReverseThrottle",
"args": [
{
"type": "number",
"name": "maxRevThrottle"
}
]
},
{
"category": "shared",
"name": "Vehicle:SetThirdPersonMode",
"args": [
{
"type": "boolean",
"name": "enable"
}
]
},
{
"category": "server",
"name": "Vehicle:SetSteering",
"args": [
{
"type": "number",
"name": "front"
},
{
"type": "number",
"name": "rear"
}
]
},
{
"category": "server",
"name": "Vehicle:SetHandbrake",
"args": [
{
"type": "boolean",
"name": "handbrake"
}
]
},
{
"category": "server",
"name": "Vehicle:IsVehicleBodyInWater",
"args": []
},
{
"category": "server",
"name": "Vehicle:SetVehicleEntryAnim",
"args": [
{
"type": "boolean",
"name": "bOn"
}
]
},
{
"category": "shared",
"name": "Vehicle:SetVehicleClass",
"args": [
{
"type": "string",
"name": "class"
}
]
},
{
"category": "server",
"name": "Vehicle:SetHasBrakePedal",
"args": [
{
"type": "boolean",
"name": "brakePedal"
}
]
},
{
"category": "shared",
"name": "Vehicle:SetCameraDistance",
"args": [
{
"type": "number",
"name": "distance"
}
]
},
{
"category": "server",
"name": "Vehicle:StartEngine",
"args": [
{
"type": "boolean",
"name": "start"
}
]
},
{
"category": "server",
"name": "Vehicle:SetVehicleParams",
"args": [
{
"type": "table",
"name": "params"
}
]
},
{
"category": "server",
"name": "Vehicle:SetThrottle",
"args": [
{
"type": "number",
"name": "throttle"
}
]
},
{
"category": "server",
"name": "Vehicle:SetSteeringDegrees",
"args": [
{
"type": "number",
"name": "steeringDegrees"
}
]
},
{
"category": "server",
"name": "Vehicle:SetWheelFriction",
"args": [
{
"type": "number",
"name": "wheel"
},
{
"type": "number",
"name": "friction"
}
]
},
{
"category": "client",
"name": "vgui.Create",
"args": [
{
"type": "string",
"name": "classname"
},
{
"type": "Panel",
"name": "parent"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "vgui.CreateFromTable",
"args": [
{
"type": "table",
"name": "metatable"
},
{
"type": "Panel",
"name": "parent"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "vgui.GetHoveredPanel",
"args": []
},
{
"category": "client",
"name": "vgui.CursorVisible",
"args": []
},
{
"category": "client",
"name": "vgui.GetKeyboardFocus",
"args": []
},
{
"category": "client",
"name": "vgui.GetWorldPanel",
"args": []
},
{
"category": "client",
"name": "vgui.FocusedHasParent",
"args": [
{
"type": "Panel",
"name": "parent"
}
]
},
{
"category": "client",
"name": "vgui.GetControlTable",
"args": [
{
"type": "string",
"name": "Panelname"
}
]
},
{
"category": "client",
"name": "vgui.CreateX",
"args": [
{
"type": "string",
"name": "class"
},
{
"type": "Panel",
"name": "parent"
},
{
"type": "string",
"name": "name"
}
]
},
{
"category": "client",
"name": "vgui.Register",
"args": [
{
"type": "string",
"name": "classname"
},
{
"type": "table",
"name": "panelTable"
},
{
"type": "string",
"name": "baseName"
}
]
},
{
"category": "client",
"name": "vgui.RegisterTable",
"args": [
{
"type": "table",
"name": "panel"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "shared",
"name": "VMatrix:GetAngles",
"args": []
},
{
"category": "client",
"name": "vgui.IsHoveringWorld",
"args": []
},
{
"category": "shared",
"name": "VMatrix:Identity",
"args": []
},
{
"category": "client",
"name": "vgui.RegisterFile",
"args": [
{
"type": "string",
"name": "file"
}
]
},
{
"category": "shared",
"name": "VMatrix:Rotate",
"args": [
{
"type": "Angle",
"name": "rotation"
}
]
},
{
"category": "shared",
"name": "VMatrix:GetForward",
"args": []
},
{
"category": "shared",
"name": "VMatrix:ScaleTranslation",
"args": [
{
"type": "number",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "VMatrix:GetTranslation",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetInverse",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetField",
"args": [
{
"type": "number",
"name": "row"
},
{
"type": "number",
"name": "column"
}
]
},
{
"category": "shared",
"name": "VMatrix:IsRotationMatrix",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetRight",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetInverseTR",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetScale",
"args": []
},
{
"category": "shared",
"name": "VMatrix:Scale",
"args": [
{
"type": "Vector",
"name": "scale"
}
]
},
{
"category": "client",
"name": "video.Record",
"args": [
{
"type": "table",
"name": "config"
}
]
},
{
"category": "shared",
"name": "VMatrix:IsIdentity",
"args": []
},
{
"category": "shared",
"name": "VMatrix:InvertTR",
"args": []
},
{
"category": "shared",
"name": "VMatrix:GetUp",
"args": []
},
{
"category": "shared",
"name": "VMatrix:Invert",
"args": []
},
{
"category": "shared",
"name": "VMatrix:SetField",
"args": [
{
"type": "number",
"name": "row"
},
{
"type": "number",
"name": "column"
},
{
"type": "number",
"name": "value"
}
]
},
{
"category": "shared",
"name": "VMatrix:Set",
"args": [
{
"type": "VMatrix",
"name": "src"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetRight",
"args": [
{
"type": "Vector",
"name": "forward"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetUp",
"args": [
{
"type": "Vector",
"name": "forward"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetTranslation",
"args": [
{
"type": "Vector",
"name": "translation"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetScale",
"args": [
{
"type": "Vector",
"name": "scale"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetForward",
"args": [
{
"type": "Vector",
"name": "forward"
}
]
},
{
"category": "shared",
"name": "VMatrix:SetAngles",
"args": [
{
"type": "Angle",
"name": "angle"
}
]
},
{
"category": "shared",
"name": "Weapon:AllowsAutoSwitchFrom",
"args": []
},
{
"category": "shared",
"name": "VMatrix:Translate",
"args": [
{
"type": "Vector",
"name": "translation"
}
]
},
{
"category": "shared",
"name": "Weapon:AllowsAutoSwitchTo",
"args": []
},
{
"category": "shared",
"name": "VMatrix:ToTable",
"args": []
},
{
"category": "shared",
"name": "Weapon:CallOnClient",
"args": [
{
"type": "string",
"name": "functionName"
},
{
"type": "string",
"name": "arguments"
}
]
},
{
"category": "shared",
"name": "Weapon:Clip",
"args": []
},
{
"category": "shared",
"name": "Weapon:Clip",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetNextPrimaryFire",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetHoldType",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetNextSecondaryFire",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetActivity",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetSlot",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetWeaponWorldModel",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetPrimaryAmmoType",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetPrintName",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetWeaponViewModel",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetSecondaryAmmoType",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetMaxClip",
"args": []
},
{
"category": "shared",
"name": "Weapon:HasAmmo",
"args": []
},
{
"category": "shared",
"name": "Weapon:DefaultReload",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "Weapon:IsWeaponVisible",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetSlotPos",
"args": []
},
{
"category": "shared",
"name": "Weapon:GetWeight",
"args": []
},
{
"category": "shared",
"name": "Weapon:LastShootTime",
"args": []
},
{
"category": "client",
"name": "Weapon:IsCarriedByLocalPlayer",
"args": []
},
{
"category": "shared",
"name": "Weapon:IsScripted",
"args": []
},
{
"category": "shared",
"name": "Weapon:SendWeaponAnim",
"args": [
{
"type": "number",
"name": "act"
}
]
},
{
"category": "shared",
"name": "Weapon:SetHoldType",
"args": [
{
"type": "string",
"name": "name"
}
]
},
{
"category": "shared",
"name": "Weapon:SetClip",
"args": [
{
"type": "number",
"name": "ammo"
}
]
},
{
"category": "shared",
"name": "Weapon:GetMaxClip",
"args": []
},
{
"category": "shared",
"name": "Weapon:SetClip",
"args": [
{
"type": "number",
"name": "ammo"
}
]
},
{
"category": "shared",
"name": "Weapon:SetNextPrimaryFire",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "Weapon:SetLastShootTime",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "weapons.GetList",
"args": []
},
{
"category": "shared",
"name": "Weapon:SetNextSecondaryFire",
"args": [
{
"type": "number",
"name": "time"
}
]
},
{
"category": "shared",
"name": "weapons.IsBasedOn",
"args": [
{
"type": "string",
"name": "name"
},
{
"type": "string",
"name": "base"
}
]
},
{
"category": "shared",
"name": "weapons.OnLoaded",
"args": []
},
{
"category": "shared",
"name": "weapons.Register",
"args": [
{
"type": "table",
"name": "swep"
},
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "widgets.PlayerTick",
"args": [
{
"type": "Player",
"name": "ply"
},
{
"type": "CMoveData",
"name": "mv"
}
]
},
{
"category": "client",
"name": "widgets.RenderMe",
"args": [
{
"type": "Entity",
"name": "ent"
}
]
},
{
"category": "shared",
"name": "weapons.Get",
"args": [
{
"type": "string",
"name": "classname"
}
]
},
{
"category": "shared",
"name": "weapons.GetStored",
"args": [
{
"type": "string",
"name": "weapon"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment