Serverside Lua

From GMod Wiki

Jump to: navigation, search

Jump to Library:

ai_schedule
ai_task
cleanup
concommand
constraint
construct
coroutine
cvars
datastream
debug
debugoverlay
duplicator

ents
file
filex
game
gamemode
glon
gmod
hook
http
list
math
numpad

os
package
physenv
player
player_manager
resource
saverestore
schedule
scripted_ents
server_settings
sql
string

table
team
timer
umsg
undo
usermessage
util
vehicles
weapons

Jump to Object:

Angle
CEffectData
CMoveData
ConVar
CRecipientFilter
CSENT_vehicle
CSoundPatch

CTakeDamageInfo
CUserCmd
Entity
HTTPConnection
IRestore
ISave
NPC

PhysObj
Player
SharedTable
Vector
Vehicle
VMatrix
Weapon

Libraries

Objects

ai_schedule

NewerServer.png ai_schedule:AddTask
NewerServer.png ai_schedule:AddTaskEx
NewerServer.png ai_schedule:EngTask
NewerServer.png ai_schedule:GetTask
NewerServer.png ai_schedule.New
NewerServer.png ai_schedule:NumTasks

ai_task

NewerServer.png ai_task.New

cleanup

NewerServer.png cleanup.Add
NewerServer.png cleanup.CC_AdminCleanup
NewerServer.png cleanup.CC_Cleanup
NewerServer.png cleanup.ReplaceEntity
NewerShared.png cleanup.GetTable
NewerShared.png cleanup.Register

concommand

NewerShared.png concommand.Add
NewerShared.png concommand.AutoComplete
NewerShared.png concommand.GetTable
NewerShared.png concommand.Remove
NewerShared.png concommand.Run

constraint

NewerServer.png constraint.AddConstraintTable
NewerServer.png constraint.AddConstraintTableNoDelete
NewerServer.png constraint.AdvBallsocket
NewerServer.png constraint.Axis
NewerServer.png constraint.Ballsocket
NewerServer.png constraint.CanConstrain
NewerServer.png constraint.CreateKeyframeRope
NewerServer.png constraint.CreateStaticAnchorPoint
NewerServer.png constraint.Elastic
NewerServer.png constraint.FindConstraint
NewerServer.png constraint.FindConstraintEntity
NewerServer.png constraint.FindConstraints
NewerServer.png constraint.GetAllConstrainedEntities
NewerServer.png constraint.HasConstraints
NewerServer.png constraint.Hydraulic
NewerServer.png constraint.Keepupright
NewerServer.png constraint.Motor
NewerServer.png constraint.Muscle
NewerServer.png constraint.NoCollide
NewerServer.png constraint.Pulley
NewerServer.png constraint.RemoveAll
NewerServer.png constraint.RemoveConstraints
NewerServer.png constraint.Rope
NewerServer.png constraint.Slider
NewerServer.png constraint.Weld
NewerServer.png constraint.Winch

construct

NewerServer.png construct.Magnet
NewerServer.png construct.SetPhysProp

coroutine

NewerShared.png coroutine.create
NewerShared.png coroutine.resume
NewerShared.png coroutine.running
NewerShared.png coroutine.status
NewerShared.png coroutine.wrap
NewerShared.png coroutine.yield

cvars

NewerShared.png cvars.AddChangeCallback
NewerShared.png cvars.GetConVarCallbacks
NewerShared.png cvars.OnConVarChanged

datastream

NewerServer.png datastream.StreamToClients
NewerShared.png datastream.DownstreamActive
NewerShared.png datastream.GetProgress
NewerShared.png datastream.Hook

debug

NewerShared.png debug.debug
NewerShared.png debug.getfenv
NewerShared.png debug.gethook
NewerShared.png debug.getinfo
NewerShared.png debug.getlocal
NewerShared.png debug.getmetatable
NewerShared.png debug.getregistry
NewerShared.png debug.getupvalue
NewerShared.png debug.setfenv
NewerShared.png debug.sethook
NewerShared.png debug.setlocal
NewerShared.png debug.setmetatable
NewerShared.png debug.setupvalue
NewerShared.png debug.Trace
NewerShared.png debug.traceback

debugoverlay

NewerShared.png debugoverlay.Box
NewerShared.png debugoverlay.Cross
NewerShared.png debugoverlay.Line
NewerShared.png debugoverlay.Sphere
NewerShared.png debugoverlay.Text

duplicator

NewerServer.png duplicator.ApplyBoneModifiers
NewerServer.png duplicator.ApplyEntityModifiers
NewerServer.png duplicator.ClearEntityModifier
NewerServer.png duplicator.Copy
NewerServer.png duplicator.CopyEntTable
NewerServer.png duplicator.CreateConstraintFromTable
NewerServer.png duplicator.CreateEntityFromTable
NewerServer.png duplicator.DoFlex
NewerServer.png duplicator.DoGeneric
NewerServer.png duplicator.DoGenericPhysics
NewerServer.png duplicator.GenericDuplicatorFunction
NewerServer.png duplicator.GetAllConstrainedEntitiesAndConstraints
NewerServer.png duplicator.Paste
NewerServer.png duplicator.StoreBoneModifier
NewerServer.png duplicator.StoreEntityModifier
NewerShared.png duplicator.FindEntityClass
NewerShared.png duplicator.RegisterBoneModifier
NewerShared.png duplicator.RegisterConstraint
NewerShared.png duplicator.RegisterEntityClass
NewerShared.png duplicator.RegisterEntityModifier

ents

NewerServer.png ents.FindByName
NewerShared.png ents.FindByModel
NewerShared.png ents.Create
NewerShared.png ents.FindByClass
NewerShared.png ents.FindInBox
NewerShared.png ents.FindInCone
NewerShared.png ents.FindInSphere
NewerShared.png ents.GetAll
NewerShared.png ents.GetByIndex

file

NewerShared.png file.Append
NewerShared.png file.CreateDir
NewerShared.png file.Delete
NewerShared.png file.Exists
NewerShared.png file.ExistsEx
NewerShared.png file.Find
NewerShared.png file.FindDir
NewerShared.png file.FindInLua
NewerShared.png file.IsDir
NewerShared.png file.Read
NewerShared.png file.Size
NewerShared.png file.TFind
NewerShared.png file.Time
NewerShared.png file.Write

filex

NewerShared.png filex.Append

game

NewerServer.png game.ConsoleCommand
NewerServer.png game.GetMapNext
NewerServer.png game.LoadNextMap
NewerShared.png game.CleanUpMap
NewerShared.png game.GetMap
NewerShared.png game.GetTimeScale

gamemode

NewerShared.png gamemode.Call
NewerShared.png gamemode.Get
NewerShared.png gamemode.Register

glon

NewerShared.png glon.encode
NewerShared.png glon.decode
NewerShared.png glon.Read
NewerShared.png glon.Write

gmod

NewerShared.png gmod.GetGamemode

hook

NewerShared.png hook.Add
NewerShared.png hook.Call
NewerShared.png hook.GetTable
NewerShared.png hook.Remove

http

NewerShared.png http.Get
NewerShared.png http.GetTable

list

NewerShared.png list.Add
NewerShared.png list.Get
NewerShared.png list.GetForEdit
NewerShared.png list.Set

math

