Thing_Stop

From ZDoom Wiki
Jump to: navigation, search

19:Thing_Stop (tid)


Usage

This stops the specified actor's current movement by setting its acceleration and speed to 0.

Example

script 1 (void)
{
        Print(s:"STOP RIGHT THERE CRIMINAL SCUM!");

        Thing_Stop(0);
        SetPlayerProperty(0, 1, PROP_TOTALLYFROZEN);
}
Personal tools
Namespaces
Variants
Actions
Navigation
ACS
DECORATE
ZDoom mods
Toolbox