Interaction Object Functions
Register core managed objects, remember, these are client-sided.
EnableObject
Parameter
Required
Type
Description
TMC.Functions.EnableObject("example_object")DisableObject
Parameter
Required
Type
Description
TMC.Functions.DisableObject("example_object")CreateInteractionObject
Parameter
Required
Type
Description
TMC.Functions.CreateInteractionObject("example_object", {
Model = GetHashKey("prop_mp_cone_01"),
Location = vector4(0.0, 0.0, 0.0, 0.0)
})GetCreatedObject
Parameter
Required
Type
Description
Last updated