NewerShared.png math.abs
NewerShared.png math.acos
NewerShared.png math.AngleDifference
NewerShared.png math.Approach
NewerShared.png math.ApproachAngle
NewerShared.png math.asin
NewerShared.png math.atan
NewerShared.png math.atan2
NewerShared.png math.BinToInt
NewerShared.png math.BSplinePoint
NewerShared.png math.calcBSplineN
NewerShared.png math.ceil
NewerShared.png math.Clamp
NewerShared.png math.cos
NewerShared.png math.cosh
NewerShared.png math.deg
NewerShared.png math.Deg2Rad
NewerShared.png math.Dist
NewerShared.png math.Distance
NewerShared.png math.EaseInOut
NewerShared.png math.exp
NewerShared.png math.floor
NewerShared.png math.fmod
NewerShared.png math.frexp
NewerShared.png math.huge
NewerShared.png math.IntToBin
NewerShared.png math.ldexp
NewerShared.png math.log
NewerShared.png math.log10
NewerShared.png math.Max
NewerShared.png math.max
NewerShared.png math.min
NewerShared.png math.Min
NewerShared.png math.modf
NewerShared.png math.NormalizeAngle
NewerShared.png math.pi
NewerShared.png math.pow
NewerShared.png math.rad
NewerShared.png math.Rad2Deg
NewerShared.png math.Rand
NewerShared.png math.random
NewerShared.png math.randomseed
NewerShared.png math.Round
NewerShared.png math.sin
NewerShared.png math.sinh
NewerShared.png math.sqrt
NewerShared.png math.tan
NewerShared.png math.tanh
NewerShared.png math.TimeFraction

numpad

NewerServer.png numpad.Activate
NewerServer.png numpad.Deactivate
NewerServer.png numpad.OnDown
NewerServer.png numpad.OnUp
NewerServer.png numpad.Register
NewerServer.png numpad.Remove

os

NewerShared.png os.clock
NewerShared.png os.date
NewerShared.png os.difftime
NewerShared.png os.time

package

NewerShared.png package.loadlib
NewerShared.png package.seeall

physenv

NewerShared.png physenv.GetAirDensity
NewerShared.png physenv.GetGravity
NewerShared.png physenv.GetPerformanceSettings
NewerShared.png physenv.SetAirDensity
NewerShared.png physenv.SetGravity
NewerShared.png physenv.SetPerformanceSettings

player

NewerShared.png player.GetAll
NewerShared.png player.GetByID
NewerShared.png player.GetByUniqueID
NewerShared.png player.GetBots
NewerShared.png player.GetHumans

player_manager

NewerShared.png player_manager.AddValidModel
NewerShared.png player_manager.AllValidModels
NewerShared.png player_manager.TranslatePlayerModel

resource

NewerShared.png resource.AddFile
NewerShared.png resource.AddSingleFile

saverestore

NewerShared.png saverestore.AddRestoreHook
NewerShared.png saverestore.AddSaveHook
NewerShared.png saverestore.LoadEntity
NewerShared.png saverestore.LoadGlobal
NewerShared.png saverestore.PreRestore
NewerShared.png saverestore.PreSave
NewerShared.png saverestore.ReadTable
NewerShared.png saverestore.ReadVar
NewerShared.png saverestore.SaveEntity
NewerShared.png saverestore.SaveGlobal
NewerShared.png saverestore.WritableKeysInTable
NewerShared.png saverestore.WriteTable
NewerShared.png saverestore.WriteVar

schedule

NewerShared.png schedule.Add
NewerShared.png schedule.IsSchedule
NewerShared.png schedule.Remove

scripted_ents

NewerShared.png scripted_ents.Alias β
NewerShared.png scripted_ents.Get
NewerShared.png scripted_ents.GetList
NewerShared.png scripted_ents.GetSpawnable
NewerShared.png scripted_ents.GetStored
NewerShared.png scripted_ents.GetType
NewerShared.png scripted_ents.Register

server_settings

NewerServer.png server_settings.Bool
NewerServer.png server_settings.Int

sql

NewerShared.png sql.Begin
NewerShared.png sql.Commit
NewerShared.png sql.LastError
NewerShared.png sql.Query
NewerShared.png sql.QueryRow
NewerShared.png sql.QueryValue
NewerShared.png sql.SQLStr
NewerShared.png sql.TableExists

string

NewerShared.png string.byte
NewerShared.png string.char
NewerShared.png string.dump
NewerShared.png string.Explode
NewerShared.png string.find
NewerShared.png string.format
NewerShared.png string.FormattedTime
NewerShared.png string.GetExtensionFromFilename
NewerShared.png string.GetFileFromFilename
NewerShared.png string.GetPathFromFilename
NewerShared.png string.gfind
NewerShared.png string.gmatch
NewerShared.png string.gsub
NewerShared.png string.Implode
NewerShared.png string.Left
NewerShared.png string.len
NewerShared.png string.lower
NewerShared.png string.NiceSize
NewerShared.png string.match
NewerShared.png string.rep
NewerShared.png string.Replace
NewerShared.png string.reverse
NewerShared.png string.Right
NewerShared.png string.split
NewerShared.png string.sub
NewerShared.png string.ToMinutesSeconds
NewerShared.png string.ToMinutesSecondsMilliseconds
NewerShared.png string.ToTable
NewerShared.png string.Trim
NewerShared.png string.TrimLeft
NewerShared.png string.TrimRight
NewerShared.png string.upper

table

NewerShared.png table.Add
NewerShared.png table.ClearKeys
NewerShared.png table.CollapseKeyValue
NewerShared.png table.concat
NewerShared.png table.Copy
NewerShared.png table.CopyFromTo
NewerShared.png table.Count
NewerShared.png table.DeSanitise
NewerShared.png table.Empty
NewerShared.png table.FindNext
NewerShared.png table.FindPrev
NewerShared.png table.ForceInsert
NewerShared.png table.foreach
NewerShared.png table.foreachi
NewerShared.png table.GetFirstKey
NewerShared.png table.GetFirstValue
NewerShared.png table.GetLastKey
NewerShared.png table.GetLastValue
NewerShared.png table.getn
NewerShared.png table.GetWinningKey
NewerShared.png table.HasValue
NewerShared.png table.Inherit
NewerShared.png table.KeyFromValue
NewerShared.png table.KeysFromValue
NewerShared.png table.insert
NewerShared.png table.IsSequential
NewerShared.png table.LowerKeyNames
NewerShared.png table.maxn
NewerShared.png table.Merge
NewerShared.png table.Random
NewerShared.png table.remove
NewerShared.png table.Sanitise
NewerShared.png table.setn
NewerShared.png table.sort
NewerShared.png table.SortByKey
NewerShared.png table.SortByMember
NewerShared.png table.sortdesc
NewerShared.png table.ToString

team

NewerShared.png team.AddScore
NewerShared.png team.BestAutoJoinTeam
NewerShared.png team.GetAllTeams
NewerShared.png team.GetColor
NewerShared.png team.GetName
NewerShared.png team.GetPlayers
NewerShared.png team.GetScore
NewerShared.png team.GetSpawnPoint
NewerShared.png team.Joinable
NewerShared.png team.NumPlayers
NewerShared.png team.Random
NewerShared.png team.SetScore
NewerShared.png team.SetSpawnPoint
NewerShared.png team.SetUp
NewerShared.png team.TotalDeaths
NewerShared.png team.TotalFrags
NewerShared.png team.Valid

timer

NewerShared.png timer.Adjust
NewerShared.png timer.Check
NewerShared.png timer.Create
NewerShared.png timer.Destroy
NewerShared.png timer.IsTimer
NewerShared.png timer.Pause
NewerShared.png timer.Remove
NewerShared.png timer.Simple
NewerShared.png timer.Start
NewerShared.png timer.Stop
NewerShared.png timer.Toggle
NewerShared.png timer.UnPause

umsg

NewerServer.png umsg.Angle
NewerServer.png umsg.Bool
NewerServer.png umsg.Char
NewerServer.png umsg.End
NewerServer.png umsg.Entity
NewerServer.png umsg.Float
NewerServer.png umsg.Long
NewerServer.png umsg.PoolString
NewerServer.png umsg.Short
NewerServer.png umsg.Start
NewerServer.png umsg.String
NewerServer.png umsg.Vector
NewerServer.png umsg.VectorNormal

