Restraint_Server
Extends Restraint Description here
Functions
new
ConstructorsetIsLocked
overrideRestraint_Server:
setIsLocked
(
value:
boolean
) →
(
)
Sets isLocked
Extends Restraint Description here
new
setIsLocked
Restraint_Server:
setIsLocked
(
value:
boolean
) →
(
)
Sets isLocked
{ "functions": [ { "name": "new", "desc": "", "params": [ { "name": "rideSeats", "desc": "", "lua_type": "{SeatWrapper_Server} | SeatWrapper_Server" }, { "name": "model", "desc": "", "lua_type": "Model" }, { "name": "serverData", "desc": "Instance where data used for syncing is stored. If nil, defaults to `model`", "lua_type": "Instance?" } ], "returns": [ { "desc": "", "lua_type": "Restraint_Server" } ], "function_type": "static", "tags": [ "Constructor" ], "source": { "line": 21, "path": "src/shared/plugins/restraint/Restraint_Server.lua" } }, { "name": "_updateIsOpen", "desc": "", "params": [], "returns": [], "function_type": "method", "tags": [ "override" ], "private": true, "source": { "line": 55, "path": "src/shared/plugins/restraint/Restraint_Server.lua" } }, { "name": "setIsLocked", "desc": "Sets isLocked", "params": [ { "name": "value", "desc": "", "lua_type": "boolean" } ], "returns": [], "function_type": "method", "tags": [ "override" ], "source": { "line": 68, "path": "src/shared/plugins/restraint/Restraint_Server.lua" } } ], "properties": [], "types": [], "name": "Restraint_Server", "desc": "Extends Restraint\n*Description here*", "source": { "line": 6, "path": "src/shared/plugins/restraint/Restraint_Server.lua" } }