User contributions for Micaww
10 November 2019
- 07:0707:07, 10 November 2019 diff hist −6 m Peds::new No edit summary
- 07:0607:06, 10 November 2019 diff hist −210 Peds::new No edit summary
7 November 2019
- 20:4020:40, 7 November 2019 diff hist +137 Controls::isInputDisabled →Example
18 June 2019
- 02:2402:24, 18 June 2019 diff hist +3 Vector3::negative →Returns current
31 May 2019
- 06:5306:53, 31 May 2019 diff hist +663 N Vector3::dot Created page with "This function is used to calculate the dot product of two vectors. The dot product is a number calculated by multiplying the magnitudes of both vectors together, then multipl..." current
- 06:4806:48, 31 May 2019 diff hist +362 N Vector3::cross Created page with "This function is used to calculate the cross product of two vectors. The cross product is a vector that is perpendicular to both input vectors. ==Syntax== <pre> vector.add(Ve..." current
- 06:4306:43, 31 May 2019 diff hist +341 N Vector3::toArray Created page with "This function returns an array of the partials of a Vector3. ==Syntax== <pre> vector.toArray(); </pre> == Returns == * {{RageType|number[]}} An array of [x, y, z]. ==Examp..." current
- 06:4206:42, 31 May 2019 diff hist +553 N Vector3::negative Created page with "This function returns the opposite of a Vector3 by flipping the sign of each partial. The same affect can be achieved by multiplying a vector by -1. ==Syntax== <pre> vector...."
- 06:3806:38, 31 May 2019 diff hist +4 Vector3::max No edit summary current
- 06:3806:38, 31 May 2019 diff hist +317 N Vector3::min Created page with "This function returns the minimum partial of a Vector3. ==Syntax== <pre> vector.min(); </pre> == Returns == * {{RageType|number}} The minimum. ==Example== {{ServersideCod..." current
- 06:3706:37, 31 May 2019 diff hist +314 N Vector3::max Created page with "This function returns the max partial of a Vector3. ==Syntax== <pre> vector.max(); </pre> == Returns == * {{RageType|number}} The maximum. ==Example== {{ServersideCode| <..."
- 06:3506:35, 31 May 2019 diff hist +521 N Vector3::equals Created page with "This function is used to test where two Vector3s equal each other. ==Syntax== <pre> vector.equals(Vector3 otherVec); </pre> ===Required Arguments=== *'''otherVec:''' Vector3..." current
- 06:3306:33, 31 May 2019 diff hist +315 N Vector3::angleTo Created page with "This function returns the angle (in radians) between two vectors. ==Syntax== <pre> vector.angleTo(Vector3 otherVec); </pre> ===Required Arguments=== *'''otherVec:''' Vector3..." current
- 06:2606:26, 31 May 2019 diff hist +194 N Vector3::clone Created page with "This function returns a copy of a Vector3. ==Syntax== <pre> vector.clone(); </pre> == Returns == * {{RageType|Vector3}} A new vector with the same values. ==See Also== {{V..." current
- 06:2506:25, 31 May 2019 diff hist +215 Template:Vector3 functions No edit summary current
- 06:1806:18, 31 May 2019 diff hist +246 Vector3::subtract No edit summary current
- 06:1606:16, 31 May 2019 diff hist +237 Vector3::divide No edit summary current
- 06:1506:15, 31 May 2019 diff hist 0 Vector3::add No edit summary current
- 06:1506:15, 31 May 2019 diff hist +236 Vector3::add No edit summary
- 06:1306:13, 31 May 2019 diff hist +744 N Vector3::multiply Created page with "This function is used to multiply a Vector3 by another Vector3 or scalar. ==Syntax== <pre> vector.add(Vector3 otherVec); vector.add(number scalar); </pre> ===Required Argume..." current
- 06:0706:07, 31 May 2019 diff hist +47 Vector3::add No edit summary
- 06:0606:06, 31 May 2019 diff hist −7 Vector3::divide No edit summary
- 06:0606:06, 31 May 2019 diff hist +59 Vector3::divide No edit summary
- 06:0606:06, 31 May 2019 diff hist +54 Vector3::subtract No edit summary
- 06:0606:06, 31 May 2019 diff hist +251 N Vector3::unit Created page with "This function returns a normalized copy of a Vector3- one that has the same direction but with a magnitude of 1. ==Syntax== <pre> vector.unit(); </pre> == Returns == * {{Ra..." current
- 05:5805:58, 31 May 2019 diff hist +555 N Vector3::length Created page with "This function returns the magnitude of a Vector3. It's calculated by square rooting the result of '''x * x + y * y + z * z'''. ==Syntax== <pre> vector.length(); </pre> ==..." current
- 05:5105:51, 31 May 2019 diff hist +444 N Vector3::divide Created page with "This function is used to divide a Vector3 by another Vector3. ==Syntax== <pre> vector.divide(Vector3 otherVec); </pre> ===Required Arguments=== *'''otherVec:''' Vector3: The..."
- 05:4705:47, 31 May 2019 diff hist −3 Vector3::subtract No edit summary
- 05:4705:47, 31 May 2019 diff hist +471 N Vector3::subtract Created page with "This function is used to subtract a Vector3 from another Vector3. ==Syntax== <pre> vector.subtract(Vector3 otherVec); </pre> ===Required Arguments=== *'''otherVec:''' Vector..."
- 05:4505:45, 31 May 2019 diff hist +647 N Vector3::add Created page with "This function is used to add a Vector3 to another Vector3. ==Syntax== <pre> vector.add(Vector3 otherVec); </pre> ===Required Arguments=== *'''otherVec:''' Vector3: The vecto..."
- 05:2805:28, 31 May 2019 diff hist +35 Player::ip No edit summary current
- 05:2605:26, 31 May 2019 diff hist +441 N Player::hairHighlightColor Created page with "This property returns the player's secondary hair color. '''Note: This property is read-only.''' == Getter == * {{RageType|number}} The player's hair highlight color == Exa..." current
- 05:2505:25, 31 May 2019 diff hist +410 N Player::hairColor Created page with "This property returns the player's primary hair color. '''Note: This property is read-only.''' == Getter == * {{RageType|number}} The player's hair color == Example == {{Se..." current