undo

NewerServer.png undo.AddEntity
NewerServer.png undo.AddFunction
NewerServer.png undo.Create
NewerServer.png undo.Do_Undo
NewerServer.png undo.Finish
NewerServer.png undo.ReplaceEntity
NewerServer.png undo.SetCustomUndoText
NewerServer.png undo.SetPlayer

usermessage

NewerShared.png usermessage.Hook
NewerShared.png usermessage.IncomingMessage
NewerShared.png usermessage.GetTable

util

NewerServer.png util.SpriteTrail
NewerShared.png util.BlastDamage
NewerShared.png util.CRC
NewerShared.png util.Decal
NewerShared.png util.DecalMaterial
NewerShared.png util.Effect
NewerShared.png util.GetModelInfo
NewerShared.png util.GetPlayerTrace
NewerShared.png util.GetSurfaceIndex
NewerShared.png util.IsInWorld
NewerShared.png util.IsValidModel
NewerShared.png util.IsValidPhysicsObject
NewerShared.png util.IsValidProp
NewerShared.png util.IsValidRagdoll
NewerShared.png util.KeyValuesToTable
NewerShared.png util.LocalToWorld
NewerShared.png util.ParticleTracer
NewerShared.png util.ParticleTracerEx
NewerShared.png util.PointContents
NewerShared.png util.PrecacheModel
NewerShared.png util.PrecacheSound
NewerShared.png util.QuickTrace
NewerShared.png util.RelativePathToFull
NewerShared.png util.ScreenShake
NewerShared.png util.TableToKeyValues
NewerShared.png util.TraceEntity
NewerShared.png util.TraceEntityHull
NewerShared.png util.TraceHull
NewerShared.png util.TraceLine
NewerShared.png util.tobool

vehicles

NewerShared.png vehicles.Add
NewerShared.png vehicles.GetTable
NewerShared.png vehicles.PlayerSpawn
NewerShared.png vehicles.RefreshList

weapons

NewerShared.png weapons.Get
NewerShared.png weapons.GetList
NewerShared.png weapons.GetStored
NewerShared.png weapons.Register

Angle

NewerShared.png Angle:__add
NewerShared.png Angle:__eq
NewerShared.png Angle:__gc
NewerShared.png Angle:__index
NewerShared.png Angle:__mul
NewerShared.png Angle:__newindex
NewerShared.png Angle:__sub
NewerShared.png Angle:__tostring
NewerShared.png Angle:Forward
NewerShared.png Angle:Right
NewerShared.png Angle:RotateAroundAxis
NewerShared.png Angle:Up

CEffectData

NewerShared.png CEffectData:__index
NewerShared.png CEffectData:GetAngle
NewerShared.png CEffectData:GetAttachment
NewerShared.png CEffectData:GetColor
NewerShared.png CEffectData:GetEntity
NewerShared.png CEffectData:GetEntIndex
NewerShared.png CEffectData:GetFlags
NewerShared.png CEffectData:GetHitBox
NewerShared.png CEffectData:GetMagnitude
NewerShared.png CEffectData:GetMaterial
NewerShared.png CEffectData:GetNormal
NewerShared.png CEffectData:GetOrigin
NewerShared.png CEffectData:GetRadius
NewerShared.png CEffectData:GetScale
NewerShared.png CEffectData:GetStart
NewerShared.png CEffectData:GetSurfaceProp
NewerShared.png CEffectData:SetAngle
NewerShared.png CEffectData:SetAttachment
NewerShared.png CEffectData:SetColor
NewerShared.png CEffectData:SetEntIndex
NewerShared.png CEffectData:SetEntity
NewerShared.png CEffectData:SetFlags
NewerShared.png CEffectData:SetHitBox
NewerShared.png CEffectData:SetMagnitude
NewerShared.png CEffectData:SetMaterial
NewerShared.png CEffectData:SetNormal
NewerShared.png CEffectData:SetOrigin
NewerShared.png CEffectData:SetRadius
NewerShared.png CEffectData:SetScale
NewerShared.png CEffectData:SetStart
NewerShared.png CEffectData:SetSurfaceProp

CMoveData

NewerShared.png CMoveData:__index
NewerShared.png CMoveData:GetConstraintRadius
NewerShared.png CMoveData:GetForwardSpeed
NewerShared.png CMoveData:GetMaxClientSpeed
NewerShared.png CMoveData:GetMaxSpeed
NewerShared.png CMoveData:GetMoveAngles
NewerShared.png CMoveData:GetOrigin
NewerShared.png CMoveData:GetSideSpeed
NewerShared.png CMoveData:GetUpSpeed
NewerShared.png CMoveData:GetVelocity
NewerShared.png CMoveData:SetConstraintRadius
NewerShared.png CMoveData:SetForwardSpeed
NewerShared.png CMoveData:SetMaxClientSpeed
NewerShared.png CMoveData:SetMaxSpeed
NewerShared.png CMoveData:SetMoveAngles
NewerShared.png CMoveData:SetOrigin
NewerShared.png CMoveData:SetSideSpeed
NewerShared.png CMoveData:SetUpSpeed
NewerShared.png CMoveData:SetVelocity

ConVar

NewerShared.png ConVar:__index
NewerShared.png ConVar:GetBool
NewerShared.png ConVar:GetDefault
NewerShared.png ConVar:GetFloat
NewerShared.png ConVar:GetHelpText
NewerShared.png ConVar:GetInt
NewerShared.png ConVar:GetName
NewerShared.png ConVar:GetString

CRecipientFilter

NewerServer.png CRecipientFilter:__gc
NewerServer.png CRecipientFilter:__index
NewerServer.png CRecipientFilter:AddAllPlayers
NewerServer.png CRecipientFilter:AddPVS
NewerServer.png CRecipientFilter:AddPlayer
NewerServer.png CRecipientFilter:RemoveAllPlayers
NewerServer.png CRecipientFilter:RemovePVS
NewerServer.png CRecipientFilter:RemovePlayer

CSENT_vehicle

NewerServer.png CSENT_vehicle.SetPos

CSoundPatch

NewerShared.png CSoundPatch:__gc
NewerShared.png CSoundPatch:__index
NewerShared.png CSoundPatch:ChangePitch
NewerShared.png CSoundPatch:ChangeVolume
NewerShared.png CSoundPatch:FadeOut
NewerShared.png CSoundPatch:IsPlaying
NewerShared.png CSoundPatch:Play
NewerShared.png CSoundPatch:PlayEx
NewerShared.png CSoundPatch:SetSoundLevel
NewerShared.png CSoundPatch:Stop

CTakeDamageInfo

NewerShared.png CTakeDamageInfo:__index
NewerShared.png CTakeDamageInfo:AddDamage
NewerShared.png CTakeDamageInfo:GetAmmoType
NewerShared.png CTakeDamageInfo:GetAttacker
NewerShared.png CTakeDamageInfo:GetBaseDamage
NewerShared.png CTakeDamageInfo:GetDamage
NewerShared.png CTakeDamageInfo:GetDamageForce
NewerShared.png CTakeDamageInfo:GetDamagePosition
NewerShared.png CTakeDamageInfo:GetDamageType
NewerShared.png CTakeDamageInfo:GetInflictor
NewerShared.png CTakeDamageInfo:GetMaxDamage
NewerShared.png CTakeDamageInfo:GetReportedPosition
NewerShared.png CTakeDamageInfo:IsBulletDamage
NewerShared.png CTakeDamageInfo:IsDamageType
NewerShared.png CTakeDamageInfo:IsExplosionDamage
NewerShared.png CTakeDamageInfo:IsFallDamage
NewerShared.png CTakeDamageInfo:ScaleDamage
NewerShared.png CTakeDamageInfo:SetAttacker
NewerShared.png CTakeDamageInfo:SetDamage
NewerShared.png CTakeDamageInfo:SetDamageForce
NewerShared.png CTakeDamageInfo:SetDamagePosition
NewerShared.png CTakeDamageInfo:SetDamageType
NewerShared.png CTakeDamageInfo:SetInflictor
NewerShared.png CTakeDamageInfo:SetMaxDamage
NewerShared.png CTakeDamageInfo:SubtractDamage

