Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
bool | CollisionGroupContainsPart (string name, BasePart part) | 287 492 | |
void | CollisionGroupSetCollidable (string name1, string name2, bool collidable) | 287 | |
bool | CollisionGroupsAreCollidable (string name1, string name2) | 287 | |
int | CreateCollisionGroup (string name) | 287 | |
int | GetCollisionGroupId (string name) | 287 | |
string | GetCollisionGroupName (int name) | 287 | |
Array | GetCollisionGroups () | 287 | |
int | GetMaxCollisionGroups () | 287 | |
void | IkSolve (BasePart part, CFrame target, float translateStiffness, float rotateStiffness) | 355 483 | |
void | LocalIkSolve (BasePart part, CFrame target, float translateStiffness, float rotateStiffness) | 355 483 | |
void | RemoveCollisionGroup (string name) | 287 | |
void | RenameCollisionGroup (string from, string to) | 287 | |
void | SetPartCollisionGroup (BasePart part, string name) | 287 492 | |
51 members inherited from Instance |
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
name | string | none |
part | BasePart | none |
Return Type | bool |
---|
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
name1 | string | none |
name2 | string | none |
collidable | bool | none |
Return Type | void |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
name1 | string | none |
name2 | string | none |
Return Type | bool |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
name | string | none |
Return Type | int |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
name | string | none |
Return Type | int |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
name | int | none |
Return Type | string |
---|
Parameters | 0 |
---|
Name | Type | Default |
---|---|---|
No parameters. |
Return Type | Array |
---|
Parameters | 0 |
---|
Name | Type | Default |
---|---|---|
No parameters. |
Return Type | int |
---|
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
part | BasePart | none |
target | CFrame | none |
translateStiffness | float | none |
rotateStiffness | float | none |
Return Type | void |
---|---|
Security | RobloxScriptSecurity |
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
part | BasePart | none |
target | CFrame | none |
translateStiffness | float | none |
rotateStiffness | float | none |
Return Type | void |
---|---|
Security | LocalUserSecurity |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
name | string | none |
Return Type | void |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
from | string | none |
to | string | none |
Return Type | void |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
part | BasePart | none |
name | string | none |
Return Type | void |
---|