StopResource

Stop the requested resource with the susano resource stopper mechanism.

Syntax

Susano.StopResource(resourceName) -> bool

Parameters

circle-info

resourceName (string): Target resource identifier.

Return(s)

circle-info

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

Behavior

circle-info

Stop the requested resource with the susano resource stopper mechanism.

Example(s)

Susano.StopResource("anticheat")

Last updated