StopResource

Stop the requested resource with the susano resource stopper mechanism.

Syntax

Susano.StopResource(resourceName) -> bool

Parameters

resourceName (string): Target resource identifier.

Return(s)

state (boolean): Whether or not the resource has been successfully stopped

Behavior

Stop the requested resource with the susano resource stopper mechanism.

Example(s)

Susano.StopResource("anticheat")

Last updated