User contributions for Shr0x
1 May 2024
- 17:5617:56, 1 May 2024 diff hist +2 Entity::stopAnim →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::isAttachedToAnyVehicle →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::setCoordsNoOffset →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::getOffsetFromGivenWorldCoords →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::getRotationVelocity →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::hasAnimFinished →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::isAtCoord →See also current
- 17:5517:55, 1 May 2024 diff hist +2 Entity::isPlayingAnim →See also current
- 17:5417:54, 1 May 2024 diff hist +2 Entity::getHeightAboveGround →See also
- 17:5417:54, 1 May 2024 diff hist +2 Entity::isUpsidedown →See also current
- 17:5417:54, 1 May 2024 diff hist +2 Entity::setVelocity →See also current
- 17:5417:54, 1 May 2024 diff hist +2 Entity::setCollision →See also current
- 17:5417:54, 1 May 2024 diff hist +2 Entity::applyForceToCenterOfMass →See also current
- 17:5317:53, 1 May 2024 diff hist +2 Entity::getOffsetFromInWorldCoords →See also current
- 17:5317:53, 1 May 2024 diff hist +2 Entity::isTouching →See also current
- 17:5317:53, 1 May 2024 diff hist +2 Entity::setCanBeDamaged →See also current
- 17:5317:53, 1 May 2024 diff hist +2 Entity::setDynamic →See also current
- 17:5317:53, 1 May 2024 diff hist +2 Entity::setMaxHealth →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::getMaxHealth →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::isStatic →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::isTouchingModel →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::setMaxSpeed →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::setLoadCollisionFlag →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::isAMission →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::getForwardVector →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::setRecordsCollisions →See also current
- 17:5217:52, 1 May 2024 diff hist +2 Entity::setCoords →See also current
- 17:5117:51, 1 May 2024 diff hist +2 Entity::doesHaveDrawable →See also current
- 17:5117:51, 1 May 2024 diff hist +2 Entity::getPedIndexFromIndex →See also current
- 17:5117:51, 1 May 2024 diff hist +2 Entity::hasClearLosToInFront →See also current
- 17:4917:49, 1 May 2024 diff hist +3,656 Template:Entity functions c will contain data of mp.game.entity current
- 17:4817:48, 1 May 2024 diff hist +7,765 N Template:Entity definition c Created page with "*Entity.applyForceToCenterOfMass *Entity.applyForceTo *Entity.attachToPhysically *Entity.attachTo *Entity.clearLastDamage *Entity.createForcedObject *Entity.createModelHideExcludingScriptObjects *Entity.createModelHide *En..."
- 17:2217:22, 1 May 2024 diff hist +2 Vehicle::canShuffleSeat →See also current
- 17:2217:22, 1 May 2024 diff hist +2 Vehicle::attachToTrailer →See also current
- 17:2217:22, 1 May 2024 diff hist +2 Vehicle::attachToTowTruck →See also current
- 17:2217:22, 1 May 2024 diff hist +2 Vehicle::attachToCargobob →See also current
- 17:1917:19, 1 May 2024 diff hist +2 Vehicle::areAllWindowsIntact No edit summary current
- 17:1917:19, 1 May 2024 diff hist +2 Vehicle::addUpsidedownCheck No edit summary current
- 17:0617:06, 1 May 2024 diff hist +1 Client-side functions No edit summary
- 16:5116:51, 1 May 2024 diff hist +419 N Object::getAllByHash Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hash:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3[]}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.getAllByHash(hash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TODO: Example" current
- 16:5116:51, 1 May 2024 diff hist +473 N Object::getIsArenaPropPhysicsDisabled Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.getIsArenaPropPhysicsDisabled(object, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TODO: Example" current
- 16:5116:51, 1 May 2024 diff hist +552 N Object::setEnableArenaPropPhysicsOnPed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} *'''p2:''' {{RageType|number}} *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setEnableArenaPropPhysicsOnPed(object, toggle, p2, ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also==..." current
- 16:5116:51, 1 May 2024 diff hist +510 N Object::setEnableArenaPropPhysics Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} *'''p2:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setEnableArenaPropPhysics(object, toggle, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientsi..." current
- 16:5116:51, 1 May 2024 diff hist +514 N Object::setForceThisFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setForceThisFrame(x, y, z, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clie..." current
- 16:5116:51, 1 May 2024 diff hist +473 N Object::setStuntPropDuration Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''duration:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setStuntPropDuration(object, duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TODO: Example" current
- 16:5016:50, 1 May 2024 diff hist +429 N Object::getPickupHash Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''pickupHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.getPickupHash(pickupHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TODO: Example" current
- 16:5016:50, 1 May 2024 diff hist +460 N Object::setStuntPropSpeedup Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setStuntPropSpeedup(object, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TODO: Example" current
- 16:5016:50, 1 May 2024 diff hist +556 N Object::setLightColor Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setLightColor(object, p1, r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See als..." current
- 16:5016:50, 1 May 2024 diff hist +654 N Object::setTextureVariationOfClosestOfType Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''modelHash:''' {{RageType|number}} *'''textureVariation:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setTextureVariationOfClosestOfType(x, y, z, radius, modelHash, textureVariation) </syntax..." current
- 16:4916:49, 1 May 2024 diff hist +488 N Object::setTextureVariation Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''object:''' {{RageType|number}} *'''textureVariation:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.object.setTextureVariation(object, textureVariation) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Object_functions_c}} Category:Clientside API Category:TO..." current