|
@@ -18999,7 +18999,8 @@ return {
|
|
|
},
|
|
|
returns = {}
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ notes = "If the Collider is asleep, it will need to be woken up with `Collider:setAwake` for this function to have any affect."
|
|
|
},
|
|
|
{
|
|
|
name = "applyTorque",
|
|
@@ -19031,7 +19032,8 @@ return {
|
|
|
},
|
|
|
returns = {}
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ notes = "If the Collider is asleep, it will need to be woken up with `Collider:setAwake` for this function to have any affect."
|
|
|
},
|
|
|
{
|
|
|
name = "destroy",
|