CUserCmd

NewerShared.png CUserCmd:__index
NewerShared.png CUserCmd:GetButtons
NewerShared.png CUserCmd:GetForwardMove
NewerShared.png CUserCmd:GetImpulse
NewerShared.png CUserCmd:GetMouseX
NewerShared.png CUserCmd:GetMouseY
NewerShared.png CUserCmd:GetSideMove
NewerShared.png CUserCmd:GetUpMove
NewerShared.png CUserCmd:GetViewAngles
NewerShared.png CUserCmd:KeyDown
NewerShared.png CUserCmd:SetButtons
NewerShared.png CUserCmd:SetForwardMove
NewerShared.png CUserCmd:SetImpulse
NewerShared.png CUserCmd:SetMouseX
NewerShared.png CUserCmd:SetMouseY
NewerShared.png CUserCmd:SetSideMove
NewerShared.png CUserCmd:SetUpMove
NewerShared.png CUserCmd:SetViewAngles

Entity

State Method Name
seNewerServer.png
Entity:BodyTarget
seNewerServer.png
Entity:CreatedByMap
seNewerServer.png
Entity:DeleteOnRemove
seNewerServer.png
Entity:Disposition
seNewerServer.png
Entity:DontDeleteOnRemove
seNewerServer.png
Entity:DropToFloor
seNewerServer.png
Entity:Extinguish
seNewerServer.png
Entity:Fire
seNewerServer.png
Entity:GetBloodColor
seNewerServer.png
Entity:GetConstrainedEntities
seNewerServer.png
Entity:GetConstrainedPhysObjects
seNewerServer.png
Entity:GetCreationID
seNewerServer.png
Entity:GetKeyValues
seNewerServer.png
Entity:GetMaterialType
seNewerServer.png
Entity:GetMaxHealth
seNewerServer.png
Entity:GetName
seNewerServer.png
Entity:GetPhysicsAttacker
seNewerServer.png
Entity:GetToyboxID
seNewerServer.png
Entity:GetUnFreezable
seNewerServer.png
Entity:HeadTarget
seNewerServer.png
Entity:Ignite
seNewerServer.png
Entity:Input
seNewerServer.png
Entity:IsConstraint
seNewerServer.png
Entity:IsInWorld
seNewerServer.png
Entity:IsOnFire
seNewerServer.png
Entity:IsPlayerHolding
seNewerServer.png
Entity:MapCreationID
seNewerServer.png
Entity:PointAtEntity
seNewerServer.png
Entity:PrecacheGibs
seNewerServer.png
Entity:Respawn
seNewerServer.png
Entity:SetBloodColor
seNewerServer.png
Entity:SetMaxHealth
seNewerServer.png
Entity:SetMoveCollide
seNewerServer.png
Entity:SetName
seNewerServer.png
Entity:SetPhysConstraintObjects
seNewerServer.png
Entity:SetPhysicsAttacker
seNewerServer.png
Entity:SetShouldToyboxSave
seNewerServer.png
Entity:SetSolidMask
seNewerServer.png
Entity:SetToyboxID
seNewerServer.png
Entity:SetTrigger
seNewerServer.png
Entity:SetUnFreezable
seNewerServer.png
Entity:SetUseType
seNewerServer.png
Entity:ShouldToyboxSave
seNewerServer.png
Entity:StoreOutput
seNewerServer.png
Entity:TakeDamage
seNewerServer.png
Entity:TakeDamageInfo
seNewerServer.png
Entity:TakePhysicsDamage
seNewerServer.png
Entity:TriggerOutput
seNewerServer.png
Entity:Visible
seNewerServer.png
Entity:VisibleVec
shNewerShared.png
Entity:Activate
shNewerShared.png
Entity:AddEFlags
shNewerShared.png
Entity:AddEffects
shNewerShared.png
Entity:AlignAngles
shNewerShared.png
Entity:BoundingRadius
shNewerShared.png
Entity:CallOnRemove
shNewerShared.png
Entity:ClearPoseParameters
shNewerShared.png
Entity:DispatchTraceAttack
shNewerShared.png
Entity:DrawShadow
shNewerShared.png
Entity:EmitSound
shNewerShared.png
Entity:EntIndex
shNewerShared.png
Entity:EyeAngles
shNewerShared.png
Entity:EyePos
shNewerShared.png
Entity:FindTransitionSequence
shNewerShared.png
Entity:FireBullets
shNewerShared.png
Entity:ForcePlayerDrop
shNewerShared.png
Entity:GetActivity
shNewerShared.png
Entity:GetAngles
shNewerShared.png
Entity:GetAttachment
shNewerShared.png
Entity:GetBodygroup
shNewerShared.png
Entity:GetBoneCount
shNewerShared.png
Entity:GetBoneMatrix
shNewerShared.png
Entity:GetBoneName
shNewerShared.png
Entity:GetBoneParent
shNewerShared.png
Entity:GetBonePosition
shNewerShared.png
Entity:GetClass
shNewerShared.png
Entity:GetCollisionBounds
shNewerShared.png
Entity:GetCollisionGroup
shNewerShared.png
Entity:GetColor
shNewerShared.png
Entity:GetCycle
shNewerShared.png
Entity:GetDTAngle
shNewerShared.png
Entity:GetDTBool
shNewerShared.png
Entity:GetDTEntity
shNewerShared.png
Entity:GetDTFloat
shNewerShared.png
Entity:GetDTInt
shNewerShared.png
Entity:GetDTVector
shNewerShared.png
Entity:GetElasticity
shNewerShared.png
Entity:GetFlexBounds
shNewerShared.png
Entity:GetFlexName
shNewerShared.png
Entity:GetFlexNum
shNewerShared.png
Entity:GetFlexScale
shNewerShared.png
Entity:GetFlexWeight
shNewerShared.png
Entity:GetForward
shNewerShared.png
Entity:GetFriction
shNewerShared.png
Entity:GetGravity
shNewerShared.png
Entity:GetGroundEntity
shNewerShared.png
Entity:GetHitBoxBone
shNewerShared.png
Entity:GetHitBoxBounds
shNewerShared.png
Entity:GetHitBoxCount
shNewerShared.png
Entity:GetHitBoxGroupCount
shNewerShared.png
Entity:GetLocalAngles
shNewerShared.png
Entity:GetLocalAngularVelocity β
shNewerShared.png
Entity:GetLocalPos
shNewerShared.png
Entity:GetMaterial
shNewerShared.png
Entity:GetModel
shNewerShared.png
Entity:GetMomentaryRotButtonPos β
shNewerShared.png
Entity:GetMoveCollide
shNewerShared.png
Entity:GetMoveParent
shNewerShared.png
Entity:GetMoveType
shNewerShared.png
Entity:GetNWAngle
shNewerShared.png
Entity:GetNWBool
shNewerShared.png
Entity:GetNWEntity
shNewerShared.png
Entity:GetNWFloat
shNewerShared.png
Entity:GetNWInt
shNewerShared.png
Entity:GetNWString
shNewerShared.png
Entity:GetNWVector
shNewerShared.png
Entity:GetNetworkedAngle
shNewerShared.png
Entity:GetNetworkedBool
shNewerShared.png
Entity:GetNetworkedEntity
shNewerShared.png
Entity:GetNetworkedFloat
shNewerShared.png
Entity:GetNetworkedInt
shNewerShared.png
Entity:GetNetworkedString
shNewerShared.png
Entity:GetNetworkedVar
shNewerShared.png
Entity:GetNetworkedVector
shNewerShared.png
Entity:GetOwner
shNewerShared.png
Entity:GetParent
shNewerShared.png
Entity:GetParentPhysNum
shNewerShared.png
Entity:GetPhysicsObject
shNewerShared.png
Entity:GetPhysicsObjectCount
shNewerShared.png
Entity:GetPhysicsObjectNum
shNewerShared.png
Entity:GetPlaybackRate
shNewerShared.png
Entity:GetPos
shNewerShared.png
Entity:GetPoseParameter
shNewerShared.png
Entity:GetRight
shNewerShared.png
Entity:GetRotatedAABB
shNewerShared.png
Entity:GetSaveTable
shNewerShared.png
Entity:GetSequence
shNewerShared.png
Entity:GetSequenceActivity
shNewerShared.png
Entity:GetSequenceActivityName
shNewerShared.png
Entity:GetSequenceName
shNewerShared.png
Entity:GetSkin
shNewerShared.png
Entity:GetSolid
shNewerShared.png
Entity:GetSpawnFlags
shNewerShared.png
Entity:GetTable
shNewerShared.png
Entity:GetUp
shNewerShared.png
Entity:GetVar
shNewerShared.png
Entity:GetVelocity
shNewerShared.png
Entity:GibBreakClient
shNewerShared.png
Entity:GibBreakServer
shNewerShared.png
Entity:HasSpawnFlags
shNewerShared.png
Entity:Health
shNewerShared.png
Entity:InstallDataTable
shNewerShared.png
Entity:IsConstrained
shNewerShared.png
Entity:IsEFlagSet
shNewerShared.png
Entity:IsEffectActive
shNewerShared.png
Entity:IsNPC
shNewerShared.png
Entity:IsOnGround
shNewerShared.png
Entity:IsPlayer
shNewerShared.png
Entity:IsValid
shNewerShared.png
Entity:IsVehicle
shNewerShared.png
Entity:IsWeapon
shNewerShared.png
Entity:IsWorld
shNewerShared.png
Entity:LocalToWorld
shNewerShared.png
Entity:LocalToWorldAngles
shNewerShared.png
Entity:LookupAttachment
shNewerShared.png
Entity:LookupBone
shNewerShared.png
Entity:LookupSequence
shNewerShared.png
Entity:MakePhysicsObjectAShadow
shNewerShared.png
Entity:MuzzleFlash
shNewerShared.png
Entity:NearestPoint
shNewerShared.png
Entity:NextThink
shNewerShared.png
Entity:OBBCenter
shNewerShared.png
Entity:OBBMaxs
shNewerShared.png
Entity:OBBMins
shNewerShared.png
Entity:OnGround
shNewerShared.png
Entity:PhysWake
shNewerShared.png
Entity:PhysicsFromMesh
shNewerShared.png
Entity:PhysicsInit
shNewerShared.png
Entity:PhysicsInitBox
shNewerShared.png
Entity:PhysicsInitShadow
shNewerShared.png
Entity:PhysicsInitSphere
shNewerShared.png
Entity:Remove
shNewerShared.png
Entity:RemoveCallOnRemove
shNewerShared.png
Entity:RemoveEFlags
shNewerShared.png
Entity:RemoveEffects
shNewerShared.png
Entity:ResetSequence
shNewerShared.png
Entity:ResetSequenceInfo
shNewerShared.png
Entity:RestartGesture
shNewerShared.png
Entity:SelectWeightedSequence
shNewerShared.png
Entity:SelectWeightedSequenceSeeded
shNewerShared.png
Entity:SendViewModelMatchingSequence
shNewerShared.png
Entity:SequenceDuration
shNewerShared.png
Entity:SetAngles
shNewerShared.png
Entity:SetAnimation
shNewerShared.png
Entity:SetAttachment
shNewerShared.png
Entity:SetBodygroup
shNewerShared.png
Entity:SetBoneMatrix
shNewerShared.png
Entity:SetCollisionBounds
shNewerShared.png
Entity:SetCollisionBoundsWS
shNewerShared.png
Entity:SetCollisionGroup
shNewerShared.png
Entity:SetColor
shNewerShared.png
Entity:SetCycle
shNewerShared.png
Entity:SetDTAngle
shNewerShared.png
Entity:SetDTBool
shNewerShared.png
Entity:SetDTEntity
shNewerShared.png
Entity:SetDTFloat
shNewerShared.png
Entity:SetDTInt
shNewerShared.png
Entity:SetDTVector
shNewerShared.png
Entity:SetElasticity
shNewerShared.png
Entity:SetEntity
shNewerShared.png
Entity:SetEyeTarget
shNewerShared.png
Entity:SetFlexScale
shNewerShared.png
Entity:SetFlexWeight
shNewerShared.png
Entity:SetFriction
shNewerShared.png
Entity:SetGravity
shNewerShared.png
Entity:SetGroundEntity
shNewerShared.png
Entity:SetHealth
shNewerShared.png
Entity:SetKeyValue
shNewerShared.png
Entity:SetLocalAngles
shNewerShared.png
Entity:SetLocalAngularVelocity β
shNewerShared.png
Entity:SetLocalPos
shNewerShared.png
Entity:SetLocalVelocity
shNewerShared.png
Entity:SetMaterial
shNewerShared.png
Entity:SetModel
shNewerShared.png
Entity:SetModelName
shNewerShared.png
Entity:SetMoveParent
shNewerShared.png
Entity:SetMoveType
shNewerShared.png
Entity:SetNWAngle
shNewerShared.png
Entity:SetNWBool
shNewerShared.png
Entity:SetNWEntity
shNewerShared.png
Entity:SetNWFloat
shNewerShared.png
Entity:SetNWInt
shNewerShared.png
Entity:SetNWString
shNewerShared.png
Entity:SetNWVector
shNewerShared.png
Entity:SetNetworkedAngle
shNewerShared.png
Entity:SetNetworkedBool
shNewerShared.png
Entity:SetNetworkedEntity
shNewerShared.png
Entity:SetNetworkedFloat
shNewerShared.png
Entity:SetNetworkedInt
shNewerShared.png
Entity:SetNetworkedNumber
shNewerShared.png
Entity:SetNetworkedString
shNewerShared.png
Entity:SetNetworkedVar
shNewerShared.png
Entity:SetNetworkedVarProxy
shNewerShared.png
Entity:SetNetworkedVector
shNewerShared.png
Entity:SetNoDraw
shNewerShared.png
Entity:SetNotSolid
shNewerShared.png
Entity:SetOwner
shNewerShared.png
Entity:SetParent
shNewerShared.png
Entity:SetParentPhysNum
shNewerShared.png
Entity:SetPlaybackRate
shNewerShared.png
Entity:SetPos
shNewerShared.png
Entity:SetPoseParameter
shNewerShared.png
Entity:SetRenderFX
shNewerShared.png
Entity:SetRenderMode
shNewerShared.png
Entity:SetSaveValue
shNewerShared.png
Entity:SetSequence
shNewerShared.png
Entity:SetShouldDrawInViewMode
shNewerShared.png
Entity:SetSkin
shNewerShared.png
Entity:SetSolid
shNewerShared.png
Entity:SetTable
shNewerShared.png
Entity:SetVar
shNewerShared.png
Entity:SetVelocity
shNewerShared.png
Entity:SetWeaponModel
shNewerShared.png
Entity:SkinCount
shNewerShared.png
Entity:Spawn
shNewerShared.png
Entity:StartLoopingSound
shNewerShared.png
Entity:StartMotionController
shNewerShared.png
Entity:StopLoopingSound
shNewerShared.png
Entity:StopMotionController
shNewerShared.png
Entity:StopParticles
shNewerShared.png
Entity:StopSound
shNewerShared.png
Entity:TranslateBoneToPhysBone
shNewerShared.png
Entity:TranslatePhysBoneToBone
shNewerShared.png
Entity:ViewModelIndex
shNewerShared.png
Entity:WaterLevel
shNewerShared.png
Entity:Weapon_SetActivity
shNewerShared.png
Entity:Weapon_TranslateActivity
shNewerShared.png
Entity:WorldSpaceAABB
shNewerShared.png
Entity:WorldToLocal
shNewerShared.png
Entity:WorldToLocalAngles
shNewerShared.png
zEntity:__concat
shNewerShared.png
zEntity:__eq
shNewerShared.png
zEntity:__gc
shNewerShared.png
zEntity:__index
shNewerShared.png
zEntity:__newindex
shNewerShared.png
zEntity:__tostring

