Jump to content

Help


WeIf

Recommended Posts

14 hours ago, WeIf said:

what is


 
  1. string property

to be same َdoor ?

bool setObjectProperty ( object theObject, string property, var value )

The function setObjectProperty needs 3 required arguments (theObject, property and value) to work.

If you take a look at the setObjectProperty wiki page you'll see a `Required arguments` heading.

Any of the below properties are supported:

  • "mass" - float
  • "turn_mass" - float
  • "air_resistance" - float
  • "elasticity" - float
  • "center_of_mass" - Vector3D - (x, y, z)
  • "buoyancy" - float

The prefix before the variable name is the type.

Link to comment
4 hours ago, Jesseunit said:

bool setObjectProperty ( object theObject, string property, var value )

The function setObjectProperty needs 3 required arguments (theObject, property and value) to work.

If you take a look at the setObjectProperty wiki page you'll see a `Required arguments` heading.

Any of the below properties are supported:

  • "mass" - float
  • "turn_mass" - float
  • "air_resistance" - float
  • "elasticity" - float
  • "center_of_mass" - Vector3D - (x, y, z)
  • "buoyancy" - float

The prefix before the variable name is the type.

yes I know

 

 

 

 

buy how change to be same door ? I need example

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...