byond - Modules - TypesVar Details

/datum/component/footstep

Footstep component. Plays footsteps at parents location when it is appropriate.

Vars

fallofffalloff of soundfile see playsound()
footstep_soundsThis can be a list OR a soundfile OR null. Determines whatever sound gets played.
rangerange of soundfile see playsound()
stepshow many steps before the footstep sound is played
volumevolume of soundfile see playsound()

Var Details

falloff

falloff of soundfile see playsound()

footstep_sounds

This can be a list OR a soundfile OR null. Determines whatever sound gets played.

range

range of soundfile see playsound()

steps

how many steps before the footstep sound is played

volume

volume of soundfile see playsound()