HTTPConnection

NewerShared.png HTTPConnection:__gc
NewerShared.png HTTPConnection:__index
NewerShared.png HTTPConnection:Download
NewerShared.png HTTPConnection:DownloadSize
NewerShared.png HTTPConnection:Finished
NewerShared.png HTTPConnection:GetBuffer

IRestore

NewerShared.png IRestore.__index
NewerShared.png IRestore.EndBlock
NewerShared.png IRestore.ReadAngle
NewerShared.png IRestore.ReadBool
NewerShared.png IRestore.ReadEntity
NewerShared.png IRestore.ReadFloat
NewerShared.png IRestore.ReadInt
NewerShared.png IRestore.ReadString
NewerShared.png IRestore.ReadVector
NewerShared.png IRestore.StartBlock

ISave

NewerShared.png ISave.EndBlock
NewerShared.png ISave.StartBlock
NewerShared.png ISave.WriteAngle
NewerShared.png ISave.WriteBool
NewerShared.png ISave.WriteEntity
NewerShared.png ISave.WriteFloat
NewerShared.png ISave.WriteInt
NewerShared.png ISave.WriteString
NewerShared.png ISave.WriteVector

NPC

State Method Name
seNewerServer.png
NPC:AddEntityRelationship
seNewerServer.png
NPC:AddRelationship
seNewerServer.png
NPC:AlertSound
seNewerServer.png
NPC:CapabilitiesAdd
seNewerServer.png
NPC:CapabilitiesClear
seNewerServer.png
NPC:CapabilitiesGet
seNewerServer.png
NPC:CapabilitiesRemove
seNewerServer.png
NPC:Classify
seNewerServer.png
NPC:ClearCondition
seNewerServer.png
NPC:ClearEnemyMemory
seNewerServer.png
NPC:ClearExpression
seNewerServer.png
NPC:ClearGoal
seNewerServer.png
NPC:ClearSchedule
seNewerServer.png
NPC:ConditionName
seNewerServer.png
NPC:ExitScriptedSequence
seNewerServer.png
NPC:FearSound
seNewerServer.png
NPC:FoundEnemySound
seNewerServer.png
NPC:GetActiveWeapon
seNewerServer.png
NPC:GetAimVector
seNewerServer.png
NPC:GetArrivalActivity
seNewerServer.png
NPC:GetArrivalSequence
seNewerServer.png
NPC:GetBlockingEntity
seNewerServer.png
NPC:GetCurrentWeaponProficiency
seNewerServer.png
NPC:GetEnemy
seNewerServer.png
NPC:GetExpression
seNewerServer.png
NPC:GetHullType
seNewerServer.png
NPC:GetMovementActivity
seNewerServer.png
NPC:GetMovementSequence
seNewerServer.png
NPC:GetNPCState
seNewerServer.png
NPC:GetPathDistanceToGoal
seNewerServer.png
NPC:GetPathTimeToGoal
seNewerServer.png
NPC:GetShootPos
seNewerServer.png
NPC:GetTarget
seNewerServer.png
NPC:Give
seNewerServer.png
NPC:HasCondition
seNewerServer.png
NPC:IdleSound
seNewerServer.png
NPC:IsCurrentSchedule
seNewerServer.png
NPC:IsRunningBehavior
seNewerServer.png
NPC:LostEnemySound
seNewerServer.png
NPC:MaintainActivity
seNewerServer.png
NPC:MarkEnemyAsEluded
seNewerServer.png
NPC:MoveOrder
seNewerServer.png
NPC:NavSetGoal
seNewerServer.png
NPC:NavSetGoalTarget
seNewerServer.png
NPC:NavSetRandomGoal
seNewerServer.png
NPC:NavSetWanderGoal
seNewerServer.png
NPC:PlayScene
seNewerServer.png
NPC:PlaySentence
seNewerServer.png
NPC:RemoveMemory
seNewerServer.png
NPC:RunEngineTask
seNewerServer.png
NPC:SentenceStop
seNewerServer.png
NPC:SetArrivalActivity
seNewerServer.png
NPC:SetArrivalDirection
seNewerServer.png
NPC:SetArrivalDistance
seNewerServer.png
NPC:SetArrivalSequence
seNewerServer.png
NPC:SetArrivalSpeed
seNewerServer.png
NPC:SetCondition
seNewerServer.png
NPC:SetCurrentWeaponProficiency
seNewerServer.png
NPC:SetEnemy
seNewerServer.png
NPC:SetExpression
seNewerServer.png
NPC:SetHullSizeNormal
seNewerServer.png
NPC:SetHullType
seNewerServer.png
NPC:SetLastPosition
seNewerServer.png
NPC:SetMaxRouteRebuildTime
seNewerServer.png
NPC:SetMovementActivity
seNewerServer.png
NPC:SetMovementSequence
seNewerServer.png
NPC:SetNPCState
seNewerServer.png
NPC:SetSchedule
seNewerServer.png
NPC:SetTarget
seNewerServer.png
NPC:StartEngineTask
seNewerServer.png
NPC:StopMoving
seNewerServer.png
NPC:TargetOrder
seNewerServer.png
NPC:TaskComplete
seNewerServer.png
NPC:TaskFail
seNewerServer.png
NPC:UpdateEnemyMemory
seNewerServer.png
NPC:UseActBusyBehavior
seNewerServer.png
NPC:UseAssaultBehavior
seNewerServer.png
NPC:UseFollowBehavior
seNewerServer.png
NPC:UseFuncTankBehavior
seNewerServer.png
NPC:UseLeadBehavior
seNewerServer.png
NPC:UseNoBehavior
shNewerShared.png
NPC:IsNPC
shNewerShared.png
zNPC:__gc
shNewerShared.png
zNPC:__index
shNewerShared.png
zNPC:__newindex
shNewerShared.png
zNPC:__tostring

