Method CreateProp
CreateProp(Model, Vector3, Boolean, Boolean)
Declaration
public static Prop CreateProp(Model model, Vector3 position, bool dynamic, bool placeOnGround)
Parameters
Type |
Name |
Description |
Model |
model |
|
Vector3 |
position |
|
System.Boolean |
dynamic |
|
System.Boolean |
placeOnGround |
|
Returns
CreateProp(Model, Vector3, Vector3, Boolean, Boolean)
Declaration
public static Prop CreateProp(Model model, Vector3 position, Vector3 rotation, bool dynamic, bool placeOnGround)
Parameters
Type |
Name |
Description |
Model |
model |
|
Vector3 |
position |
|
Vector3 |
rotation |
|
System.Boolean |
dynamic |
|
System.Boolean |
placeOnGround |
|
Returns