User contributions for CrosRoad95
Jump to navigation
Jump to search
28 August 2021
- 15:2615:26, 28 August 2021 diff hist +10 m Vehicle Upgrades typo, should be Stratum not Statum
31 May 2021
- 13:4813:48, 31 May 2021 diff hist +1,180 CEF Tutorial No edit summary current
2 March 2021
- 15:0515:05, 2 March 2021 diff hist +106 SetColPolygonHeight No edit summary
17 January 2021
- 08:4008:40, 17 January 2021 diff hist +743 N SetColPolygonHeight Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0158|1.5.7|20397|This function is used to change height of an existing colshape polygon.}} ==Sy..."
5 January 2021
- 20:5620:56, 5 January 2021 diff hist 0 Scripting Tips →Speed comparison between structural and OOP scripting
- 20:5520:55, 5 January 2021 diff hist 0 Scripting Tips fix typo, then -> than
21 September 2020
- 15:4715:47, 21 September 2020 diff hist +167 Template:Useful Classes No edit summary
- 15:4215:42, 21 September 2020 diff hist +1,509 N Observable Created page with "{{Useful Class}} __NOTOC__ This class allows you to watch for variables changes. Call observable variable to push new state. Author: CrosRoad95 Contact discord: mtasa.com/di..."
- 15:3515:35, 21 September 2020 diff hist +10 Importer No edit summary
18 September 2020
- 11:5511:55, 18 September 2020 diff hist +110 PhysicsCreateWorld No edit summary current
20 May 2020
- 17:0717:07, 20 May 2020 diff hist +57 GetMoonSize No edit summary current
- 17:0617:06, 20 May 2020 diff hist +1 m GetRainLevel No edit summary
- 17:0517:05, 20 May 2020 diff hist +68 GetRainLevel No edit summary
- 17:0417:04, 20 May 2020 diff hist +171 GetSunSize No edit summary current
- 16:5316:53, 20 May 2020 diff hist +176 GetWindVelocity No edit summary current
20 February 2020
- 06:4006:40, 20 February 2020 diff hist +669 User:CrosRoad95 No edit summary
- 06:2306:23, 20 February 2020 diff hist +700 User:CrosRoad95 No edit summary
19 February 2020
- 20:5420:54, 19 February 2020 diff hist +274 Physics properties →Physics properties current
- 19:1619:16, 19 February 2020 diff hist +1,116 N PhysicsIsElement Created page with "__NOTOC__ {{Client function}} Returns whatever physics-element exists ==Syntax== <syntaxhighlight lang="lua"> bool physicsIsElement(physics-element thePhysicsElement)..." current
- 19:1319:13, 19 February 2020 diff hist +22 Template:Client physics functions No edit summary current
- 19:1119:11, 19 February 2020 diff hist −3 PhysicsGetElementType →Example current
- 19:0519:05, 19 February 2020 diff hist +1,045 N PhysicsGetElementType Created page with "__NOTOC__ {{Client function}} Returns type of physics-element ==Syntax== <syntaxhighlight lang="lua"> string physicsGetElementType(physics-element thePhysicsElement)..."
- 19:0219:02, 19 February 2020 diff hist +27 Template:Client physics functions No edit summary
- 15:5415:54, 19 February 2020 diff hist +245 Physics properties →Physics properties
- 15:1715:17, 19 February 2020 diff hist +743 N PhysicsBuildCollisionFromGTA Created page with "__NOTOC__ {{Client function}} Makes gta collision get copied into bullet physics collision world. Doesn't load areas thats are not streamed in ( don't have loaded collisions..." current
- 15:1015:10, 19 February 2020 diff hist +1,212 N PhysicsCreateConstraint Created page with "__NOTOC__ {{Client function}} Creates connection between rigid body and other rigid body or specified position. ==Syntax== <syntaxhighlight lang="lua"> physics-constraint p..." current
- 14:3414:34, 19 February 2020 diff hist −15 PhysicsCreateShapeFromModel →Example current
18 February 2020
- 21:3021:30, 18 February 2020 diff hist +387 PhysicsCreateShape No edit summary current
- 20:4120:41, 18 February 2020 diff hist +118 PhysicsCreateShape No edit summary
- 17:3417:34, 18 February 2020 diff hist +191 Physics debug mode →Physics debug modes current
- 17:2417:24, 18 February 2020 diff hist +21 Physics debug mode →Physics debug modes
- 17:2417:24, 18 February 2020 diff hist +2 Physics debug mode →Physics debug modes
- 17:0617:06, 18 February 2020 diff hist +1 Physics debug mode No edit summary
- 17:0517:05, 18 February 2020 diff hist +863 N Physics debug mode Created page with "===Physics properties=== used in *physicsSetDebugMode {|class="wikitable sortable" |- ! Name || Parametrs || Description |- | nodebug || bool || If set to true, resets de..."
- 17:0017:00, 18 February 2020 diff hist +496 N PhysicsSetDebugMode Created page with "__NOTOC__ {{Client function}} Changes debug mode of physicsDrawDebug ==Syntax== <syntaxhighlight lang="lua"> bool physicsSetDebugMode(physics thePhysics, string key, mixed..." current
- 16:4716:47, 18 February 2020 diff hist +3 PhysicsDestroy No edit summary current
- 16:4716:47, 18 February 2020 diff hist +765 N PhysicsDestroy Created page with "__NOTOC__ {{Client function}} Use to destroy shape, constraint, static collision or rigid body. If rigid body got destroyed, all connected constraints will destroyed too If..."
15 February 2020
- 07:4807:48, 15 February 2020 diff hist +10 PhysicsCreateWorld No edit summary
14 February 2020
- 18:1418:14, 14 February 2020 diff hist +29 Template:Client physics functions No edit summary
- 18:1318:13, 14 February 2020 diff hist +430 N PhysicsRemoveChildShape Created page with "__NOTOC__ {{Client function}} Removes child shape. ==Syntax== <syntaxhighlight lang="lua"> physics-rigid-body physicsRemoveChildShape( physics-shape theShape, int index)</s..." current
- 17:1217:12, 14 February 2020 diff hist +617 N PhysicsCreateStaticCollision Created page with "__NOTOC__ {{Client function}} Creates static collision ==Syntax== <syntaxhighlight lang="lua"> physics-static-collision physicsCreateStaticCollision(physics-shape theShape)..." current
- 16:2116:21, 14 February 2020 diff hist −14 PhysicsCreateRigidBody No edit summary current
- 16:2016:20, 14 February 2020 diff hist +1,191 N PhysicsCreateRigidBody Created page with "__NOTOC__ {{Client function}} Creates rigid body from shape ==Syntax== <syntaxhighlight lang="lua"> physics-rigid-body physicsCreateRigidBody( physics-shape theShape [ , fl..."
- 15:1115:11, 14 February 2020 diff hist +839 N PhysicsApplyDamping Created page with "__NOTOC__ {{Client function}} Slows down rigid body ==Syntax== <syntaxhighlight lang="lua"> bool physicsApplyDamping( physics-rigid-body theRigidBody, float dumping)..." current
- 15:0315:03, 14 February 2020 diff hist +624 N PhysicsApplyAngularVelocityForce Created page with "__NOTOC__ {{Client function}} Accelerate angular velocity of rigid body. ( i'm not sure is correct explanation ) ==Syntax== <syntaxhighlight lang="lua"> bool physicsApplyAng..." current
- 15:0015:00, 14 February 2020 diff hist +804 N PhysicsApplyAngularVelocity Created page with "__NOTOC__ {{Client function}} Applies angular velocity to rigid body ==Syntax== <syntaxhighlight lang="lua"> bool physicsApplyVelocity( physics-rigid-body theRigidBody, flo..." current
- 14:5414:54, 14 February 2020 diff hist −6 Template:Client physics functions No edit summary
- 14:5214:52, 14 February 2020 diff hist +711 N PhysicsApplyVelocityForce Created page with "__NOTOC__ {{Client function}} Accelerate velocity of rigid body. ( i'm not sure is correct explanation ) ==Syntax== <syntaxhighlight lang="lua"> bool physicsApplyVelocityFor..." current
- 11:3311:33, 14 February 2020 diff hist 0 PhysicsApplyVelocity No edit summary current
- 11:3211:32, 14 February 2020 diff hist −31 Template:Client physics functions No edit summary