PhysObj

NewerShared.png PhysObj:__eq
NewerShared.png PhysObj:__index
NewerShared.png PhysObj:__tostring
NewerShared.png PhysObj:AddAngleVelocity
NewerShared.png PhysObj:AddGameFlag
NewerShared.png PhysObj:AddVelocity
NewerShared.png PhysObj:AlignAngles
NewerShared.png PhysObj:ApplyForceCenter
NewerShared.png PhysObj:ApplyForceOffset
NewerShared.png PhysObj:CalculateForceOffset
NewerShared.png PhysObj:CalculateVelocityOffset
NewerShared.png PhysObj:ClearGameFlag
NewerShared.png PhysObj:ComputeShadowControl
NewerShared.png PhysObj:EnableCollisions
NewerShared.png PhysObj:EnableDrag
NewerShared.png PhysObj:EnableGravity
NewerShared.png PhysObj:EnableMotion
NewerShared.png PhysObj:GetAABB
NewerShared.png PhysObj:GetAngles
NewerShared.png PhysObj:GetAngleVelocity
NewerShared.png PhysObj:GetAngle
NewerShared.png PhysObj:GetDamping
NewerShared.png PhysObj:GetEnergy
NewerShared.png PhysObj:GetEntity
NewerShared.png PhysObj:GetInertia
NewerShared.png PhysObj:GetInvInertia
NewerShared.png PhysObj:GetInvMass
NewerShared.png PhysObj:GetMassCenter
NewerShared.png PhysObj:GetMass
NewerShared.png PhysObj:GetMaterial
NewerShared.png PhysObj:GetPos
NewerShared.png PhysObj:GetRotDamping
NewerShared.png PhysObj:GetSpeedDamping
NewerShared.png PhysObj:GetSurfaceArea
NewerShared.png PhysObj:GetVelocity
NewerShared.png PhysObj:GetVolume
NewerShared.png PhysObj:HasGameFlag
NewerShared.png PhysObj:IsAsleep
NewerShared.png PhysObj:IsCollisionEnabled
NewerShared.png PhysObj:IsDragEnabled
NewerShared.png PhysObj:IsGravityEnabled
NewerShared.png PhysObj:IsMotionEnabled
NewerShared.png PhysObj:IsMoveable
NewerShared.png PhysObj:IsPenetrating
NewerShared.png PhysObj:IsValid
NewerShared.png PhysObj:LocalToWorldVector
NewerShared.png PhysObj:LocalToWorld
NewerShared.png PhysObj:OutputDebugInfo
NewerShared.png PhysObj:RotateAroundAxis
NewerShared.png PhysObj:SetAngleDragCoefficient
NewerShared.png PhysObj:SetAngle
NewerShared.png PhysObj:SetBuoyancyRatio
NewerShared.png PhysObj:SetDamping
NewerShared.png PhysObj:SetDragCoefficient
NewerShared.png PhysObj:SetInertia
NewerShared.png PhysObj:SetMass
NewerShared.png PhysObj:SetMaterial
NewerShared.png PhysObj:SetPos
NewerShared.png PhysObj:SetVelocityInstantaneous
NewerShared.png PhysObj:SetVelocity
NewerShared.png PhysObj:Sleep
NewerShared.png PhysObj:UpdateShadow
NewerShared.png PhysObj:Wake
NewerShared.png PhysObj:WorldToLocalVector
NewerShared.png PhysObj:WorldToLocal

