Built-in ACS functions
From ZDoom Wiki
These are all the functions that ACS has built-in. Note that these can only be used in scripts and not on linedefs or assigned to things. In those contexts, only Action Specials may be used, though action specials may also be used in scripts as if they were ACS functions.
When adding to or updating the definition of these functions, please update the Doom Builder ACS configuration as well. Thank you.
For Skulltag's additional built-in ACS functions see Skulltag features.
Contents |
Script control
Waiting
Math
Information
- ActivatorTID
- CheckActorCeilingTexture
- CheckActorClass (New from 2.4.1)
- CheckActorFloorTexture
- CheckActorProperty
- CheckPlayerCamera
- ClassifyActor
- GameSkill
- GameType
- GetActorAngle
- GetActorCeilingZ
- GetActorFloorZ
- GetActorLightLevel
- GetActorPitch
- GetActorProperty
- GetActorVelX
- GetActorVelY
- GetActorVelZ
- GetActorViewHeight
- GetActorX
- GetActorY
- GetActorZ
- GetAirSupply
- GetAmmoCapacity
- GetArmorType
- GetChar
- GetCVar
- GetLevelInfo
- GetLineRowOffset
- GetPlayerInfo
- GetPlayerInput
- GetScreenHeight
- GetScreenWidth
- GetSectorCeilingZ
- GetSectorFloorZ
- GetSectorLightLevel
- GetUserArray (New from 2.4.1)
- GetUserVariable (New from 2.4.1)
- LineSide
- PlayerClass
- PlayerCount
- PlayerFrags
- PlayerInGame
- PlayerIsBot
- PlayerNumber
- SetResultValue
- ThingCount
- ThingCountName
- ThingCountNameSector
- ThingCountSector
- Timer
Sounds
- ActivatorSound
- AmbientSound
- LocalAmbientSound
- LocalSetMusic
- SectorSound
- SetMusic
- SoundSequence
- SoundSequenceOnActor (New from 2.4.1)
- SoundSequenceOnSector (New from 2.4.1)
- SoundSequenceOnPolyobj (New from 2.4.1)
- ThingSound
Inventory
- CheckActorInventory
- CheckInventory
- CheckWeapon
- ClearActorInventory
- ClearInventory
- GiveActorInventory
- GiveInventory
- SetWeapon
- TakeActorInventory
- TakeInventory
- UseActorInventory
- UseInventory
Display
Level alteration
- ChangeCeiling
- ChangeFloor
- ChangeLevel
- ChangeSky
- ClearLineSpecial
- Radius_Quake2 (New from 2.4.1)
- ReplaceTextures
- SectorDamage
- SetAirControl
- SetCameraToTexture
- SetCeilingTrigger
- SetFloorTrigger
- SetGravity
- SetLineBlocking
- SetLineMonsterBlocking
- SetLineSpecial
- SetLineTexture
- SetSkyScrollSpeed
Actor control
- CancelFade
- CreateTranslation
- FadeRange
- FadeTo
- MorphActor
- SetActivator
- SetActivatorToTarget
- SetActorAngle
- SetActorPitch
- SetActorPosition
- SetActorProperty
- SetActorState
- SetActorVelocity
- SetAirSupply
- SetAmmoCapacity
- SetMarineSprite
- SetMarineWeapon
- SetThingSpecial
- SetUserArray (New from 2.4.1)
- SetUserVariable (New from 2.4.1)
- Spawn
- SpawnProjectile
- SpawnSpot
- SpawnSpotFacing
- SpawnSpotFacingForced
- SpawnSpotForced
- Thing_Damage2
- Thing_Projectile2
- UnMorphActor