Player

State Method Name
seNewerServer.png
Player:AddDeaths
seNewerServer.png
Player:AddFrags
seNewerServer.png
Player:AllowImmediateDecalPainting
seNewerServer.png
Player:Ban
seNewerServer.png
Player:CreateRagdoll
seNewerServer.png
Player:CreateSharedTable
seNewerServer.png
Player:CrosshairDisable
seNewerServer.png
Player:CrosshairEnable
seNewerServer.png
Player:DetonateTripmines
seNewerServer.png
Player:DrawViewModel
seNewerServer.png
Player:DrawWorldModel
seNewerServer.png
Player:DropNamedWeapon
seNewerServer.png
Player:DropWeapon
seNewerServer.png
Player:DropObject
seNewerServer.png
Player:EnterVehicle
seNewerServer.png
Player:EquipSuit
seNewerServer.png
Player:ExitVehicle
seNewerServer.png
Player:Flashlight
seNewerServer.png
Player:GetSharedTable
seNewerServer.png
Player:GetViewEntity
seNewerServer.png
Player:GetWeapon
seNewerServer.png
Player:Give
seNewerServer.png
Player:GiveAmmo
seNewerServer.png
Player:GodDisable
seNewerServer.png
Player:GodEnable
seNewerServer.png
Player:HasWeapon
seNewerServer.png
Player:IPAddress
seNewerServer.png
Player:IsConnected
seNewerServer.png
Player:IsFullyAuthenticated
seNewerServer.png
Player:IsListenServerHost
seNewerServer.png
Player:Kick
seNewerServer.png
Player:Kill
seNewerServer.png
Player:KillSilent
seNewerServer.png
Player:LastHitGroup
seNewerServer.png
Player:Lock
seNewerServer.png
Player:PickupObject
seNewerServer.png
Player:PlayScene
seNewerServer.png
Player:PlayStepSound
seNewerServer.png
Player:RemoveAllItems
seNewerServer.png
Player:RemoveSuit
seNewerServer.png
Player:SelectWeapon
seNewerServer.png
Player:SendData
seNewerServer.png
Player:SendHint
seNewerServer.png
Player:SendLua
seNewerServer.png
Player:SetActiveWeapon
seNewerServer.png
Player:SetArmor
seNewerServer.png
Player:SetDeaths
seNewerServer.png
Player:SetFrags
seNewerServer.png
Player:SetNoTarget
seNewerServer.png
Player:SetSuppressPickupNotices
seNewerServer.png
Player:SetTeam
seNewerServer.png
Player:SetUserGroup
seNewerServer.png
Player:SetViewEntity
seNewerServer.png
Player:ShouldDropWeapon
seNewerServer.png
Player:SnapEyeAngles
seNewerServer.png
Player:Spawn
seNewerServer.png
Player:Spectate
seNewerServer.png
Player:SpectateEntity
seNewerServer.png
Player:SprayDecal
seNewerServer.png
Player:SprintDisable
seNewerServer.png
Player:SprintEnable
seNewerServer.png
Player:StopZooming
seNewerServer.png
Player:StripAmmo
seNewerServer.png
Player:StripWeapon
seNewerServer.png
Player:StripWeapons
seNewerServer.png
Player:SuppressHint
seNewerServer.png
Player:TimeConnected
seNewerServer.png
Player:TraceHullAttack
seNewerServer.png
Player:UnLock
seNewerServer.png
Player:UnSpectate
shNewerShared.png
Player:AddCleanup
shNewerShared.png
Player:AddCount
shNewerShared.png
Player:AddFrozenPhysicsObject
shNewerShared.png
Player:Alive
shNewerShared.png
Player:AnimResetGestureSlot
shNewerShared.png
Player:AnimRestartGesture
shNewerShared.png
Player:AnimRestartMainSequence
shNewerShared.png
Player:AnimSetGestureWeight
shNewerShared.png
Player:Armor
shNewerShared.png
Player:ChatPrint
shNewerShared.png
Player:CheckLimit
shNewerShared.png
Player:ConCommand
shNewerShared.png
Player:Crouching
shNewerShared.png
Player:Deaths
shNewerShared.png
Player:DebugInfo
shNewerShared.png
Player:DoAnimationEvent
shNewerShared.png
Player:DoAttackEvent
shNewerShared.png
Player:DoCustomAnimEvent
shNewerShared.png
Player:DoReloadEvent
shNewerShared.png
Player:DoSecondaryAttack
shNewerShared.png
Player:FlashlightIsOn
shNewerShared.png
Player:Frags
shNewerShared.png
Player:Freeze
shNewerShared.png
Player:GetAIM
shNewerShared.png
Player:GetActiveWeapon
shNewerShared.png
Player:GetAimVector
shNewerShared.png
Player:GetAllowFullRotation
shNewerShared.png
Player:GetAmmoCount
shNewerShared.png
Player:GetAvoidPlayers
shNewerShared.png
Player:GetCanWalk
shNewerShared.png
Player:GetCanZoom
shNewerShared.png
Player:GetCount
shNewerShared.png
Player:GetCrouchedWalkSpeed
shNewerShared.png
Player:GetCurrentCommand
shNewerShared.png
Player:GetCursorAimVector
shNewerShared.png
Player:GetDuckSpeed
shNewerShared.png
Player:GetEmail
shNewerShared.png
Player:GetEyeTrace
shNewerShared.png
Player:GetEyeTraceNoCursor
shNewerShared.png
Player:GetFOV
shNewerShared.png
Player:GetGTalk
shNewerShared.png
Player:GetInfo
shNewerShared.png
Player:GetInfoNum
shNewerShared.png
Player:GetJumpPower
shNewerShared.png
Player:GetLocation
shNewerShared.png
Player:GetMSN
shNewerShared.png
Player:GetMaxSpeed
shNewerShared.png
Player:GetName
shNewerShared.png
Player:GetNoCollideWithTeammates
shNewerShared.png
Player:GetObserverMode
shNewerShared.png
Player:GetObserverTarget
shNewerShared.png
Player:GetPData
shNewerShared.png
Player:GetPunchAngle
shNewerShared.png
Player:GetRagdollEntity
shNewerShared.png
Player:GetRunSpeed
shNewerShared.png
Player:GetScriptedVehicle
shNewerShared.png
Player:GetShootPos
shNewerShared.png
Player:GetStepSize
shNewerShared.png
Player:GetTool
shNewerShared.png
Player:GetUnDuckSpeed
shNewerShared.png
Player:GetVehicle
shNewerShared.png
Player:GetViewModel
shNewerShared.png
Player:GetViewOffset
shNewerShared.png
Player:GetViewOffsetDucked
shNewerShared.png
Player:GetWalkSpeed
shNewerShared.png
Player:GetWeapons
shNewerShared.png
Player:GetWebsite
shNewerShared.png
Player:GetXFire
shNewerShared.png
Player:InVehicle
shNewerShared.png
Player:IsAdmin
shNewerShared.png
Player:IsBot
shNewerShared.png
Player:IsFrozen
shNewerShared.png
Player:IsNPC
shNewerShared.png
Player:IsPlayer
shNewerShared.png
Player:IsSuperAdmin
shNewerShared.png
Player:IsUserGroup
shNewerShared.png
Player:IsVehicle
shNewerShared.png
Player:IsWeapon
shNewerShared.png
Player:KeyDown
shNewerShared.png
Player:KeyDownLast
shNewerShared.png
Player:KeyPressed
shNewerShared.png
Player:KeyReleased
shNewerShared.png
Player:LagCompensation
shNewerShared.png
Player:LimitHit
shNewerShared.png
Player:Name
shNewerShared.png
Player:Nick
shNewerShared.png
Player:PacketLoss
shNewerShared.png
Player:PhysgunUnfreeze
shNewerShared.png
Player:Ping
shNewerShared.png
Player:PrintMessage
shNewerShared.png
Player:RemoveAllAmmo
shNewerShared.png
Player:RemoveAmmo
shNewerShared.png
Player:RemovePData
shNewerShared.png
Player:ResetHull
shNewerShared.png
Player:SetAllowFullRotation
shNewerShared.png
Player:SetAmmo
shNewerShared.png
Player:SetAvoidPlayers
shNewerShared.png
Player:SetCanWalk
shNewerShared.png
Player:SetCanZoom
shNewerShared.png
Player:SetCrouchedWalkSpeed
shNewerShared.png
Player:SetDSP
shNewerShared.png
Player:SetDuckSpeed
shNewerShared.png
Player:SetEyeAngles
shNewerShared.png
Player:SetFOV
shNewerShared.png
Player:SetHull
shNewerShared.png
Player:SetHullDuck
shNewerShared.png
Player:SetJumpPower
shNewerShared.png
Player:SetMaxSpeed
shNewerShared.png
Player:SetNoCollideWithTeammates
shNewerShared.png
Player:SetPData
shNewerShared.png
Player:SetRunSpeed
shNewerShared.png
Player:SetScriptedVehicle
shNewerShared.png
Player:SetStepSize
shNewerShared.png
Player:SetUnDuckSpeed
shNewerShared.png
Player:SetViewOffset
shNewerShared.png
Player:SetViewOffsetDucked
shNewerShared.png
Player:SetWalkSpeed
shNewerShared.png
Player:SteamID
shNewerShared.png
Player:Team
shNewerShared.png
Player:TranslateWeaponActivity
shNewerShared.png
Player:UnfreezePhysicsObjects
shNewerShared.png
Player:UniqueID
shNewerShared.png
Player:UniqueIDTable
shNewerShared.png
Player:UserID
shNewerShared.png
Player:ViewPunch
shNewerShared.png
Player:ViewPunchReset
shNewerShared.png
zPlayer:__gc
shNewerShared.png
zPlayer:__index
shNewerShared.png
zPlayer:__newindex
shNewerShared.png
zPlayer:__tostring

SharedTable

NewerShared.pngSharedTable.__call

Vector

NewerShared.png Vector:__add
NewerShared.png Vector:__div
NewerShared.png Vector:__eq
NewerShared.png Vector:__gc
NewerShared.png Vector:__index
NewerShared.png Vector:__mul
NewerShared.png Vector:__newindex
NewerShared.png Vector:__tostring
NewerShared.png Vector:__umn
NewerShared.png Vector:Add
NewerShared.png Vector:Angle
NewerShared.png Vector:Cross
NewerShared.png Vector:Distance
NewerShared.png Vector:Dot
NewerShared.png Vector:DotProduct
NewerShared.png Vector:GetNormal
NewerShared.png Vector:GetNormalized
NewerShared.png Vector:Length
NewerShared.png Vector:Length2D
NewerShared.png Vector:Length2DSqr
NewerShared.png Vector:LengthSqr
NewerShared.png Vector:Mul
NewerShared.png Vector:Normalize
NewerShared.png Vector:Rotate
NewerShared.png Vector:Sub
NewerShared.png Vector:Zero

Vehicle

NewerServer.png Vehicle:GetDriver
NewerServer.png Vehicle:GetPassenger
NewerServer.png Vehicle:SetVehicleEntryAnim NewerShared.png Vehicle:IsVehicle
NewerShared.png Vehicle:__gc
NewerShared.png Vehicle:__index
NewerShared.png Vehicle:__newindex
NewerShared.png Vehicle:__tostring

VMatrix

NewerShared.png VMatrix:__gc
NewerShared.png VMatrix:__index
NewerShared.png VMatrix:__mul
NewerShared.png VMatrix:GetAngle
NewerShared.png VMatrix:GetScale
NewerShared.png VMatrix:GetTranslation
NewerShared.png VMatrix:Rotate
NewerShared.png VMatrix:Scale
NewerShared.png VMatrix:SetAngle
NewerShared.png VMatrix:ScaleTranslation
NewerShared.png VMatrix:SetTranslation
NewerShared.png VMatrix:Translate

Weapon

NewerShared.png Weapon:CallOnClient
NewerShared.png Weapon:Clip1
NewerShared.png Weapon:Clip2
NewerShared.png Weapon:DefaultReload
NewerShared.png Weapon:GetActivity
NewerShared.png Weapon:GetNextPrimaryFire
NewerShared.png Weapon:GetNextSecondaryFire
NewerShared.png Weapon:GetPrimaryAmmoType
NewerShared.png Weapon:GetSecondaryAmmoType
NewerShared.png Weapon:IsNPC
NewerShared.png Weapon:IsPlayer
NewerShared.png Weapon:IsVehicle
NewerShared.png Weapon:IsWeapon
NewerShared.png Weapon:IsWeaponVisible
NewerShared.png Weapon:LastShootTime
NewerShared.png Weapon:SendWeaponAnim
NewerShared.png Weapon:SetClip1
NewerShared.png Weapon:SetClip2
NewerShared.png Weapon:SetNextPrimaryFire
NewerShared.png Weapon:SetNextSecondaryFire
NewerShared.png Weapon:SetWeaponHoldType

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox