Client-side CSharp functions: Difference between revisions
No edit summary |
(→Input) |
||
| (94 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
==Chat== | ==Chat== | ||
*Functions: | *Functions: | ||
| Line 20: | Line 11: | ||
*[[RAGE.Discord.Update|Update]] | *[[RAGE.Discord.Update|Update]] | ||
== | ==Elements== | ||
===Blip=== | |||
{{Blip_definition_cs}} | |||
===Checkpoint=== | |||
{{Checkpoint_definition_cs}} | |||
===Entity=== | |||
{{Entity_definition_cs}} | |||
===MapObject=== | |||
{{MapObject_definition_cs}} | |||
===Ped=== | |||
{{Ped_definition_cs}} | |||
===Vehicle=== | |||
{{Vehicle_definition_cs}} | |||
==Events== | |||
{{Event_definition_cs}} | |||
==Input== | ==Input== | ||
*[[RAGE.Input.IsUp|IsUp]] | *[[RAGE.Input.IsUp|RAGE.Input.IsUp]] | ||
*[[RAGE.Input.IsDown|IsDown]] | *[[RAGE.Input.IsDown|RAGE.Input.IsDown]] | ||
*[[RAGE.Input.TakeScreenshot|TakeScreenshot]] | *[[RAGE.Input.TakeScreenshot|RAGE.Input.TakeScreenshot]] | ||
== | ==Game== | ||
*[[ | ===Ai=== | ||
{{Ai_definition_cs}} | |||
===App=== | |||
{{App_definition_cs}} | |||
===Audio=== | |||
{{Audio_definition_cs}} | |||
===Cam=== | |||
{{Cam_definition_cs}} | |||
===Clock=== | |||
{{Clock_definition_cs}} | |||
===Cutscene=== | |||
{{Cutscene_definition_cs}} | |||
===Datafile=== | |||
*[[Datafile::arrayValueAddBoolean|ArrayValueAddBoolean]] | |||
*[[Datafile::arrayValueAddFloat|ArrayValueAddFloat]] | |||
*[[Datafile::arrayValueAddInteger|ArrayValueAddInteger]] | |||
*[[Datafile::arrayValueAddObject|ArrayValueAddObject]] | |||
*[[Datafile::arrayValueAddString|ArrayValueAddString]] | |||
*[[Datafile::arrayValueAddVector3|ArrayValueAddVector3]] | |||
*[[Datafile::arrayValueGetBoolean|ArrayValueGetBoolean]] | |||
*[[Datafile::arrayValueGetFloat|ArrayValueGetFloat]] | |||
*[[Datafile::arrayValueGetInteger|ArrayValueGetInteger]] | |||
*[[Datafile::arrayValueGetObject|ArrayValueGetObject]] | |||
*[[Datafile::arrayValueGetSize|ArrayValueGetSize]] | |||
*[[Datafile::arrayValueGetString|ArrayValueGetString]] | |||
*[[Datafile::arrayValueGetType|ArrayValueGetType]] | |||
*[[Datafile::arrayValueGetVector3|ArrayValueGetVector3]] | |||
*[[Datafile::datafileCreate|DatafileCreate]] | |||
*[[Datafile::datafileDelete|DatafileDelete]] | |||
*[[Datafile::datafileGetFileDict|DatafileGetFileDict]] | |||
*[[Datafile::datafileIsSavePending|DatafileIsSavePending]] | |||
*[[Datafile::loadUgcFile|LoadUgcFile]] | |||
*[[Datafile::objectValueAddArray|ObjectValueAddArray]] | |||
*[[Datafile::objectValueAddBoolean|ObjectValueAddBoolean]] | |||
*[[Datafile::objectValueAddFloat|ObjectValueAddFloat]] | |||
*[[Datafile::objectValueAddInteger|ObjectValueAddInteger]] | |||
*[[Datafile::objectValueAddObject|ObjectValueAddObject]] | |||
*[[Datafile::objectValueAddString|ObjectValueAddString]] | |||
*[[Datafile::objectValueAddVector3|ObjectValueAddVector3]] | |||
*[[Datafile::objectValueGetArray|ObjectValueGetArray]] | |||
*[[Datafile::objectValueGetBoolean|ObjectValueGetBoolean]] | |||
*[[Datafile::objectValueGetFloat|ObjectValueGetFloat]] | |||
*[[Datafile::objectValueGetInteger|ObjectValueGetInteger]] | |||
*[[Datafile::objectValueGetObject|ObjectValueGetObject]] | |||
*[[Datafile::objectValueGetString|ObjectValueGetString]] | |||
*[[Datafile::objectValueGetVector3|ObjectValueGetVector3]] | |||
===Decorator=== | |||
*[[Decorator::decorExistOn|DecorExistOn]] | |||
*[[Decorator::decorGetBool|DecorGetBool]] | |||
*[[Decorator::decorGetFloat|DecorGetFloat]] | |||
*[[Decorator::decorGetInt|DecorGetInt]] | |||
*[[Decorator::decorIsRegisteredAsType|DecorIsRegisteredAsType]] | |||
*[[Decorator::decorRegister|DecorRegister]] | |||
*[[Decorator::decorRegisterLock|DecorRegisterLock]] | |||
*[[Decorator::decorRemove|DecorRemove]] | |||
*[[Decorator::decorSetBool|DecorSetBool]] | |||
*[[Decorator::decorSetFloat|DecorSetFloat]] | |||
*[[Decorator::decorSetInt|DecorSetInt]] | |||
*[[Decorator::decorSetTime|DecorSetTime]] | |||
===Dlc=== | |||
*[[Dlc2::getIsLoadingScreenActive|GetIsLoadingScreenActive]] | |||
*[[Dlc2::isDlcPresent|IsDlcPresent]] | |||
*[[Dlc2::loadMpDlcMaps|LoadMpDlcMaps]] | |||
*[[Dlc2::loadSpDlcMaps|LoadSpDlcMaps]] | |||
*[[Dlc2::nullify|Nullify]] | |||
===Entity=== | |||
*[[Entity::applyForceToEntity|ApplyForceToEntity]] | |||
*[[Entity::applyForceToEntityCenterOfMass|ApplyForceToEntityCenterOfMass]] | |||
*[[Entity::attachEntityToEntity|AttachEntityToEntity]] | |||
*[[Entity::attachEntityToEntityPhysically|AttachEntityToEntityPhysically]] | |||
*[[Entity::clearEntityLastDamageEntity|ClearEntityLastDamageEntity]] | |||
*[[Entity::createForcedObject|CreateForcedObject]] | |||
*[[Entity::createModelHide|CreateModelHide]] | |||
*[[Entity::createModelHideExcludingScriptObjects|CreateModelHideExcludingScriptObjects]] | |||
*[[Entity::createModelSwap|CreateModelSwap]] | |||
*[[Entity::deleteEntity|DeleteEntity]] | |||
*[[Entity::detachEntity|DetachEntity]] | |||
*[[Entity::doesEntityBelongToThisScript|DoesEntityBelongToThisScript]] | |||
*[[Entity::doesEntityExist|DoesEntityExist]] | |||
*[[Entity::doesEntityHaveDrawable|DoesEntityHaveDrawable]] | |||
*[[Entity::doesEntityHavePhysics|DoesEntityHavePhysics]] | |||
*[[Entity::findAnimEventPhase|FindAnimEventPhase]] | |||
*[[Entity::forceEntityAiAndAnimationUpdate|ForceEntityAiAndAnimationUpdate]] | |||
*[[Entity::freezeEntityPosition|FreezeEntityPosition]] | |||
*[[Entity::getAnimDuration|GetAnimDuration]] | |||
*[[Entity::getCollisionNormalOfLastHitForEntity|GetCollisionNormalOfLastHitForEntity]] | |||
*[[Entity::getEntityAlpha|GetEntityAlpha]] | |||
*[[Entity::getEntityAnimCurrentTime|GetEntityAnimCurrentTime]] | |||
*[[Entity::getEntityAnimTotalTime|GetEntityAnimTotalTime]] | |||
*[[Entity::getEntityAttachedTo|GetEntityAttachedTo]] | |||
*[[Entity::getEntityBoneIndexByName|GetEntityBoneIndexByName]] | |||
*[[Entity::getEntityCollisionDisabled|GetEntityCollisionDisabled]] | |||
*[[Entity::getEntityCoords|GetEntityCoords]] | |||
*[[Entity::getEntityForwardVector|GetEntityForwardVector]] | |||
*[[Entity::getEntityForwardX|GetEntityForwardX]] | |||
*[[Entity::getEntityForwardY|GetEntityForwardY]] | |||
*[[Entity::getEntityHeading|GetEntityHeading]] | |||
*[[Entity::getEntityPhysicsHeading|GetEntityPhysicsHeading]] | |||
*[[Entity::getEntityHealth|GetEntityHealth]] | |||
*[[Entity::getEntityHeight|GetEntityHeight]] | |||
*[[Entity::getEntityHeightAboveGround|GetEntityHeightAboveGround]] | |||
*[[Entity::getEntityLodDist|GetEntityLodDist]] | |||
*[[Entity::getEntityMatrix|GetEntityMatrix]] | |||
*[[Entity::getEntityMaxHealth|GetEntityMaxHealth]] | |||
*[[Entity::getEntityModel|GetEntityModel]] | |||
*[[Entity::getEntityPitch|GetEntityPitch]] | |||
*[[Entity::getEntityPopulationType|GetEntityPopulationType]] | |||
*[[Entity::getEntityQuaternion|GetEntityQuaternion]] | |||
*[[Entity::getEntityRoll|GetEntityRoll]] | |||
*[[Entity::getEntityRotation|GetEntityRotation]] | |||
*[[Entity::getEntityRotationVelocity|GetEntityRotationVelocity]] | |||
*[[Entity::getEntityScript|GetEntityScript]] | |||
*[[Entity::getEntitySpeed|GetEntitySpeed]] | |||
*[[Entity::getEntitySpeedVector|GetEntitySpeedVector]] | |||
*[[Entity::getEntitySubmergedLevel|GetEntitySubmergedLevel]] | |||
*[[Entity::getEntityType|GetEntityType]] | |||
*[[Entity::getEntityUprightValue|GetEntityUprightValue]] | |||
*[[Entity::getEntityVelocity|GetEntityVelocity]] | |||
*[[Entity::getLastMaterialHitByEntity|GetLastMaterialHitByEntity]] | |||
*[[Entity::getNearestPlayerToEntity|GetNearestPlayerToEntity]] | |||
*[[Entity::getNearestPlayerToEntityOnTeam|GetNearestPlayerToEntityOnTeam]] | |||
*[[Entity::getOffsetFromEntityGivenWorldCoords|GetOffsetFromEntityGivenWorldCoords]] | |||
*[[Entity::getOffsetFromEntityInWorldCoords|GetOffsetFromEntityInWorldCoords]] | |||
*[[Entity::getObjectIndexFromEntityIndex|GetObjectIndexFromEntityIndex]] | |||
*[[Entity::getPedIndexFromEntityIndex|GetPedIndexFromEntityIndex]] | |||
*[[Entity::getVehicleIndexFromEntityIndex|GetVehicleIndexFromEntityIndex]] | |||
*[[Entity::getWorldPositionOfEntityBone|GetWorldPositionOfEntityBone]] | |||
*[[Entity::hasAnimEventFired|HasAnimEventFired]] | |||
*[[Entity::hasCollisionLoadedAroundEntity|HasCollisionLoadedAroundEntity]] | |||
*[[Entity::hasEntityAnimFinished|HasEntityAnimFinished]] | |||
*[[Entity::hasEntityBeenDamagedByAnyObject|HasEntityBeenDamagedByAnyObject]] | |||
*[[Entity::hasEntityBeenDamagedByAnyPed|HasEntityBeenDamagedByAnyPed]] | |||
*[[Entity::hasEntityBeenDamagedByAnyVehicle|HasEntityBeenDamagedByAnyVehicle]] | |||
*[[Entity::hasEntityBeenDamagedByEntity|HasEntityBeenDamagedByEntity]] | |||
*[[Entity::hasEntityClearLosToEntity|HasEntityClearLosToEntity]] | |||
*[[Entity::hasEntityClearLosToEntityInFront|HasEntityClearLosToEntityInFront]] | |||
*[[Entity::hasEntityCollidedWithAnything|HasEntityCollidedWithAnything]] | |||
*[[Entity::isAnEntity|IsAnEntity]] | |||
*[[Entity::isEntityAnObject|IsEntityAnObject]] | |||
*[[Entity::isEntityAttached|IsEntityAttached]] | |||
*[[Entity::isEntityAttachedToAnyObject|IsEntityAttachedToAnyObject]] | |||
*[[Entity::isEntityAttachedToAnyPed|IsEntityAttachedToAnyPed]] | |||
*[[Entity::isEntityAttachedToAnyVehicle|IsEntityAttachedToAnyVehicle]] | |||
*[[Entity::isEntityAttachedToEntity|IsEntityAttachedToEntity]] | |||
*[[Entity::isEntityAtCoord|IsEntityAtCoord]] | |||
*[[Entity::isEntityAtEntity|IsEntityAtEntity]] | |||
*[[Entity::isEntityAMissionEntity|IsEntityAMissionEntity]] | |||
*[[Entity::isEntityAPed|IsEntityAPed]] | |||
*[[Entity::isEntityAVehicle|IsEntityAVehicle]] | |||
*[[Entity::isEntityDead|IsEntityDead]] | |||
*[[Entity::isEntityInAir|IsEntityInAir]] | |||
*[[Entity::isEntityInAngledArea|IsEntityInAngledArea]] | |||
*[[Entity::isEntityInArea|IsEntityInArea]] | |||
*[[Entity::isEntityInWater|IsEntityInWater]] | |||
*[[Entity::isEntityInZone|IsEntityInZone]] | |||
*[[Entity::isEntityOccluded|IsEntityOccluded]] | |||
*[[Entity::isEntityOnScreen|IsEntityOnScreen]] | |||
*[[Entity::isEntityPlayingAnim|IsEntityPlayingAnim]] | |||
*[[Entity::isEntityStatic|IsEntityStatic]] | |||
*[[Entity::isEntityTouchingEntity|IsEntityTouchingEntity]] | |||
*[[Entity::isEntityTouchingModel|IsEntityTouchingModel]] | |||
*[[Entity::isEntityUpright|IsEntityUpright]] | |||
*[[Entity::isEntityUpsidedown|IsEntityUpsidedown]] | |||
*[[Entity::isEntityVisible|IsEntityVisible]] | |||
*[[Entity::isEntityVisibleToScript|IsEntityVisibleToScript]] | |||
*[[Entity::isEntityWaitingForWorldCollision|IsEntityWaitingForWorldCollision]] | |||
*[[Entity::playEntityAnim|PlayEntityAnim]] | |||
*[[Entity::playSynchronizedEntityAnim|PlaySynchronizedEntityAnim]] | |||
*[[Entity::playSynchronizedMapEntityAnim|PlaySynchronizedMapEntityAnim]] | |||
*[[Entity::processEntityAttachments|ProcessEntityAttachments]] | |||
*[[Entity::removeForcedObject|RemoveForcedObject]] | |||
*[[Entity::removeModelHide|RemoveModelHide]] | |||
*[[Entity::removeModelSwap|RemoveModelSwap]] | |||
*[[Entity::resetEntityAlpha|ResetEntityAlpha]] | |||
*[[Entity::setEntityAlpha|SetEntityAlpha]] | |||
*[[Entity::setEntityAlwaysPrerender|SetEntityAlwaysPrerender]] | |||
*[[Entity::setEntityAnimCurrentTime|SetEntityAnimCurrentTime]] | |||
*[[Entity::setEntityAnimSpeed|SetEntityAnimSpeed]] | |||
*[[Entity::setEntityAsMissionEntity|SetEntityAsMissionEntity]] | |||
*[[Entity::setEntityCanBeDamaged|SetEntityCanBeDamaged]] | |||
*[[Entity::setEntityCanBeDamagedByRelationshipGroup|SetEntityCanBeDamagedByRelationshipGroup]] | |||
*[[Entity::setEntityCanBeTargetedWithoutLos|SetEntityCanBeTargetedWithoutLos]] | |||
*[[Entity::setEntityCollision|SetEntityCollision]] | |||
*[[Entity::setEntityCoords|SetEntityCoords]] | |||
*[[Entity::setEntityCoordsNoOffset|SetEntityCoordsNoOffset]] | |||
*[[Entity::setEntityCoords2|SetEntityCoords2]] | |||
*[[Entity::setEntityDynamic|SetEntityDynamic]] | |||
*[[Entity::setEntityHasGravity|SetEntityHasGravity]] | |||
*[[Entity::setEntityHeading|SetEntityHeading]] | |||
*[[Entity::setEntityHealth|SetEntityHealth]] | |||
*[[Entity::setEntityInvincible|SetEntityInvincible]] | |||
*[[Entity::setEntityIsTargetPriority|SetEntityIsTargetPriority]] | |||
*[[Entity::setEntityLights|SetEntityLights]] | |||
*[[Entity::setEntityLoadCollisionFlag|SetEntityLoadCollisionFlag]] | |||
*[[Entity::setEntityLodDist|SetEntityLodDist]] | |||
*[[Entity::setEntityMaxHealth|SetEntityMaxHealth]] | |||
*[[Entity::setEntityMaxSpeed|SetEntityMaxSpeed]] | |||
*[[Entity::setEntityMotionBlur|SetEntityMotionBlur]] | |||
*[[Entity::setEntityNoCollisionEntity|SetEntityNoCollisionEntity]] | |||
*[[Entity::setEntityOnlyDamagedByPlayer|SetEntityOnlyDamagedByPlayer]] | |||
*[[Entity::setEntityOnlyDamagedByRelationshipGroup|SetEntityOnlyDamagedByRelationshipGroup]] | |||
*[[Entity::setEntityProofs|SetEntityProofs]] | |||
*[[Entity::setEntityQuaternion|SetEntityQuaternion]] | |||
*[[Entity::setEntityRecordsCollisions|SetEntityRecordsCollisions]] | |||
*[[Entity::setEntityRenderScorched|SetEntityRenderScorched]] | |||
*[[Entity::setEntityRotation|SetEntityRotation]] | |||
*[[Entity::setEntitySomething|SetEntitySomething]] | |||
*[[Entity::setEntityTrafficlightOverride|SetEntityTrafficlightOverride]] | |||
*[[Entity::setEntityVelocity|SetEntityVelocity]] | |||
*[[Entity::setEntityVisible|SetEntityVisible]] | |||
*[[Entity::setEntityAsNoLongerNeeded|SetEntityAsNoLongerNeeded]] | |||
*[[Entity::setPedAsNoLongerNeeded|SetPedAsNoLongerNeeded]] | |||
*[[Entity::setVehicleAsNoLongerNeeded|SetVehicleAsNoLongerNeeded]] | |||
*[[Entity::setObjectAsNoLongerNeeded|SetObjectAsNoLongerNeeded]] | |||
*[[Entity::stopEntityAnim|StopEntityAnim]] | |||
*[[Entity::stopSynchronizedEntityAnim|StopSynchronizedEntityAnim]] | |||
*[[Entity::stopSynchronizedMapEntityAnim|StopSynchronizedMapEntityAnim]] | |||
*[[Entity::wouldEntityBeOccluded|WouldEntityBeOccluded]] | |||
===Event=== | |||
*[[Event::addShockingEventAtPosition|AddShockingEventAtPosition]] | |||
*[[Event::addShockingEventForEntity|AddShockingEventForEntity]] | |||
*[[Event::blockDecisionMakerEvent|BlockDecisionMakerEvent]] | |||
*[[Event::clearDecisionMakerEventResponse|ClearDecisionMakerEventResponse]] | |||
*[[Event::isShockingEventInSphere|IsShockingEventInSphere]] | |||
*[[Event::removeAllShockingEvents|RemoveAllShockingEvents]] | |||
*[[Event::removeShockingEvent|RemoveShockingEvent]] | |||
*[[Event::removeShockingEventSpawnBlockingAreas|RemoveShockingEventSpawnBlockingAreas]] | |||
*[[Event::setDecisionMaker|SetDecisionMaker]] | |||
*[[Event::suppressAgitationEventsNextFrame|SuppressAgitationEventsNextFrame]] | |||
*[[Event::suppressShockingEventsNextFrame|SuppressShockingEventsNextFrame]] | |||
*[[Event::suppressShockingEventTypeNextFrame|SuppressShockingEventTypeNextFrame]] | |||
*[[Event::unblockDecisionMakerEvent|UnblockDecisionMakerEvent]] | |||
== | ===Files=== | ||
*[[RAGE.Game.Files.GetDlcVehicleData | GetDlcVehicleData]] | |||
*[[RAGE.Game.Files.GetDlcVehicleData|GetDlcVehicleData]] | |||
*[[RAGE.Game.Files.GetDlcVehicleModel|GetDlcVehicleModel]] | *[[RAGE.Game.Files.GetDlcVehicleModel|GetDlcVehicleModel]] | ||
*[[RAGE.Game.Files.GetDlcWeaponData|GetDlcWeaponData]] | *[[RAGE.Game.Files.GetDlcWeaponData|GetDlcWeaponData]] | ||
| Line 608: | Line 296: | ||
*[[RAGE.Game.Files.InitShopPedProp|InitShopPedProp]] | *[[RAGE.Game.Files.InitShopPedProp|InitShopPedProp]] | ||
*[[RAGE.Game.Files.IsDlcVehicleMod|IsDlcVehicleMod]] | *[[RAGE.Game.Files.IsDlcVehicleMod|IsDlcVehicleMod]] | ||
===[[RAGE.Game.Fire | Fire]]=== | |||
*[[RAGE.Game.Fire.AddExplosionWithUserVfx|AddExplosionWithUserVfx]] | *[[RAGE.Game.Fire.AddExplosionWithUserVfx|AddExplosionWithUserVfx]] | ||
*[[RAGE.Game.Fire.GetClosestFirePos|GetClosestFirePos]] | *[[RAGE.Game.Fire.GetClosestFirePos|GetClosestFirePos]] | ||
| Line 622: | Line 304: | ||
*[[RAGE.Game.Fire.StartEntityFire|StartEntityFire]] | *[[RAGE.Game.Fire.StartEntityFire|StartEntityFire]] | ||
*[[RAGE.Game.Fire.StopEntityFire|StopEntityFire]] | *[[RAGE.Game.Fire.StopEntityFire|StopEntityFire]] | ||
*[[ | ===Graphics=== | ||
*[[ | *[[Graphics::addClanDecalToVehicle|AddClanDecalToVehicle]] | ||
*[[ | *[[Graphics::addDecal|AddDecal]] | ||
*[[ | *[[Graphics::addEntityIcon|AddEntityIcon]] | ||
*[[ | *[[Graphics::addPetrolDecal|AddPetrolDecal]] | ||
*[[ | *[[Graphics::attachTvAudioToEntity|AttachTvAudioToEntity]] | ||
*[[ | *[[Graphics::beginTextCommandScaleformString|BeginTextCommandScaleformString]] | ||
*[[ | *[[Graphics::callScaleformMovieFunctionFloatParams|CallScaleformMovieFunctionFloatParams]] | ||
*[[ | *[[Graphics::callScaleformMovieFunctionMixedParams|CallScaleformMovieFunctionMixedParams]] | ||
*[[ | *[[Graphics::callScaleformMovieFunctionStringParams|CallScaleformMovieFunctionStringParams]] | ||
*[[ | *[[Graphics::callScaleformMovieMethod|CallScaleformMovieMethod]] | ||
*[[ | *[[Graphics::clearDrawOrigin|ClearDrawOrigin]] | ||
*[[ | *[[Graphics::clearTimecycleModifier|ClearTimecycleModifier]] | ||
*[[ | *[[Graphics::createCheckpoint|CreateCheckpoint]] | ||
*[[ | *[[Graphics::createTrackedPoint|CreateTrackedPoint]] | ||
*[[ | *[[Graphics::deleteCheckpoint|DeleteCheckpoint]] | ||
*[[ | *[[Graphics::destroyTrackedPoint|DestroyTrackedPoint]] | ||
*[[ | *[[Graphics::disableVehicleDistantlights|DisableVehicleDistantlights]] | ||
*[[ | *[[Graphics::doesParticleFxLoopedExist|DoesParticleFxLoopedExist]] | ||
*[[ | *[[Graphics::doesVehicleHaveDecal|DoesVehicleHaveDecal]] | ||
*[[ | *[[Graphics::drawBox|DrawBox]] | ||
*[[ | *[[Graphics::drawDebugBox|DrawDebugBox]] | ||
*[[ | *[[Graphics::drawDebugCross|DrawDebugCross]] | ||
*[[ | *[[Graphics::drawDebugLineWithTwoColours|DrawDebugLineWithTwoColours]] | ||
*[[ | *[[Graphics::drawDebugSphere|DrawDebugSphere]] | ||
*[[ | *[[Graphics::drawDebugText|DrawDebugText]] | ||
*[[ | *[[Graphics::drawDebugText2d|DrawDebugText2d]] | ||
*[[ | *[[Graphics::drawLightWithRange|DrawLightWithRange]] | ||
*[[ | *[[Graphics::drawLightWithRangeAndShadow|DrawLightWithRangeAndShadow]] | ||
*[[ | *[[Graphics::drawLine|DrawLine]] | ||
*[[ | *[[Graphics::drawMarker|DrawMarker]] | ||
*[[ | *[[Graphics::drawPoly|DrawPoly]] | ||
*[[ | *[[Graphics::drawRect|DrawRect]] | ||
*[[ | *[[Graphics::drawScaleformMovie|DrawScaleformMovie]] | ||
*[[ | *[[Graphics::drawScaleformMovie3d|DrawScaleformMovie3d]] | ||
*[[ | *[[Graphics::drawScaleformMovie3dNonAdditive|DrawScaleformMovie3dNonAdditive]] | ||
*[[ | *[[Graphics::drawScaleformMovieFullscreen|DrawScaleformMovieFullscreen]] | ||
*[[ | *[[Graphics::drawScaleformMovieFullscreenMasked|DrawScaleformMovieFullscreenMasked]] | ||
*[[ | *[[Graphics::drawSpotLightWithShadow|DrawSpotLightWithShadow]] | ||
*[[ | *[[Graphics::drawSpotLight|DrawSpotLight]] | ||
*[[ | *[[Graphics::drawSprite|DrawSprite]] | ||
*[[ | *[[Graphics::drawTvChannel|DrawTvChannel]] | ||
*[[ | *[[Graphics::enableAlienBloodVfx|EnableAlienBloodVfx]] | ||
*[[ | *[[Graphics::enableClownBloodVfx|EnableClownBloodVfx]] | ||
*[[ | *[[Graphics::enableMovieSubtitles|EnableMovieSubtitles]] | ||
*[[ | *[[Graphics::endTextCommandScaleformString|EndTextCommandScaleformString]] | ||
*[[ | *[[Graphics::endTextCommandScaleformString2|EndTextCommandScaleformString2]] | ||
*[[ | *[[Graphics::fadeDecalsInRange|FadeDecalsInRange]] | ||
*[[ | *[[Graphics::getActiveScreenResolution|GetActiveScreenResolution]] | ||
*[[ | *[[Graphics::getAspectRatio|GetAspectRatio]] | ||
*[[ | *[[Graphics::getDecalWashLevel|GetDecalWashLevel]] | ||
*[[ | *[[Graphics::getIsHidef|GetIsHidef]] | ||
*[[ | *[[Graphics::getIsWidescreen|GetIsWidescreen]] | ||
*[[ | *[[Graphics::getMaximumNumberOfPhotos|GetMaximumNumberOfPhotos]] | ||
*[[ | *[[Graphics::getSafeZoneSize|GetSafeZoneSize]] | ||
*[[ | *[[Graphics::getScreenCoordFromWorldCoord|GetScreenCoordFromWorldCoord]] | ||
*[[ | *[[Graphics::getScreenEffectIsActive|GetScreenEffectIsActive]] | ||
*[[ | *[[Graphics::getScreenResolution|GetScreenResolution]] | ||
*[[ | *[[Graphics::getTextureResolution|GetTextureResolution]] | ||
*[[ | *[[Graphics::getTimecycleModifierIndex|GetTimecycleModifierIndex]] | ||
*[[ | *[[Graphics::getTvChannel|GetTvChannel]] | ||
*[[ | *[[Graphics::getTvVolume|GetTvVolume]] | ||
*[[ | *[[Graphics::hasHudScaleformLoaded|HasHudScaleformLoaded]] | ||
*[[ | *[[Graphics::hasNamedScaleformMovieLoaded|HasNamedScaleformMovieLoaded]] | ||
*[[ | *[[Graphics::hasScaleformContainerMovieLoadedIntoParent|HasScaleformContainerMovieLoadedIntoParent]] | ||
*[[ | *[[Graphics::hasScaleformMovieLoaded|HasScaleformMovieLoaded]] | ||
*[[ | *[[Graphics::hasStreamedTextureDictLoaded|HasStreamedTextureDictLoaded]] | ||
*[[ | *[[Graphics::isDecalAlive|IsDecalAlive]] | ||
*[[ | *[[Graphics::isNightvisionActive|IsNightvisionActive]] | ||
*[[ | *[[Graphics::isParticleFxDelayedBlink|IsParticleFxDelayedBlink]] | ||
*[[ | *[[Graphics::isSeethroughActive|IsSeethroughActive]] | ||
*[[ | *[[Graphics::isTrackedPointVisible|IsTrackedPointVisible]] | ||
*[[ | *[[Graphics::loadTvChannel|LoadTvChannel]] | ||
*[[ | *[[Graphics::loadMovieMeshSet|LoadMovieMeshSet]] | ||
*[[ | *[[Graphics::moveVehicleDecals|MoveVehicleDecals]] | ||
*[[ | *[[Graphics::popScaleformMovieFunction|PopScaleformMovieFunction]] | ||
*[[ | *[[Graphics::popScaleformMovieFunctionVoid|PopScaleformMovieFunctionVoid]] | ||
*[[ | *[[Graphics::popTimecycleModifier|PopTimecycleModifier]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunction|PushScaleformMovieFunction]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionN|PushScaleformMovieFunctionN]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionFromHudComponent|PushScaleformMovieFunctionFromHudComponent]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionParameterBool|PushScaleformMovieFunctionParameterBool]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionParameterFloat|PushScaleformMovieFunctionParameterFloat]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionParameterInt|PushScaleformMovieFunctionParameterInt]] | ||
*[[ | *[[Graphics::pushScaleformMovieFunctionParameterString|PushScaleformMovieFunctionParameterString]] | ||
*[[ | *[[Graphics::pushTimecycleModifier|PushTimecycleModifier]] | ||
*[[ | *[[Graphics::releaseMovieMeshSet|ReleaseMovieMeshSet]] | ||
*[[ | *[[Graphics::removeDecal|RemoveDecal]] | ||
*[[ | *[[Graphics::removeDecalsFromObject|RemoveDecalsFromObject]] | ||
*[[ | *[[Graphics::removeDecalsFromObjectFacing|RemoveDecalsFromObjectFacing]] | ||
*[[ | *[[Graphics::removeDecalsFromVehicle|RemoveDecalsFromVehicle]] | ||
*[[ | *[[Graphics::removeDecalsInRange|RemoveDecalsInRange]] | ||
*[[ | *[[Graphics::removeParticleFx|RemoveParticleFx]] | ||
*[[ | *[[Graphics::removeParticleFxFromEntity|RemoveParticleFxFromEntity]] | ||
*[[ | *[[Graphics::removeParticleFxInRange|RemoveParticleFxInRange]] | ||
*[[ | *[[Graphics::requestScaleformMovie|RequestScaleformMovie]] | ||
*[[ | *[[Graphics::requestScaleformMovieInstance|RequestScaleformMovieInstance]] | ||
*[[ | *[[Graphics::requestScaleformMovieInteractive|RequestScaleformMovieInteractive]] | ||
*[[ | *[[Graphics::requestHudScaleform|RequestHudScaleform]] | ||
*[[ | *[[Graphics::requestStreamedTextureDict|RequestStreamedTextureDict]] | ||
*[[ | *[[Graphics::resetParticleFxAssetOldToNew|ResetParticleFxAssetOldToNew]] | ||
*[[ | *[[Graphics::returnTwo|ReturnTwo]] | ||
*[[ | *[[Graphics::screenDrawPositionEnd|ScreenDrawPositionEnd]] | ||
*[[ | *[[Graphics::screenDrawPositionBegin|ScreenDrawPositionBegin]] | ||
*[[ | *[[Graphics::screenDrawPositionRatio|ScreenDrawPositionRatio]] | ||
*[[ | *[[Graphics::set2dLayer|Set2dLayer]] | ||
*[[ | *[[Graphics::setBlackout|SetBlackout]] | ||
*[[ | *[[Graphics::setCheckpointCylinderHeight|SetCheckpointCylinderHeight]] | ||
*[[ | *[[Graphics::setCheckpointIconRgba|SetCheckpointIconRgba]] | ||
*[[ | *[[Graphics::setCheckpointRgba|SetCheckpointRgba]] | ||
*[[ | *[[Graphics::setDebugLinesAndSpheresDrawingActive|SetDebugLinesAndSpheresDrawingActive]] | ||
*[[ | *[[Graphics::setDrawOrigin|SetDrawOrigin]] | ||
*[[ | *[[Graphics::setEntityIconColor|SetEntityIconColor]] | ||
*[[ | *[[Graphics::setEntityIconVisibility|SetEntityIconVisibility]] | ||
*[[ | *[[Graphics::setFarShadowsSuppressed|SetFarShadowsSuppressed]] | ||
*[[ | *[[Graphics::setFlash|SetFlash]] | ||
*[[ | *[[Graphics::setForcePedFootstepsTracks|SetForcePedFootstepsTracks]] | ||
*[[ | *[[Graphics::setForceVehicleTrails|SetForceVehicleTrails]] | ||
*[[ | *[[Graphics::setFrozenRenderingDisabled|SetFrozenRenderingDisabled]] | ||
*[[ | *[[Graphics::setNightvision|SetNightvision]] | ||
*[[ | *[[Graphics::setNoiseoveride|SetNoiseoveride]] | ||
*[[ | *[[Graphics::setNoisinessoveride|SetNoisinessoveride]] | ||
*[[ | *[[Graphics::setParticleFxBloodScale|SetParticleFxBloodScale]] | ||
*[[ | *[[Graphics::setParticleFxCamInsideNonplayerVehicle|SetParticleFxCamInsideNonplayerVehicle]] | ||
*[[ | *[[Graphics::setParticleFxCamInsideVehicle|SetParticleFxCamInsideVehicle]] | ||
*[[ | *[[Graphics::setParticleFxLoopedAlpha|SetParticleFxLoopedAlpha]] | ||
*[[ | *[[Graphics::setParticleFxLoopedColour|SetParticleFxLoopedColour]] | ||
*[[ | *[[Graphics::setParticleFxLoopedEvolution|SetParticleFxLoopedEvolution]] | ||
*[[ | *[[Graphics::setParticleFxLoopedRange|SetParticleFxLoopedRange]] | ||
*[[ | *[[Graphics::setParticleFxLoopedOffsets|SetParticleFxLoopedOffsets]] | ||
*[[ | *[[Graphics::setParticleFxLoopedScale|SetParticleFxLoopedScale]] | ||
*[[ | *[[Graphics::setParticleFxNonLoopedAlpha|SetParticleFxNonLoopedAlpha]] | ||
*[[ | *[[Graphics::setParticleFxNonLoopedColour|SetParticleFxNonLoopedColour]] | ||
*[[ | *[[Graphics::setParticleFxAssetOldToNew|SetParticleFxAssetOldToNew]] | ||
*[[ | *[[Graphics::setParticleFxShootoutBoat|SetParticleFxShootoutBoat]] | ||
*[[ | *[[Graphics::setScaleformMovieAsNoLongerNeeded|SetScaleformMovieAsNoLongerNeeded]] | ||
*[[ | *[[Graphics::setScaleformMovieToUseSystemTime|SetScaleformMovieToUseSystemTime]] | ||
*[[ | *[[Graphics::setSeethrough|SetSeethrough]] | ||
*[[ | *[[Graphics::setStreamedTextureDictAsNoLongerNeeded|SetStreamedTextureDictAsNoLongerNeeded]] | ||
*[[ | *[[Graphics::setTimecycleModifier|SetTimecycleModifier]] | ||
*[[ | *[[Graphics::setTimecycleModifierStrength|SetTimecycleModifierStrength]] | ||
*[[ | *[[Graphics::setTrackedPointInfo|SetTrackedPointInfo]] | ||
*[[ | *[[Graphics::setTransitionTimecycleModifier|SetTransitionTimecycleModifier]] | ||
*[[ | *[[Graphics::setTvAudioFrontend|SetTvAudioFrontend]] | ||
*[[ | *[[Graphics::setTvChannel|SetTvChannel]] | ||
*[[ | *[[Graphics::setTvVolume|SetTvVolume]] | ||
*[[ | *[[Graphics::sittingTv|SittingTv]] | ||
*[[ | *[[Graphics::startParticleFxLoopedOnEntity2|StartParticleFxLoopedOnEntity2]] | ||
*[[ | *[[Graphics::startParticleFxLoopedOnEntityBone2|StartParticleFxLoopedOnEntityBone2]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedAtCoord2|StartParticleFxNonLoopedAtCoord2]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedOnEntity2|StartParticleFxNonLoopedOnEntity2]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedOnPedBone2|StartParticleFxNonLoopedOnPedBone2]] | ||
*[[ | *[[Graphics::startParticleFxLoopedAtCoord|StartParticleFxLoopedAtCoord]] | ||
*[[ | *[[Graphics::startParticleFxLoopedOnEntity|StartParticleFxLoopedOnEntity]] | ||
*[[ | *[[Graphics::startParticleFxLoopedOnEntityBone|StartParticleFxLoopedOnEntityBone]] | ||
*[[ | *[[Graphics::startParticleFxLoopedOnPedBone|StartParticleFxLoopedOnPedBone]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedAtCoord|StartParticleFxNonLoopedAtCoord]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedOnEntity|StartParticleFxNonLoopedOnEntity]] | ||
*[[ | *[[Graphics::startParticleFxNonLoopedOnPedBone|StartParticleFxNonLoopedOnPedBone]] | ||
*[[ | *[[Graphics::startScreenEffect|StartScreenEffect]] | ||
*[[ | *[[Graphics::stopAllScreenEffects|StopAllScreenEffects]] | ||
*[[ | *[[Graphics::stopParticleFxLooped|StopParticleFxLooped]] | ||
*[[ | *[[Graphics::stopScreenEffect|StopScreenEffect]] | ||
*[[ | *[[Graphics::transitionToBlurred|TransitionToBlurred]] | ||
*[[ | *[[Graphics::transitionFromBlurred|TransitionFromBlurred]] | ||
*[[ | *[[Graphics::useParticleFxAssetNextCall|UseParticleFxAssetNextCall]] | ||
*[[ | *[[Graphics::washDecalsFromVehicle|WashDecalsFromVehicle]] | ||
*[[ | *[[Graphics::washDecalsInRange|WashDecalsInRange]] | ||
*[[ | |||
*[[ | ===Interior=== | ||
*[[ | *[[Interior::addPickupToInteriorRoomByName|AddPickupToInteriorRoomByName]] | ||
*[[ | *[[Interior::areCoordsCollidingWithExterior|AreCoordsCollidingWithExterior]] | ||
*[[ | *[[Interior::capInterior|CapInterior]] | ||
*[[ | *[[Interior::clearRoomForEntity|ClearRoomForEntity]] | ||
*[[ | *[[Interior::disableInterior|DisableInterior]] | ||
*[[ | *[[Interior::disableInteriorProp|DisableInteriorProp]] | ||
*[[ | *[[Interior::enableInteriorProp|EnableInteriorProp]] | ||
*[[ | *[[Interior::forceRoomForEntity|ForceRoomForEntity]] | ||
*[[ | *[[Interior::getInteriorAtCoords|GetInteriorAtCoords]] | ||
*[[ | *[[Interior::getInteriorAtCoordsWithType|GetInteriorAtCoordsWithType]] | ||
*[[ | *[[Interior::getInteriorFromCollision|GetInteriorFromCollision]] | ||
*[[ | *[[Interior::getInteriorFromEntity|GetInteriorFromEntity]] | ||
*[[ | *[[Interior::getInteriorGroupId|GetInteriorGroupId]] | ||
*[[ | *[[Interior::getKeyForEntityInRoom|GetKeyForEntityInRoom]] | ||
*[[ | *[[Interior::getOffsetFromInteriorInWorldCoords|GetOffsetFromInteriorInWorldCoords]] | ||
*[[ | *[[Interior::getRoomKeyFromGameplayCam|GetRoomKeyFromGameplayCam]] | ||
*[[ | *[[Interior::getRoomKeyFromEntity|GetRoomKeyFromEntity]] | ||
*[[ | *[[Interior::hideMapObjectThisFrame|HideMapObjectThisFrame]] | ||
*[[ | *[[Interior::isInteriorCapped|IsInteriorCapped]] | ||
*[[ | *[[Interior::isInteriorDisabled|IsInteriorDisabled]] | ||
*[[ | *[[Interior::isInteriorPropEnabled|IsInteriorPropEnabled]] | ||
*[[ | *[[Interior::isInteriorReady|IsInteriorReady]] | ||
*[[ | *[[Interior::isInteriorScene|IsInteriorScene]] | ||
*[[ | *[[Interior::isValidInterior|IsValidInterior]] | ||
*[[ | *[[Interior::loadInterior|LoadInterior]] | ||
*[[ | *[[Interior::refreshInterior|RefreshInterior]] | ||
*[[ | *[[Interior::setInteriorPropColor|SetInteriorPropColor]] | ||
*[[ | *[[Interior::unkGetInteriorAtCoords|UnkGetInteriorAtCoords]] | ||
*[[ | *[[Interior::unpinInterior|UnpinInterior]] | ||
*[[ | |||
*[[ | ===Itemset=== | ||
*[[ | *[[Itemset::addToItemset|AddToItemset]] | ||
*[[ | *[[Itemset::cleanItemset|CleanItemset]] | ||
*[[ | *[[Itemset::createItemset|CreateItemset]] | ||
*[[ | *[[Itemset::destroyItemset|DestroyItemset]] | ||
*[[Itemset::getIndexedItemInItemset|GetIndexedItemInItemset]] | |||
*[[Itemset::getItemsetSize|GetItemsetSize]] | |||
*[[Itemset::isInItemset|IsInItemset]] | |||
*[[Itemset::isItemsetValid|IsItemsetValid]] | |||
*[[Itemset::removeFromItemset|RemoveFromItemset]] | |||
===[[RAGE.Game.Locale | Locale]]=== | |||
*[[RAGE.Game.Locale.GetUserLanguageId|GetUserLanguageId]] | *[[RAGE.Game.Locale.GetUserLanguageId|GetUserLanguageId]] | ||
*[[ | ===Misc=== | ||
*[[ | *[[Gameplay::absf|Absf]] | ||
*[[ | *[[Gameplay::absi|Absi]] | ||
*[[ | *[[Gameplay::acos|Acos]] | ||
*[[ | *[[Gameplay::addHospitalRestart|AddHospitalRestart]] | ||
*[[ | *[[Gameplay::addPoliceRestart|AddPoliceRestart]] | ||
*[[ | *[[Gameplay::addStuntJump|AddStuntJump]] | ||
*[[ | *[[Gameplay::addStuntJumpAngled|AddStuntJumpAngled]] | ||
*[[ | *[[Gameplay::areStringsEqual|AreStringsEqual]] | ||
*[[ | *[[Gameplay::asin|Asin]] | ||
*[[ | *[[Gameplay::atan2|Atan2]] | ||
*[[ | *[[Gameplay::atan|Atan]] | ||
*[[ | *[[Gameplay::beginReplayStats|BeginReplayStats]] | ||
*[[ | *[[Gameplay::cancelStuntJump|CancelStuntJump]] | ||
*[[ | *[[Gameplay::clearAngledAreaOfVehicles|ClearAngledAreaOfVehicles]] | ||
*[[ | *[[Gameplay::clearArea|ClearArea]] | ||
*[[ | *[[Gameplay::clearAreaOfEverything|ClearAreaOfEverything]] | ||
*[[ | *[[Gameplay::clearAreaOfCops|ClearAreaOfCops]] | ||
*[[ | *[[Gameplay::clearAreaOfObjects|ClearAreaOfObjects]] | ||
*[[ | *[[Gameplay::clearAreaOfPeds|ClearAreaOfPeds]] | ||
*[[ | *[[Gameplay::clearAreaOfProjectiles|ClearAreaOfProjectiles]] | ||
*[[ | *[[Gameplay::clearAreaOfVehicles|ClearAreaOfVehicles]] | ||
*[[ | *[[Gameplay::clearBit|ClearBit]] | ||
*[[ | *[[Gameplay::clearCloudHat|ClearCloudHat]] | ||
*[[ | *[[Gameplay::clearOverrideWeather|ClearOverrideWeather]] | ||
*[[ | *[[Gameplay::clearReplayStats|ClearReplayStats]] | ||
*[[ | *[[Gameplay::clearWeatherTypePersist|ClearWeatherTypePersist]] | ||
*[[ | *[[Gameplay::compareStrings|CompareStrings]] | ||
*[[ | *[[Gameplay::createIncident|CreateIncident]] | ||
*[[ | *[[Gameplay::createIncidentWithEntity|CreateIncidentWithEntity]] | ||
*[[ | *[[Gameplay::createLightningThunder|CreateLightningThunder]] | ||
*[[ | *[[Gameplay::deleteIncident|DeleteIncident]] | ||
*[[ | *[[Gameplay::deleteStuntJump|DeleteStuntJump]] | ||
*[[ | *[[Gameplay::disableAutomaticRespawn|DisableAutomaticRespawn]] | ||
*[[ | *[[Gameplay::disableHospitalRestart|DisableHospitalRestart]] | ||
*[[ | *[[Gameplay::disablePoliceRestart|DisablePoliceRestart]] | ||
*[[ | *[[Gameplay::disableStuntJumpSet|DisableStuntJumpSet]] | ||
*[[ | *[[Gameplay::displayOnscreenKeyboard|DisplayOnscreenKeyboard]] | ||
*[[ | *[[Gameplay::displayOnscreenKeyboard2|DisplayOnscreenKeyboard2]] | ||
*[[ | *[[Gameplay::doAutoSave|DoAutoSave]] | ||
*[[ | *[[Gameplay::enableDispatchService|EnableDispatchService]] | ||
*[[ | *[[Gameplay::enableStuntJumpSet|EnableStuntJumpSet]] | ||
*[[ | *[[Gameplay::enableTennisMode|EnableTennisMode]] | ||
*[[ | *[[Gameplay::endReplayStats|EndReplayStats]] | ||
*[[ | *[[Gameplay::findSpawnPointInDirection|FindSpawnPointInDirection]] | ||
*[[ | *[[Gameplay::forceSocialClubUpdate|ForceSocialClubUpdate]] | ||
*[[ | *[[Gameplay::getAllocatedStackSize|GetAllocatedStackSize]] | ||
*[[ | *[[Gameplay::getAngleBetween2dVectors|GetAngleBetween2dVectors]] | ||
*[[ | *[[Gameplay::getBitsInRange|GetBitsInRange]] | ||
*[[ | *[[Gameplay::getCloudHatOpacity|GetCloudHatOpacity]] | ||
*[[ | *[[Gameplay::getDistanceBetweenCoords|GetDistanceBetweenCoords]] | ||
*[[ | *[[Gameplay::getFakeWantedLevel|GetFakeWantedLevel]] | ||
*[[ | *[[Gameplay::getFrameCount|GetFrameCount]] | ||
*[[ | *[[Gameplay::getFrameTime|GetFrameTime]] | ||
*[[ | *[[Gameplay::getFreeStackSlotsCount|GetFreeStackSlotsCount]] | ||
*[[ | *[[Gameplay::getGameTimer|GetGameTimer]] | ||
*[[ | *[[Gameplay::getGlobalCharBuffer|GetGlobalCharBuffer]] | ||
*[[ | *[[Gameplay::getGroundCoordsWhileInAir|GetGroundCoordsWhileInAir]] | ||
*[[ | *[[Gameplay::getGroundZFor3dCoord|GetGroundZFor3dCoord]] | ||
*[[ | *[[Gameplay::getHashKey|GetHashKey]] | ||
*[[ | *[[Gameplay::getHeadingFromVector2d|GetHeadingFromVector2d]] | ||
*[[ | *[[Gameplay::getIndexOfCurrentLevel|GetIndexOfCurrentLevel]] | ||
*[[ | *[[Gameplay::getMissionFlag|GetMissionFlag]] | ||
*[[ | *[[Gameplay::getModelDimensions|GetModelDimensions]] | ||
*[[ | *[[Gameplay::getNextWeatherTypeHashName|GetNextWeatherTypeHashName]] | ||
*[[ | *[[Gameplay::getNumberOfDispatchedUnitsForPlayer|GetNumberOfDispatchedUnitsForPlayer]] | ||
*[[ | *[[Gameplay::getOnscreenKeyboardResult|GetOnscreenKeyboardResult]] | ||
*[[ | *[[Gameplay::getPrevWeatherTypeHashName|GetPrevWeatherTypeHashName]] | ||
*[[ | *[[Gameplay::getProfileSetting|GetProfileSetting]] | ||
*[[ | *[[Gameplay::getRainLevel|GetRainLevel]] | ||
*[[ | *[[Gameplay::getRandomEventFlag|GetRandomEventFlag]] | ||
*[[ | *[[Gameplay::getRandomFloatInRange|GetRandomFloatInRange]] | ||
*[[ | *[[Gameplay::getRandomIntInRange|GetRandomIntInRange]] | ||
*[[ | *[[Gameplay::getSnowLevel|GetSnowLevel]] | ||
*[[ | *[[Gameplay::getWeatherTypeTransition|GetWeatherTypeTransition]] | ||
*[[ | *[[Gameplay::getWindDirection|GetWindDirection]] | ||
*[[ | *[[Gameplay::getWindSpeed|GetWindSpeed]] | ||
*[[ | *[[Gameplay::hasBulletImpactedInArea|HasBulletImpactedInArea]] | ||
*[[ | *[[Gameplay::hasBulletImpactedInBox|HasBulletImpactedInBox]] | ||
*[[ | *[[Gameplay::hasButtonCombinationJustBeenEntered|HasButtonCombinationJustBeenEntered]] | ||
*[[ | *[[Gameplay::hasCheatStringJustBeenEntered|HasCheatStringJustBeenEntered]] | ||
*[[ | *[[Gameplay::isAussieVersion|IsAussieVersion]] | ||
*[[ | *[[Gameplay::isFrontendFading|IsFrontendFading]] | ||
*[[ | *[[Gameplay::isPcVersion|IsPcVersion]] | ||
*[[ | *[[Gameplay::isPs3Version|IsPs3Version]] | ||
*[[ | *[[Gameplay::ignoreNextRestart|IgnoreNextRestart]] | ||
*[[ | *[[Gameplay::isAreaOccupied|IsAreaOccupied]] | ||
*[[ | *[[Gameplay::isAutoSaveInProgress|IsAutoSaveInProgress]] | ||
*[[ | *[[Gameplay::isBitSet|IsBitSet]] | ||
*[[ | *[[Gameplay::isBulletInAngledArea|IsBulletInAngledArea]] | ||
*[[ | *[[Gameplay::isBulletInArea|IsBulletInArea]] | ||
*[[ | *[[Gameplay::isBulletInBox|IsBulletInBox]] | ||
*[[ | *[[Gameplay::isDurangoVersion|IsDurangoVersion]] | ||
*[[ | *[[Gameplay::isIncidentValid|IsIncidentValid]] | ||
*[[ | *[[Gameplay::isMemoryCardInUse|IsMemoryCardInUse]] | ||
*[[ | *[[Gameplay::isMinigameInProgress|IsMinigameInProgress]] | ||
*[[ | *[[Gameplay::isNextWeatherType|IsNextWeatherType]] | ||
*[[ | *[[Gameplay::isOrbisVersion|IsOrbisVersion]] | ||
*[[ | *[[Gameplay::isPointObscuredByAMissionEntity|IsPointObscuredByAMissionEntity]] | ||
*[[ | *[[Gameplay::isPositionOccupied|IsPositionOccupied]] | ||
*[[ | *[[Gameplay::isPrevWeatherType|IsPrevWeatherType]] | ||
*[[ | *[[Gameplay::isProjectileInArea|IsProjectileInArea]] | ||
*[[ | *[[Gameplay::isProjectileTypeInAngledArea|IsProjectileTypeInAngledArea]] | ||
*[[ | *[[Gameplay::isProjectileTypeInArea|IsProjectileTypeInArea]] | ||
*[[ | *[[Gameplay::isSniperBulletInArea|IsSniperBulletInArea]] | ||
*[[ | *[[Gameplay::isSniperInverted|IsSniperInverted]] | ||
*[[ | *[[Gameplay::isStringNull|IsStringNull]] | ||
*[[ | *[[Gameplay::isStringNullOrEmpty|IsStringNullOrEmpty]] | ||
*[[ | *[[Gameplay::isStuntJumpInProgress|IsStuntJumpInProgress]] | ||
*[[ | *[[Gameplay::isStuntJumpMessageShowing|IsStuntJumpMessageShowing]] | ||
*[[ | *[[Gameplay::isTennisMode|IsTennisMode]] | ||
*[[ | *[[Gameplay::isThisAMinigameScript|IsThisAMinigameScript]] | ||
*[[ | *[[Gameplay::isXbox360Version|IsXbox360Version]] | ||
*[[ | *[[Gameplay::networkSetScriptIsSafeForNetworkGame|NetworkSetScriptIsSafeForNetworkGame]] | ||
*[[ | *[[Gameplay::overrideSaveHouse|OverrideSaveHouse]] | ||
*[[ | *[[Gameplay::populateNow|PopulateNow]] | ||
*[[ | *[[Gameplay::registerFloatToSave|RegisterFloatToSave]] | ||
*[[ | *[[Gameplay::registerIntToSave|RegisterIntToSave]] | ||
*[[ | *[[Gameplay::registerEnumToSave|RegisterEnumToSave]] | ||
*[[ | *[[Gameplay::registerBoolToSave|RegisterBoolToSave]] | ||
*[[ | *[[Gameplay::registerSaveHouse|RegisterSaveHouse]] | ||
*[[ | *[[Gameplay::registerTextLabelToSave|RegisterTextLabelToSave]] | ||
*[[ | *[[Gameplay::removeDispatchSpawnBlockingArea|RemoveDispatchSpawnBlockingArea]] | ||
*[[ | *[[Gameplay::resetDispatchIdealSpawnDistance|ResetDispatchIdealSpawnDistance]] | ||
*[[ | *[[Gameplay::resetDispatchSpawnBlockingAreas|ResetDispatchSpawnBlockingAreas]] | ||
*[[ | *[[Gameplay::resetLocalplayerState|ResetLocalplayerState]] | ||
*[[ | *[[Gameplay::setBit|SetBit]] | ||
*[[ | *[[Gameplay::setBitsInRange|SetBitsInRange]] | ||
*[[ | *[[Gameplay::setCloudHatOpacity|SetCloudHatOpacity]] | ||
*[[ | *[[Gameplay::setCloudHatTransition|SetCloudHatTransition]] | ||
*[[ | *[[Gameplay::setCreditsActive|SetCreditsActive]] | ||
*[[ | *[[Gameplay::setCustomRespawnPosition|SetCustomRespawnPosition]] | ||
*[[ | *[[Gameplay::setDispatchIdealSpawnDistance|SetDispatchIdealSpawnDistance]] | ||
*[[ | *[[Gameplay::setDispatchTimeBetweenSpawnAttempts|SetDispatchTimeBetweenSpawnAttempts]] | ||
*[[ | *[[Gameplay::setDispatchTimeBetweenSpawnAttemptsMultiplier|SetDispatchTimeBetweenSpawnAttemptsMultiplier]] | ||
*[[ | *[[Gameplay::setExplosiveAmmoThisFrame|SetExplosiveAmmoThisFrame]] | ||
*[[ | *[[Gameplay::setExplosiveMeleeThisFrame|SetExplosiveMeleeThisFrame]] | ||
*[[ | *[[Gameplay::setFadeInAfterDeathArrest|SetFadeInAfterDeathArrest]] | ||
*[[ | *[[Gameplay::setFadeInAfterLoad|SetFadeInAfterLoad]] | ||
*[[ | *[[Gameplay::setFadeOutAfterArrest|SetFadeOutAfterArrest]] | ||
*[[ | *[[Gameplay::setFadeOutAfterDeath|SetFadeOutAfterDeath]] | ||
*[[ | *[[Gameplay::setFakeWantedLevel|SetFakeWantedLevel]] | ||
*[[ | *[[Gameplay::setFireAmmoThisFrame|SetFireAmmoThisFrame]] | ||
*[[ | *[[Gameplay::setGamePaused|SetGamePaused]] | ||
*[[ | *[[Gameplay::setGravityLevel|SetGravityLevel]] | ||
*[[ | *[[Gameplay::setMinigameInProgress|SetMinigameInProgress]] | ||
*[[ | *[[Gameplay::setMissionFlag|SetMissionFlag]] | ||
*[[ | *[[Gameplay::setNextRespawnToCustom|SetNextRespawnToCustom]] | ||
*[[ | *[[Gameplay::setOverrideWeather|SetOverrideWeather]] | ||
*[[ | *[[Gameplay::setRainFxIntensity|SetRainFxIntensity]] | ||
*[[ | *[[Gameplay::setRandomEventFlag|SetRandomEventFlag]] | ||
*[[ | *[[Gameplay::setRandomSeed|SetRandomSeed]] | ||
*[[ | *[[Gameplay::setRandomWeatherType|SetRandomWeatherType]] | ||
*[[ | *[[Gameplay::setSaveHouse|SetSaveHouse]] | ||
*[[ | *[[Gameplay::setSaveMenuActive|SetSaveMenuActive]] | ||
*[[ | *[[Gameplay::setSuperJumpThisFrame|SetSuperJumpThisFrame]] | ||
*[[ | *[[Gameplay::setThisScriptCanBePaused|SetThisScriptCanBePaused]] | ||
*[[ | *[[Gameplay::setThisScriptCanRemoveBlipsCreatedByAnyScript|SetThisScriptCanRemoveBlipsCreatedByAnyScript]] | ||
*[[ | *[[Gameplay::setTimeScale|SetTimeScale]] | ||
*[[ | *[[Gameplay::setUnkMapFlag|SetUnkMapFlag]] | ||
*[[ | *[[Gameplay::setWeatherTypeNow|SetWeatherTypeNow]] | ||
*[[ | *[[Gameplay::setWeatherTypeNowPersist|SetWeatherTypeNowPersist]] | ||
*[[ | *[[Gameplay::setWeatherTypeOverTime|SetWeatherTypeOverTime]] | ||
*[[ | *[[Gameplay::setWeatherTypePersist|SetWeatherTypePersist]] | ||
*[[ | *[[Gameplay::setWeatherTypeTransition|SetWeatherTypeTransition]] | ||
*[[ | *[[Gameplay::setWind|SetWind]] | ||
*[[ | *[[Gameplay::setWindDirection|SetWindDirection]] | ||
*[[ | *[[Gameplay::setWindSpeed|SetWindSpeed]] | ||
*[[ | *[[Gameplay::shootSingleAirstrikeBulletBetweenCoords|ShootSingleAirstrikeBulletBetweenCoords]] | ||
*[[ | *[[Gameplay::shootSingleBulletBetweenCoords|ShootSingleBulletBetweenCoords]] | ||
*[[ | *[[Gameplay::shootSingleVehicleBulletBetweenCoords|ShootSingleVehicleBulletBetweenCoords]] | ||
*[[ | *[[Gameplay::showPedInPauseMenu|ShowPedInPauseMenu]] | ||
*[[ | *[[Gameplay::startSaveArray|StartSaveArray]] | ||
*[[ | *[[Gameplay::startSaveData|StartSaveData]] | ||
*[[ | *[[Gameplay::startSaveStruct|StartSaveStruct]] | ||
*[[ | *[[Gameplay::stopSaveArray|StopSaveArray]] | ||
*[[ | *[[Gameplay::stopSaveData|StopSaveData]] | ||
*[[ | *[[Gameplay::stopSaveStruct|StopSaveStruct]] | ||
*[[ | *[[Gameplay::stringToInt|StringToInt]] | ||
*[[ | *[[Gameplay::tan|Tan]] | ||
*[[ | *[[Gameplay::terminateAllScriptsWithThisName|TerminateAllScriptsWithThisName]] | ||
*[[ | *[[Gameplay::updateOnscreenKeyboard|UpdateOnscreenKeyboard]] | ||
*[[ | *[[Gameplay::useFreemodeMapBehavior|UseFreemodeMapBehavior]] | ||
*[[ | *[[Gameplay::usingMissionCreator|UsingMissionCreator]] | ||
*[[ | |||
*[[ | ===Mobile=== | ||
*[[ | *[[Mobile::canPhoneBeSeenOnScreen|CanPhoneBeSeenOnScreen]] | ||
*[[ | *[[Mobile::cellCamActivate|CellCamActivate]] | ||
*[[ | *[[Mobile::cellCamIsCharVisibleNoFaceCheck|CellCamIsCharVisibleNoFaceCheck]] | ||
*[[ | *[[Mobile::createMobilePhone|CreateMobilePhone]] | ||
*[[ | *[[Mobile::destroyMobilePhone|DestroyMobilePhone]] | ||
*[[ | *[[Mobile::disablePhoneThisFrame|DisablePhoneThisFrame]] | ||
*[[ | *[[Mobile::getMobilePhonePosition|GetMobilePhonePosition]] | ||
*[[ | *[[Mobile::getMobilePhoneRenderId|GetMobilePhoneRenderId]] | ||
*[[ | *[[Mobile::getMobilePhoneRotation|GetMobilePhoneRotation]] | ||
*[[ | *[[Mobile::moveFinger|MoveFinger]] | ||
*[[ | *[[Mobile::scriptIsMovingMobilePhoneOffscreen|ScriptIsMovingMobilePhoneOffscreen]] | ||
*[[ | *[[Mobile::setMobilePhonePosition|SetMobilePhonePosition]] | ||
*[[ | *[[Mobile::setMobilePhoneRotation|SetMobilePhoneRotation]] | ||
*[[ | *[[Mobile::setMobilePhoneScale|SetMobilePhoneScale]] | ||
*[[ | *[[Mobile::setPhoneLean|SetPhoneLean]] | ||
*[[ | |||
*[[ | ===Netcash=== | ||
*[[ | *[[Netcash::networkBuyAirstrike|NetworkBuyAirstrike]] | ||
*[[ | *[[Netcash::networkBuyBounty|NetworkBuyBounty]] | ||
*[[ | *[[Netcash::networkBuyFairgroundRide|NetworkBuyFairgroundRide]] | ||
*[[ | *[[Netcash::networkBuyHealthcare|NetworkBuyHealthcare]] | ||
*[[ | *[[Netcash::networkBuyHeliStrike|NetworkBuyHeliStrike]] | ||
*[[ | *[[Netcash::networkBuyItem|NetworkBuyItem]] | ||
*[[ | *[[Netcash::networkBuyProperty|NetworkBuyProperty]] | ||
*[[ | *[[Netcash::networkCanBet|NetworkCanBet]] | ||
*[[ | *[[Netcash::networkCanReceivePlayerCash|NetworkCanReceivePlayerCash]] | ||
*[[ | *[[Netcash::networkCanSpendMoney|NetworkCanSpendMoney]] | ||
*[[ | *[[Netcash::networkClearCharacterWallet|NetworkClearCharacterWallet]] | ||
*[[ | *[[Netcash::networkDeleteCharacter|NetworkDeleteCharacter]] | ||
*[[ | *[[Netcash::networkEarnFromAiTargetKill|NetworkEarnFromAiTargetKill]] | ||
*[[ | *[[Netcash::networkEarnFromAmbientJob|NetworkEarnFromAmbientJob]] | ||
*[[ | *[[Netcash::networkEarnFromBendJob|NetworkEarnFromBendJob]] | ||
*[[ | *[[Netcash::networkEarnFromBetting|NetworkEarnFromBetting]] | ||
*[[ | *[[Netcash::networkEarnFromBounty|NetworkEarnFromBounty]] | ||
*[[ | *[[Netcash::networkEarnFromChallengeWin|NetworkEarnFromChallengeWin]] | ||
*[[ | *[[Netcash::networkEarnFromCrateDrop|NetworkEarnFromCrateDrop]] | ||
*[[ | *[[Netcash::networkEarnFromDailyObjectives|NetworkEarnFromDailyObjectives]] | ||
*[[ | *[[Netcash::networkEarnFromGangattackPickup|NetworkEarnFromGangattackPickup]] | ||
*[[ | *[[Netcash::networkEarnFromHoldups|NetworkEarnFromHoldups]] | ||
*[[ | *[[Netcash::networkEarnFromImportExport|NetworkEarnFromImportExport]] | ||
*[[ | *[[Netcash::networkEarnFromJob|NetworkEarnFromJob]] | ||
*[[ | *[[Netcash::networkEarnFromJobBonus|NetworkEarnFromJobBonus]] | ||
*[[ | *[[Netcash::networkEarnFromNotBadsport|NetworkEarnFromNotBadsport]] | ||
*[[ | *[[Netcash::networkEarnFromPersonalVehicle|NetworkEarnFromPersonalVehicle]] | ||
*[[ | *[[Netcash::networkEarnFromPickup|NetworkEarnFromPickup]] | ||
*[[ | *[[Netcash::networkEarnFromProperty|NetworkEarnFromProperty]] | ||
*[[ | *[[Netcash::networkEarnFromArmourTruck|NetworkEarnFromArmourTruck]] | ||
*[[ | *[[Netcash::networkEarnFromRockstar|NetworkEarnFromRockstar]] | ||
*[[ | *[[Netcash::networkEarnFromVehicle|NetworkEarnFromVehicle]] | ||
*[[ | *[[Netcash::networkGetBankBalanceString|NetworkGetBankBalanceString]] | ||
*[[ | *[[Netcash::networkGetVcBalance|NetworkGetVcBalance]] | ||
*[[ | *[[Netcash::networkGetVcBankBalance|NetworkGetVcBankBalance]] | ||
*[[ | *[[Netcash::networkGetVcWalletBalance|NetworkGetVcWalletBalance]] | ||
*[[ | *[[Netcash::networkGivePlayerJobshareCash|NetworkGivePlayerJobshareCash]] | ||
*[[ | *[[Netcash::networkInitializeCash|NetworkInitializeCash]] | ||
*[[ | *[[Netcash::networkMoneyCanBet|NetworkMoneyCanBet]] | ||
*[[ | *[[Netcash::networkPayEmployeeWage|NetworkPayEmployeeWage]] | ||
*[[ | *[[Netcash::networkPayMatchEntryFee|NetworkPayMatchEntryFee]] | ||
*[[ | *[[Netcash::networkPayUtilityBill|NetworkPayUtilityBill]] | ||
*[[ | *[[Netcash::networkReceivePlayerJobshareCash|NetworkReceivePlayerJobshareCash]] | ||
*[[ | *[[Netcash::networkRefundCash|NetworkRefundCash]] | ||
*[[ | *[[Netcash::networkSpentAmmoDrop|NetworkSpentAmmoDrop]] | ||
*[[ | *[[Netcash::networkSpentArrestBail|NetworkSpentArrestBail]] | ||
*[[ | *[[Netcash::networkSpentBankInterest|NetworkSpentBankInterest]] | ||
*[[ | *[[Netcash::networkSpentBetting|NetworkSpentBetting]] | ||
*[[ | *[[Netcash::networkSpentBoatPickup|NetworkSpentBoatPickup]] | ||
*[[RAGE.Game.Netshop|Netshop]] | *[[Netcash::networkSpentBounty|NetworkSpentBounty]] | ||
*[[Netcash::networkSpentBullShark|NetworkSpentBullShark]] | |||
*[[Netcash::networkSpentBuyOfftheradar|NetworkSpentBuyOfftheradar]] | |||
*[[Netcash::networkSpentBuyPassiveMode|NetworkSpentBuyPassiveMode]] | |||
*[[Netcash::networkSpentBuyRevealPlayers|NetworkSpentBuyRevealPlayers]] | |||
*[[Netcash::networkSpentBuyWantedlevel|NetworkSpentBuyWantedlevel]] | |||
*[[Netcash::networkSpentCallPlayer|NetworkSpentCallPlayer]] | |||
*[[Netcash::networkSpentCarwash|NetworkSpentCarwash]] | |||
*[[Netcash::networkSpentCashDrop|NetworkSpentCashDrop]] | |||
*[[Netcash::networkSpentCinema|NetworkSpentCinema]] | |||
*[[Netcash::networkSpentFromRockstar|NetworkSpentFromRockstar]] | |||
*[[Netcash::networkSpentHeliPickup|NetworkSpentHeliPickup]] | |||
*[[Netcash::networkSpentHireMercenary|NetworkSpentHireMercenary]] | |||
*[[Netcash::networkSpentHireMugger|NetworkSpentHireMugger]] | |||
*[[Netcash::networkSpentHoldups|NetworkSpentHoldups]] | |||
*[[Netcash::networkSpentInStripclub|NetworkSpentInStripclub]] | |||
*[[Netcash::networkSpentNoCops|NetworkSpentNoCops]] | |||
*[[Netcash::networkSpentPayVehicleInsurancePremium|NetworkSpentPayVehicleInsurancePremium]] | |||
*[[Netcash::networkSpentPlayerHealthcare|NetworkSpentPlayerHealthcare]] | |||
*[[Netcash::networkSpentProstitutes|NetworkSpentProstitutes]] | |||
*[[Netcash::networkSpentRequestHeist|NetworkSpentRequestHeist]] | |||
*[[Netcash::networkSpentRequestJob|NetworkSpentRequestJob]] | |||
*[[Netcash::networkSpentRobbedByMugger|NetworkSpentRobbedByMugger]] | |||
*[[Netcash::networkSpentTaxi|NetworkSpentTaxi]] | |||
*[[Netcash::networkSpentTelescope|NetworkSpentTelescope]] | |||
*[[Netcash::processCashGift|ProcessCashGift]] | |||
===[[RAGE.Game.Netshop | Netshop]]=== | |||
*[[RAGE.Game.Netshop.NetworkShopBasketApplyServerData|NetworkShopBasketApplyServerData]] | *[[RAGE.Game.Netshop.NetworkShopBasketApplyServerData|NetworkShopBasketApplyServerData]] | ||
*[[RAGE.Game.Netshop.NetworkShopBasketIsFull|NetworkShopBasketIsFull]] | *[[RAGE.Game.Netshop.NetworkShopBasketIsFull|NetworkShopBasketIsFull]] | ||
| Line 1,099: | Line 807: | ||
*[[RAGE.Game.Netshop.NetworkTransferBankToWallet|NetworkTransferBankToWallet]] | *[[RAGE.Game.Netshop.NetworkTransferBankToWallet|NetworkTransferBankToWallet]] | ||
*[[RAGE.Game.Netshop.NetworkTransferWalletToBank|NetworkTransferWalletToBank]] | *[[RAGE.Game.Netshop.NetworkTransferWalletToBank|NetworkTransferWalletToBank]] | ||
===[[RAGE.Game.Network | Network]]=== | |||
*[[RAGE.Game.Network.BadSportPlayerLeftDetected|BadSportPlayerLeftDetected]] | *[[RAGE.Game.Network.BadSportPlayerLeftDetected|BadSportPlayerLeftDetected]] | ||
*[[RAGE.Game.Network.CanRegisterMissionObjects|CanRegisterMissionObjects]] | *[[RAGE.Game.Network.CanRegisterMissionObjects|CanRegisterMissionObjects]] | ||
| Line 1,299: | Line 998: | ||
*[[RAGE.Game.Network.VehToNet|VehToNet]] | *[[RAGE.Game.Network.VehToNet|VehToNet]] | ||
*[[RAGE.Game.Network.ObjToNet|ObjToNet]] | *[[RAGE.Game.Network.ObjToNet|ObjToNet]] | ||
===Object=== | |||
*[[Object::addDoorToSystem|AddDoorToSystem]] | |||
*[[Object::attachPortablePickupToPed|AttachPortablePickupToPed]] | |||
*[[Object::createAmbientPickup|CreateAmbientPickup]] | |||
*[[Object::createMoneyPickups|CreateMoneyPickups]] | |||
*[[Object::createObject|CreateObject]] | |||
*[[Object::createObjectNoOffset|CreateObjectNoOffset]] | |||
*[[Object::createPickup|CreatePickup]] | |||
*[[Object::createPickupRotate|CreatePickupRotate]] | |||
*[[Object::createPortablePickup|CreatePortablePickup]] | |||
*[[Object::createPortablePickup2|CreatePortablePickup2]] | |||
*[[Object::deleteObject|DeleteObject]] | |||
*[[Object::detachPortablePickupFromPed|DetachPortablePickupFromPed]] | |||
*[[Object::doesDesObjectExist|DoesDesObjectExist]] | |||
*[[Object::doesDoorExist|DoesDoorExist]] | |||
*[[Object::doesObjectOfTypeExistAtCoords|DoesObjectOfTypeExistAtCoords]] | |||
*[[Object::doesPickupExist|DoesPickupExist]] | |||
*[[Object::doesPickupObjectExist|DoesPickupObjectExist]] | |||
*[[Object::doorControl|DoorControl]] | |||
*[[Object::getClosestObjectOfType|GetClosestObjectOfType]] | |||
*[[Object::getDesObject|GetDesObject]] | |||
*[[Object::getDesObjectState|GetDesObjectState]] | |||
*[[Object::getObjectFragmentDamageHealth|GetObjectFragmentDamageHealth]] | |||
*[[Object::getObjectOffsetFromCoords|GetObjectOffsetFromCoords]] | |||
*[[Object::getPickupCoords|GetPickupCoords]] | |||
*[[Object::getPickupHash|GetPickupHash]] | |||
*[[Object::getPickupObject|GetPickupObject]] | |||
*[[Object::getSafePickupCoords|GetSafePickupCoords]] | |||
*[[Object::getStateOfClosestDoorOfType|GetStateOfClosestDoorOfType]] | |||
*[[Object::getWeaponHashFromPickup|GetWeaponHashFromPickup]] | |||
*[[Object::hasClosestObjectOfTypeBeenBroken|HasClosestObjectOfTypeBeenBroken]] | |||
*[[Object::hasObjectBeenBroken|HasObjectBeenBroken]] | |||
*[[Object::hasPickupBeenCollected|HasPickupBeenCollected]] | |||
*[[Object::highlightPlacementCoords|HighlightPlacementCoords]] | |||
*[[Object::isAnyObjectNearPoint|IsAnyObjectNearPoint]] | |||
*[[Object::isDoorClosed|IsDoorClosed]] | |||
*[[Object::isGarageEmpty|IsGarageEmpty]] | |||
*[[Object::isObjectNearPoint|IsObjectNearPoint]] | |||
*[[Object::isObjectVisible|IsObjectVisible]] | |||
*[[Object::isPickupWithinRadius|IsPickupWithinRadius]] | |||
*[[Object::isPointInAngledArea|IsPointInAngledArea]] | |||
*[[Object::markObjectForDeletion|MarkObjectForDeletion]] | |||
*[[Object::placeObjectOnGroundProperly|PlaceObjectOnGroundProperly]] | |||
*[[Object::removeAllPickupsOfType|RemoveAllPickupsOfType]] | |||
*[[Object::removeDoorFromSystem|RemoveDoorFromSystem]] | |||
*[[Object::removePickup|RemovePickup]] | |||
*[[Object::setActivateObjectPhysicsAsSoonAsItIsUnfrozen|SetActivateObjectPhysicsAsSoonAsItIsUnfrozen]] | |||
*[[Object::setDesObjectState|SetDesObjectState]] | |||
*[[Object::setDoorAccelerationLimit|SetDoorAccelerationLimit]] | |||
*[[Object::setDoorAjarAngle|SetDoorAjarAngle]] | |||
*[[Object::setForceObjectThisFrame|SetForceObjectThisFrame]] | |||
*[[Object::setObjectPhysicsParams|SetObjectPhysicsParams]] | |||
*[[Object::setObjectTargettable|SetObjectTargettable]] | |||
*[[Object::setObjectTextureVariant|SetObjectTextureVariant]] | |||
*[[Object::setPickupRegenerationTime|SetPickupRegenerationTime]] | |||
*[[Object::setStateOfClosestDoorOfType|SetStateOfClosestDoorOfType]] | |||
*[[Object::setTeamPickupObject|SetTeamPickupObject]] | |||
*[[Object::slideObject|SlideObject]] | |||
*[[Object::trackObjectVisibility|TrackObjectVisibility]] | |||
===Pad=== | |||
*[[Controls::disableAllControlActions|DisableAllControlActions]] | |||
*[[Controls::disableControlAction|DisableControlAction]] | |||
*[[Controls::disableInputGroup|DisableInputGroup]] | |||
*[[Controls::enableAllControlActions|EnableAllControlActions]] | |||
*[[Controls::enableControlAction|EnableControlAction]] | |||
*[[Controls::getControlInstructionalButton|GetControlInstructionalButton]] | |||
*[[Controls::getControlNormal| | |||
*[[RAGE.Game.Rendering.ResetEditorValues|ResetEditorValues]] | *[[RAGE.Game.Rendering.ResetEditorValues|ResetEditorValues]] | ||
*[[RAGE.Game.Rendering. | *[[RAGE.Game.Rendering.ActivateRockstarEditor|ActivateRockstarEditor]] | ||
*[[RAGE.Game.Rendering. | *[[RAGE.Game.Rendering.IsInteriorRenderingDisabled|IsInteriorRenderingDisabled]] | ||
*[[ | |||
*[[ | ===Script=== | ||
*[[ | *[[Script::beginEnumeratingThreads|BeginEnumeratingThreads]] | ||
*[[ | *[[Script::doesScriptExist|DoesScriptExist]] | ||
*[[ | *[[Script::doesScriptWithNameHashExist|DoesScriptWithNameHashExist]] | ||
*[[ | *[[Script::getEventAtIndex|GetEventAtIndex]] | ||
*[[ | *[[Script::getEventData|GetEventData]] | ||
*[[ | *[[Script::getEventExists|GetEventExists]] | ||
*[[ | *[[Script::getHashOfThisScriptName|GetHashOfThisScriptName]] | ||
*[[ | *[[Script::getIdOfNextThreadInEnumeration|GetIdOfNextThreadInEnumeration]] | ||
*[[ | *[[Script::getIdOfThisThread|GetIdOfThisThread]] | ||
*[[ | *[[Script::getNameOfThread|GetNameOfThread]] | ||
*[[ | *[[Script::getNoLoadingScreen|GetNoLoadingScreen]] | ||
*[[ | *[[Script::getNumberOfEvents|GetNumberOfEvents]] | ||
*[[ | *[[Script::getNumberOfInstancesOfScriptWithNameHash|GetNumberOfInstancesOfScriptWithNameHash]] | ||
*[[ | *[[Script::getThisScriptName|GetThisScriptName]] | ||
*[[ | *[[Script::hasScriptLoaded|HasScriptLoaded]] | ||
*[[ | *[[Script::hasScriptWithNameHashLoaded|HasScriptWithNameHashLoaded]] | ||
*[[ | *[[Script::isThreadActive|IsThreadActive]] | ||
*[[ | *[[Script::requestScript|RequestScript]] | ||
*[[ | *[[Script::requestScriptWithNameHash|RequestScriptWithNameHash]] | ||
*[[ | *[[Script::setNoLoadingScreen|SetNoLoadingScreen]] | ||
*[[ | *[[Script::setScriptAsNoLongerNeeded|SetScriptAsNoLongerNeeded]] | ||
*[[ | *[[Script::setScriptWithNameHashAsNoLongerNeeded|SetScriptWithNameHashAsNoLongerNeeded]] | ||
*[[RAGE.Game. | *[[Script::shutdownLoadingScreen|ShutdownLoadingScreen]] | ||
*[[Script::terminateThisThread|TerminateThisThread]] | |||
*[[Script::terminateThread|TerminateThread]] | |||
*[[Script::triggerScriptEvent|TriggerScriptEvent]] | |||
===Shapetest=== | |||
*[[Worldprobe::getShapeTestResult|GetShapeTestResult]] | |||
*[[Worldprobe::getShapeTestResultEx|GetShapeTestResultEx]] | |||
*[[Worldprobe::startShapeTestBound|StartShapeTestBound]] | |||
*[[Worldprobe::startShapeTestBoundingBox|StartShapeTestBoundingBox]] | |||
*[[Worldprobe::startShapeTestBox|StartShapeTestBox]] | |||
*[[Worldprobe::startShapeTestCapsule|StartShapeTestCapsule]] | |||
*[[Worldprobe::startShapeTestLosProbe|StartShapeTestLosProbe]] | |||
*[[Worldprobe::startShapeTestRay|StartShapeTestRay]] | |||
===Socialclub=== | |||
*[[RAGE.Game.Socialclub.ScEmailMessagePushGamerToRecipList|ScEmailMessagePushGamerToRecipList]] | |||
*[[RAGE.Game.Socialclub.ScGetNickname|ScGetNickname]] | *[[RAGE.Game.Socialclub.ScGetNickname|ScGetNickname]] | ||
*[[RAGE.Game.Socialclub.IsScInboxValid|IsScInboxValid]] | *[[RAGE.Game.Socialclub.IsScInboxValid|IsScInboxValid]] | ||
*[[RAGE.Game.Socialclub.ScInboxGetEmails|ScInboxGetEmails]] | |||
*[[RAGE.Game.Socialclub.GetTotalScInboxIds|GetTotalScInboxIds]] | *[[RAGE.Game.Socialclub.GetTotalScInboxIds|GetTotalScInboxIds]] | ||
*[[RAGE.Game.Socialclub.ScInboxMessageGetDataBool|ScInboxMessageGetDataBool]] | *[[RAGE.Game.Socialclub.ScInboxMessageGetDataBool|ScInboxMessageGetDataBool]] | ||
| Line 2,106: | Line 1,844: | ||
*[[RAGE.Game.Socialclub.ScStartCheckStringTask|ScStartCheckStringTask]] | *[[RAGE.Game.Socialclub.ScStartCheckStringTask|ScStartCheckStringTask]] | ||
*[[RAGE.Game.Socialclub.ScHasCheckStringTaskCompleted|ScHasCheckStringTaskCompleted]] | *[[RAGE.Game.Socialclub.ScHasCheckStringTaskCompleted|ScHasCheckStringTaskCompleted]] | ||
===Stats=== | |||
*[[Stats::getNgstatBoolHash|GetNgstatBoolHash]] | |||
*[[Stats::getNgstatIntHash|GetNgstatIntHash]] | |||
*[[Stats::getPstatBoolHash|GetPstatBoolHash]] | |||
*[[Stats::getPstatIntHash|GetPstatIntHash]] | |||
*[[Stats::getTupstatBoolHash|GetTupstatBoolHash]] | |||
*[[Stats::getTupstatIntHash|GetTupstatIntHash]] | |||
*[[Stats::leaderboards2ReadByHandle|Leaderboards2ReadByHandle]] | |||
*[[Stats::leaderboards2ReadByRadius|Leaderboards2ReadByRadius]] | |||
*[[Stats::leaderboards2ReadByRank|Leaderboards2ReadByRank]] | |||
*[[Stats::leaderboards2ReadByRow|Leaderboards2ReadByRow]] | |||
*[[Stats::leaderboards2ReadByScoreFloat|Leaderboards2ReadByScoreFloat]] | |||
*[[Stats::leaderboards2ReadByScoreInt|Leaderboards2ReadByScoreInt]] | |||
*[[Stats::leaderboards2ReadFriendsByRow|Leaderboards2ReadFriendsByRow]] | |||
*[[Stats::leaderboards2WriteData|Leaderboards2WriteData]] | |||
*[[Stats::leaderboardsCacheDataRow|LeaderboardsCacheDataRow]] | |||
*[[Stats::leaderboardsClearCacheData|LeaderboardsClearCacheData]] | |||
*[[Stats::leaderboardsGetCacheDataRow|LeaderboardsGetCacheDataRow]] | |||
*[[Stats::leaderboardsGetCacheExists|LeaderboardsGetCacheExists]] | |||
*[[Stats::leaderboardsGetCacheTime|LeaderboardsGetCacheTime]] | |||
*[[Stats::leaderboardsGetColumnId|LeaderboardsGetColumnId]] | |||
*[[Stats::leaderboardsGetColumnType|LeaderboardsGetColumnType]] | |||
*[[Stats::leaderboardsGetNumberOfColumns|LeaderboardsGetNumberOfColumns]] | |||
*[[Stats::leaderboardsReadClear|LeaderboardsReadClear]] | |||
*[[Stats::leaderboardsReadClearAll|LeaderboardsReadClearAll]] | |||
*[[Stats::leaderboardsReadPending|LeaderboardsReadPending]] | |||
*[[Stats::leaderboardsReadSuccessful|LeaderboardsReadSuccessful]] | |||
*[[Stats::playstatsAmbientMissionCrateCreated|PlaystatsAmbientMissionCrateCreated]] | |||
*[[Stats::playstatsAwardXp|PlaystatsAwardXp]] | |||
*[[Stats::playstatsCheatApplied|PlaystatsCheatApplied]] | |||
*[[Stats::playstatsClothChange|PlaystatsClothChange]] | |||
*[[Stats::playstatsFriendActivity|PlaystatsFriendActivity]] | |||
*[[Stats::playstatsMatchStarted|PlaystatsMatchStarted]] | |||
*[[Stats::playstatsMissionCheckpoint|PlaystatsMissionCheckpoint]] | |||
*[[Stats::playstatsMissionOver|PlaystatsMissionOver]] | |||
*[[Stats::playstatsMissionStarted|PlaystatsMissionStarted]] | |||
*[[Stats::playstatsNpcInvite|PlaystatsNpcInvite]] | |||
*[[Stats::playstatsPropChange|PlaystatsPropChange]] | |||
*[[Stats::playstatsRaceCheckpoint|PlaystatsRaceCheckpoint]] | |||
*[[Stats::playstatsRankUp|PlaystatsRankUp]] | |||
*[[Stats::playstatsShopItem|PlaystatsShopItem]] | |||
*[[Stats::playstatsWebsiteVisited|PlaystatsWebsiteVisited]] | |||
*[[Stats::statClearSlotForReload|StatClearSlotForReload]] | |||
*[[Stats::statDeleteSlot|StatDeleteSlot]] | |||
*[[Stats::statGetBool|StatGetBool]] | |||
*[[Stats::statGetBoolMasked|StatGetBoolMasked]] | |||
*[[Stats::statGetDate|StatGetDate]] | |||
*[[Stats::statGetFloat|StatGetFloat]] | |||
*[[Stats::statGetInt|StatGetInt]] | |||
*[[Stats::statGetLicensePlate|StatGetLicensePlate]] | |||
*[[Stats::statGetMaskedInt|StatGetMaskedInt]] | |||
*[[Stats::statGetNumberOfDays|StatGetNumberOfDays]] | |||
*[[Stats::statGetNumberOfHours|StatGetNumberOfHours]] | |||
*[[Stats::statGetNumberOfMinutes|StatGetNumberOfMinutes]] | |||
*[[Stats::statGetNumberOfSeconds|StatGetNumberOfSeconds]] | |||
*[[Stats::statGetPos|StatGetPos]] | |||
*[[Stats::statGetString|StatGetString]] | |||
*[[Stats::statGetUserId|StatGetUserId]] | |||
*[[Stats::statIncrement|StatIncrement]] | |||
*[[Stats::statLoad|StatLoad]] | |||
*[[Stats::statLoadPending|StatLoadPending]] | |||
*[[Stats::statSave|StatSave]] | |||
*[[Stats::statSavePending|StatSavePending]] | |||
*[[Stats::statSavePendingOrRequested|StatSavePendingOrRequested]] | |||
*[[Stats::statSetBool|StatSetBool]] | |||
*[[Stats::statSetBoolMasked|StatSetBoolMasked]] | |||
*[[Stats::statSetCurrentPosixTime|StatSetCurrentPosixTime]] | |||
*[[Stats::statSetDate|StatSetDate]] | |||
*[[Stats::statSetFloat|StatSetFloat]] | |||
*[[Stats::statSetGxtLabel|StatSetGxtLabel]] | |||
*[[Stats::statSetInt|StatSetInt]] | |||
*[[Stats::statSetLicensePlate|StatSetLicensePlate]] | |||
*[[Stats::statSetMaskedInt|StatSetMaskedInt]] | |||
*[[Stats::statSetPos|StatSetPos]] | |||
*[[Stats::statSetProfileSetting|StatSetProfileSetting]] | |||
*[[Stats::statSetString|StatSetString]] | |||
*[[Stats::statSetUserId|StatSetUserId]] | |||
*[[Stats::statSlotIsLoaded|StatSlotIsLoaded]] | |||
*[[Stats::playstatsOddjobDone|PlaystatsOddjobDone]] | |||
===Streaming=== | |||
*[[Streaming::beginSrl|BeginSrl]] | |||
*[[Streaming::clearFocus|ClearFocus]] | |||
*[[Streaming::clearHdArea|ClearHdArea]] | |||
*[[Streaming::doesAnimDictExist|DoesAnimDictExist | |||
==NUI== | ==NUI== | ||
===Sprite=== | |||
*[[RAGE.NUI.Sprite.#ctor|#ctor]] | *[[RAGE.NUI.Sprite.#ctor|#ctor]] | ||
*[[RAGE.NUI.Sprite.Draw|Draw]] | *[[RAGE.NUI.Sprite.Draw|Draw]] | ||
*[[RAGE.NUI.Sprite.DrawTexture|DrawTexture]] | *[[RAGE.NUI.Sprite.DrawTexture|DrawTexture]] | ||
*[[RAGE.NUI.Sprite.WriteFileFromResources|WriteFileFromResources]] | *[[RAGE.NUI.Sprite.WriteFileFromResources|WriteFileFromResources]] | ||
*[[RAGE.NUI.UIResRectangle|UIResRectangle]] | *[[RAGE.NUI.UIResRectangle | UIResRectangle]] | ||
*[[RAGE.NUI.UIResText.AddLongString|AddLongString]] | *[[RAGE.NUI.UIResText.AddLongString | AddLongString]] | ||
*[[RAGE.NUI.InstructionalButton.#ctor|#ctor]] | *[[RAGE.NUI.InstructionalButton.#ctor | #ctor]] | ||
*[[RAGE.NUI.UIMenuCheckboxItem.CheckboxEvent|CheckboxEvent]] | ===UIMenuCheckboxItem=== | ||
*[[RAGE.NUI.UIMenuCheckboxItem.CheckboxEvent | CheckboxEvent]] | |||
*[[RAGE.NUI.UIMenuCheckboxItem.#ctor|#ctor]] | *[[RAGE.NUI.UIMenuCheckboxItem.#ctor|#ctor]] | ||
*[[RAGE.NUI.UIMenuCheckboxItem.Position|Position]] | *[[RAGE.NUI.UIMenuCheckboxItem.Position|Position]] | ||
*[[RAGE.NUI.UIMenuDynamicListItem.#ctor|#ctor]] | ===UIMenuDynamicListItem=== | ||
*[[RAGE.NUI.UIMenuDynamicListItem.#ctor | #ctor]] | |||
*[[RAGE.NUI.UIMenuDynamicListItem.Position|Position]] | *[[RAGE.NUI.UIMenuDynamicListItem.Position|Position]] | ||
===[[RAGE.NUI.UIMenuItem | UIMenuItem]]=== | |||
*[[RAGE.NUI.UIMenuItem.#ctor|#ctor]] | *[[RAGE.NUI.UIMenuItem.#ctor|#ctor]] | ||
*[[RAGE.NUI.UIMenuItem.Selected|Selected]] | *[[RAGE.NUI.UIMenuItem.Selected|Selected]] | ||
| Line 3,002: | Line 2,869: | ||
*[[RAGE.NUI.UIMenuItem.LeftBadge|LeftBadge]] | *[[RAGE.NUI.UIMenuItem.LeftBadge|LeftBadge]] | ||
*[[RAGE.NUI.UIMenuItem.Parent|Parent]] | *[[RAGE.NUI.UIMenuItem.Parent|Parent]] | ||
*[[RAGE.NUI.UIMenuListItem.Index|Index]] | ===UIMenuListItem=== | ||
*[[RAGE.NUI.UIMenuListItem.Index | Index]] | |||
*[[RAGE.NUI.UIMenuListItem.#ctor|#ctor]] | *[[RAGE.NUI.UIMenuListItem.#ctor|#ctor]] | ||
*[[RAGE.NUI.UIMenuListItem.ItemToIndex|ItemToIndex]] | *[[RAGE.NUI.UIMenuListItem.ItemToIndex|ItemToIndex]] | ||
*[[RAGE.NUI.UIMenuListItem.Draw|Draw]] | *[[RAGE.NUI.UIMenuListItem.Draw|Draw]] | ||
*[[RAGE.NUI.MenuPool.Add|Add]] | ===MenuPool=== | ||
*[[RAGE.NUI.MenuPool.Add | Add]] | |||
*[[RAGE.NUI.MenuPool.AddSubMenu|AddSubMenu]] | *[[RAGE.NUI.MenuPool.AddSubMenu|AddSubMenu]] | ||
*[[RAGE.NUI.MenuPool.RefreshIndex|RefreshIndex]] | *[[RAGE.NUI.MenuPool.RefreshIndex|RefreshIndex]] | ||
| Line 3,013: | Line 2,882: | ||
*[[RAGE.NUI.MenuPool.IsAnyMenuOpen|IsAnyMenuOpen]] | *[[RAGE.NUI.MenuPool.IsAnyMenuOpen|IsAnyMenuOpen]] | ||
*[[RAGE.NUI.MenuPool.CloseAllMenus|CloseAllMenus]] | *[[RAGE.NUI.MenuPool.CloseAllMenus|CloseAllMenus]] | ||
*[[RAGE.NUI.PauseMenu.MissionLogo.#ctor| | *[[RAGE.NUI.PauseMenu.MissionLogo.#ctor | MissionLogo]] | ||
===[[RAGE.NUI.UIMenu | UIMenu]]=== | |||
*[[RAGE.NUI.UIMenu.OnListChange|OnListChange]] | *[[RAGE.NUI.UIMenu.OnListChange|OnListChange]] | ||
*[[RAGE.NUI.UIMenu.OnItemSelect|OnItemSelect]] | *[[RAGE.NUI.UIMenu.OnItemSelect|OnItemSelect]] | ||
| Line 3,044: | Line 2,913: | ||
*[[RAGE.NUI.UIMenu.ParentMenu|ParentMenu]] | *[[RAGE.NUI.UIMenu.ParentMenu|ParentMenu]] | ||
*[[RAGE.NUI.UIMenu.WidthOffset|WidthOffset]] | *[[RAGE.NUI.UIMenu.WidthOffset|WidthOffset]] | ||
==Ui== | ==Ui== | ||
===[[RAGE.Ui.HtmlWindow|HtmlWindow]]=== | |||
{{HtmlWindow_definition_cs}} | |||
===[[RAGE.Ui.DefaultWindow|DefaultWindow]]=== | |||
==Ui.Cursor== | ===Ui.Cursor=== | ||
*[[RAGE.Ui.Cursor.Visible|Visible]] | *[[RAGE.Ui.Cursor.Visible|Visible]] | ||
*[[RAGE.Ui.Cursor.Position|Position]] | *[[RAGE.Ui.Cursor.Position|Position]] | ||
*[[RAGE.Ui.Cursor.ShowCursor|ShowCursor]] | |||
== | ==Voice== | ||
* | *Properties: | ||
**[[RAGE.Voice.Allowed|Allowed]] | |||
**[[RAGE.Voice.Muted|Muted]] | |||
* | |||
*[[RAGE. | |||
* | |||
*[[RAGE. | |||
Latest revision as of 19:47, 20 August 2024
Chat
Discord
Elements
Blip
- Blip
- Blip.AddTextComponentSubstringName
- Blip.DoesExist
- Blip.EndTextCommandSetName
- Blip.GetAlpha
- Blip.GetColour
- Blip.GetHudColour
- Blip.GetInfoIdCoord
- Blip.GetCoords
- Blip.GetInfoIdDisplay
- Blip.GetInfoIdEntityIndex
- Blip.GetInfoIdType
- Blip.GetSprite
- Blip.HideNumberOn
- Blip.IsFlashing
- Blip.IsOnMinimap
- Blip.IsShortRange
- Blip.IsMissionCreator
- Blip.Pulse
- Blip.SetAlpha
- Blip.SetAsFriendly
- Blip.SetShrink
- Blip.SetAsMissionCreatorBlip
- Blip.SetAsShortRange
- Blip.SetBright
- Blip.SetCategory
- Blip.SetColour
- Blip.SetCoords
- Blip.SetDisplay
- Blip.SetFade
- Blip.SetFlashes
- Blip.SetFlashesAlternate
- Blip.SetFlashInterval
- Blip.SetFlashTimer
- Blip.SetHighDetail
- Blip.SetNameFromTextFile
- Blip.SetNameToPlayerName
- Blip.SetPriority
- Blip.SetRotation
- Blip.SetRoute
- Blip.SetRouteColour
- Blip.SetScale
- Blip.SetSecondaryColour
- Blip.SetShowCone
- Blip.SetSprite
- Blip.SetFriend
- Blip.ShowHeadingIndicatorOn
- Blip.ShowNumberOn
- Blip.SetFriendly
- Blip.SetChecked
- Blip.GetInfoIdPickupIndex
Checkpoint
- Checkpoint
- Checkpoint.Direction
- Checkpoint.Visible
- Checkpoint.Radius
- Checkpoint.SetCylinderHeight
- Checkpoint.SetIconRgba
- Checkpoint.SetRgba
Entity
- Entity.Id
- Entity.RemoteId
- Entity.IsLocal
- Entity.Type
- Entity.IsNull
- Entity.Dimension
- Entity.Model
- Entity.Position
- Entity.GetData
- Entity.SetData
- Entity.GetSharedData
- Entity.Destroy
MapObject
- MapObject
- MapObject.Hidden
- MapObject.StreamRange
- MapObject.NotifyStreaming
- MapObject.IsWeak
- MapObject.PlayStreamFrom
- MapObject.ObjToNet
- MapObject.HasBeenBroken
- MapObject.IsVisible
- MapObject.MarkForDeletion
- MapObject.PlaceOnGroundProperly
- MapObject.SetActivatePhysicsAsSoonAsItIsUnfrozen
- MapObject.SetPhysicsParams
- MapObject.SetTargettable
- MapObject.SetTextureVariant
- MapObject.SetTeamPickup
- MapObject.Slide
- MapObject.SetDisableFragDamage
- MapObject.IsWithinBrainActivationRange
- MapObject.GetVehicleAttachedToEntity
Ped
- Ped
- Ped.TaskGoTo
- Ped.TaskLookAtCoord
- Ped.TaskShootAt
- Ped.DisablePainAudio
- Ped.CanSpeak
- Ped.IsAmbientSpeechDisabled
- Ped.IsAnySpeechPlaying
- Ped.IsInCurrentConversation
- Ped.IsRingtonePlaying
- Ped.PlayPain
- Ped.PlayAmbientSpeech2
- Ped.PlayAmbientSpeech1
- Ped.PlayStreamFrom
- Ped.SetTalk
- Ped.SetAmbientVoiceName
- Ped.SetIsDrunk
- Ped.SetScream
- Ped.StopCurrentPlayingAmbientSpeech
- Ped.SetMute
- Ped.StopRingtone
- Ped.StopSpeaking
- Ped.IsBeingArrested
- Ped.AddVehicleSubtaskAttackCoord
- Ped.AddVehicleSubtaskAttack
- Ped.ClearDrivebyTaskUnderneathDrivingTask
- Ped.ClearSecondaryTask
- Ped.ClearTasks
- Ped.ClearTasksImmediately
- Ped.ControlMountedWeapon
- Ped.GetIsTaskActive
- Ped.GetNavmeshRouteDistanceRemaining
- Ped.GetNavmeshRouteResult
- Ped.GetDesiredMoveBlendRatio
- Ped.GetPhoneGestureAnimCurrentTime
- Ped.GetPhoneGestureAnimTotalTime
- Ped.GetSequenceProgress
- Ped.IsDrivebyTaskUnderneathDrivingTask
- Ped.IsMountedWeaponTaskUnderneathDrivingTask
- Ped.IsMoveBlendRatioRunning
- Ped.IsMoveBlendRatioSprinting
- Ped.IsMoveBlendRatioStill
- Ped.IsMoveBlendRatioWalking
- Ped.IsActiveInScenario
- Ped.IsCuffed
- Ped.IsGettingUp
- Ped.IsInWrithe
- Ped.IsRunning
- Ped.IsRunningArrestTask
- Ped.IsSprinting
- Ped.IsStill
- Ped.IsStrafing
- Ped.IsWalking
- Ped.IsPlayingPhoneGestureAnim
- Ped.HasUseScenarioTask
- Ped.PlayAnimOnRunningScenario
- Ped.SetDriveTaskDrivingStyle
- Ped.SetHighFallTask
- Ped.SetParachuteTaskTarget
- Ped.SetParachuteTaskThrust
- Ped.SetDesiredMoveBlendRatio
- Ped.SetPathAvoidFire
- Ped.SetPathCanDropFromHeight
- Ped.SetPathCanUseClimbovers
- Ped.SetPathCanUseLadders
- Ped.SetPathMayEnterWater
- Ped.SetPathPreferToAvoidWater
- Ped.SetWaypointRouteOffset
- Ped.SetTaskVehicleChaseBehaviorFlag
- Ped.SetTaskVehicleChaseIdealPursuitDistance
- Ped.StopAnimPlayback
- Ped.StopAnimTask
- Ped.TaskAchieveHeading
- Ped.TaskAimGunAtCoord
- Ped.TaskAimGunAtEntity
- Ped.TaskAimGunScripted
- Ped.TaskArrest
- Ped.TaskChatTo
- Ped.TaskClearLookAt
- Ped.TaskClimb
- Ped.TaskClimbLadder
- Ped.TaskCombatHatedTargetsAround
- Ped.TaskCombatHatedTargetsInArea
- Ped.TaskCombat
- Ped.TaskCower
- Ped.TaskEnterVehicle
- Ped.TaskFollowNavMeshToCoord
- Ped.TaskFollowPointRoute
- Ped.TaskFollowToOffsetOfEntity
- Ped.TaskForceMotionState
- Ped.TaskGetOffBoat
- Ped.TaskGotoEntityAiming
- Ped.TaskGotoEntityOffset
- Ped.TaskGoStraightToCoord
- Ped.TaskGoToCoordAnyMeans
- Ped.TaskGoToCoordAnyMeansExtraParams
- Ped.TaskGoToCoordAnyMeansExtraParamsWithCruiseSpeed
- Ped.TaskGoToCoordWhileAimingAtCoord
- Ped.TaskGoToEntityWhileAimingAtEntity
- Ped.TaskHandsUp
- Ped.TaskJump
- Ped.TaskLeaveAnyVehicle
- Ped.TaskLeaveVehicle
- Ped.TaskLookAtEntity
- Ped.TaskMoveNetworkAdvanced
- Ped.TaskMoveNetwork
- Ped.TaskOpenVehicleDoor
- Ped.TaskParachute
- Ped.TaskParachuteToTarget
- Ped.TaskPatrol
- Ped.TaskPause
- Ped.TaskSlideToCoord
- Ped.TaskSlideToCoordHdgRate
- Ped.TaskPerformSequence
- Ped.TaskPlantBomb
- Ped.TaskPlayAnim
- Ped.TaskPlayAnimAdvanced
- Ped.TaskPlayPhoneGestureAnimation
- Ped.TaskPutDirectlyIntoCover
- Ped.TaskPutDirectlyIntoMelee
- Ped.TaskRappelFromHeli
- Ped.TaskReactAndFlee
- Ped.TaskReloadWeapon
- Ped.TaskScriptedAnimation
- Ped.TaskSeekCoverFrom
- Ped.TaskSeekCoverFromPos
- Ped.TaskSeekCoverToCoords
- Ped.TaskSetBlockingOfNonTemporaryEvents
- Ped.TaskShockingEventReact
- Ped.TaskShootAtCoord
- Ped.TaskShuffleToNextVehicleSeat
- Ped.TaskSkyDive
- Ped.TaskSmartFleeCoord
- Ped.TaskSmartFlee
- Ped.TaskStandGuard
- Ped.TaskStandStill
- Ped.TaskStartScenarioAtPosition
- Ped.TaskStartScenarioInPlace
- Ped.TaskStayInCover
- Ped.TaskStopPhoneGestureAnimation
- Ped.TaskSwapWeapon
- Ped.TaskSweepAimEntity
- Ped.TaskSynchronizedScene
- Ped.TaskThrowProjectile
- Ped.TaskTurnToFaceCoord
- Ped.TaskTurnToFaceEntity
- Ped.TaskUseMobilePhone
- Ped.TaskUseMobilePhoneTimed
- Ped.TaskUseNearestScenarioToCoord
- Ped.TaskUseNearestScenarioToCoordWarp
- Ped.TaskVehicleAimAtCoord
- Ped.TaskVehicleAimAt
- Ped.TaskVehicleDriveToCoord
- Ped.TaskVehicleDriveToCoordLongrange
- Ped.TaskVehicleDriveWander
- Ped.TaskVehicleEscort
- Ped.TaskVehicleFollowWaypointRecording
- Ped.TaskVehicleGotoNavmesh
- Ped.TaskVehicleMissionCoorsTarget
- Ped.TaskVehicleMissionTarget
- Ped.TaskVehiclePark
- Ped.TaskVehicleShootAtCoord
- Ped.TaskVehicleShootAt
- Ped.TaskWanderInArea
- Ped.TaskWanderStandard
- Ped.TaskWarpIntoVehicle
- Ped.TaskWrithe
- Ped.Uncuff
- Ped.UpdateTaskHandsUpDuration
- Ped.UpdateTaskSweepAimEntity
- Ped.TaskFollowNavMeshToCoordAdvanced
- Ped.SetDecisionMaker
- Ped.AddOwnedExplosion
- Ped.CreateMpGamerTag
- Ped.DoesHaveAiBlip
- Ped.GiveToPauseMenu
- Ped.SetAiBlipMaxDistance
- Ped.SetEnemyAiBlip
- Ped.EnableTennisMode
- Ped.IsTennisMode
- Ped.NetworkAddToSynchronisedScene
- Ped.NetworkGetPlayerIndexFrom
- Ped.ToNet
- Ped.AttachPortablePickupTo
- Ped.DetachPortablePickupFrom
- Ped.SetPathsBackToOriginal
- Ped.AddArmourTo
- Ped.SetDecoration
- Ped.SetFacialDecoration
- Ped.ApplyDamageTo
- Ped.ApplyBlood
- Ped.ApplyBloodByZone
- Ped.ApplyBloodDamageByZone
- Ped.ApplyBloodSpecific
- Ped.ApplyDamageDecal
- Ped.ApplyDamagePack
- Ped.CanKnockOffVehicle
- Ped.CanInCombatSeeTarget
- Ped.CanRagdoll
- Ped.ClearAllProps
- Ped.ClearFacialIdleAnimOverride
- Ped.ClearAlternateMovementAnim
- Ped.ClearAlternateWalkAnim
- Ped.ClearBloodDamageByZone
- Ped.ClearDamageDecalByZone
- Ped.ClearDecorations
- Ped.ClearFacialDecorations
- Ped.ClearDriveByClipsetOverride
- Ped.ClearLastDamageBone
- Ped.ClearProp
- Ped.ClearWetness
- Ped.ResetRagdollBlockingFlags
- Ped.Clone
- Ped.CloneToTarget
- Ped.ExplodeHead
- Ped.FreezeCameraRotation
- Ped.ForceMotionState
- Ped.ForceToOpenParachute
- Ped.GetCombatFloat
- Ped.GetDeadPickupCoords
- Ped.GetJackTarget
- Ped.GetMeleeTargetFor
- Ped.IsOnMount
- Ped.GetMount
- Ped.GetNumberOfDrawableVariations
- Ped.GetNumberOfPropDrawableVariations
- Ped.GetNumberOfPropTextureVariations
- Ped.GetNumberOfTextureVariations
- Ped.GetsJacker
- Ped.GetAccuracy
- Ped.GetAlertness
- Ped.GetArmour
- Ped.GetBoneCoords
- Ped.GetBoneIndex
- Ped.GetCauseOfDeath
- Ped.GetCombatMovement
- Ped.GetCombatRange
- Ped.GetConfigFlag
- Ped.GetDecorationsState
- Ped.GetDefensiveAreaPosition
- Ped.GetDrawableVariation
- Ped.GetEnveffScale
- Ped.GetExtractedDisplacement
- Ped.GetGroupIndex
- Ped.GetHeadBlendData
- Ped.GetHeadOverlayValue
- Ped.GetLastDamageBone
- Ped.GetMaxHealth
- Ped.GetMoney
- Ped.GetNearbyPeds
- Ped.GetNearbyVehicles
- Ped.GetPaletteVariation
- Ped.GetParachuteLandingType
- Ped.GetParachuteState
- Ped.GetParachuteTintIndex
- Ped.GetPropIndex
- Ped.GetPropTextureIndex
- Ped.GetRagdollBoneIndex
- Ped.GetRelationshipGroupDefaultHash
- Ped.GetRelationshipGroupHash
- Ped.GetResetFlag
- Ped.GetSourceOfDeath
- Ped.GetStealthMovement
- Ped.GetTextureVariation
- Ped.GetTimeOfDeath
- Ped.GetType
- Ped.GetPlayerIsFollowing
- Ped.GetSeatIsTryingToEnter
- Ped.GetVehicleIsEntering
- Ped.GetVehicleIsIn
- Ped.GetVehicleIsTryingToEnter
- Ped.GetVehicleIsUsing
- Ped.GiveHelmet
- Ped.GiveNmMessage
- Ped.HasHeadBlendFinished
- Ped.HideBloodDamageByZone
- Ped.IsConversationDead
- Ped.IsheadshotReady
- Ped.IsheadshotValid
- Ped.IsAimingFromCover
- Ped.IsAPlayer
- Ped.IsBeingJacked
- Ped.IsBeingStealthKilled
- Ped.IsBeingStunned
- Ped.IsBlushColorValid
- Ped.IsClimbing
- Ped.IsComponentVariationValid
- Ped.IsDeadOrDying
- Ped.IsDiving
- Ped.IsDoingDriveby
- Ped.IsDucking
- Ped.IsEvasiveDiving
- Ped.IsFacingPed
- Ped.IsFalling
- Ped.IsFatallyInjured
- Ped.IsFleeing
- Ped.IsGettingIntoAVehicle
- Ped.IsGoingIntoCover
- Ped.IsGroupMember
- Ped.IsHairColorValid
- Ped.IsHangingOnToVehicle
- Ped.IsHeadtrackingEntity
- Ped.IsHeadtrackingPed
- Ped.IsHuman
- Ped.IsHurt
- Ped.IsInjured
- Ped.IsInAnyBoat
- Ped.IsInAnyHeli
- Ped.IsInAnyPlane
- Ped.IsInAnyPoliceVehicle
- Ped.IsInAnySub
- Ped.IsInAnyTaxi
- Ped.IsInAnyTrain
- Ped.IsInAnyVehicle
- Ped.IsInCombat
- Ped.IsInCover
- Ped.IsInCoverFacingLeft
- Ped.IsInFlyingVehicle
- Ped.IsInGroup
- Ped.IsStandingInCover
- Ped.IsInMeleeCombat
- Ped.IsInModel
- Ped.IsInParachuteFreeFall
- Ped.IsInVehicle
- Ped.IsJacking
- Ped.IsJumping
- Ped.IsJumpingOutOfVehicle
- Ped.IsLipstickColorValid
- Ped.IsMale
- Ped.IsModel
- Ped.IsOnAnyBike
- Ped.IsOnFoot
- Ped.IsOnSpecificVehicle
- Ped.IsOnVehicle
- Ped.IsPerformingStealthKill
- Ped.IsPlantingBomb
- Ped.IsProne
- Ped.IsRagdoll
- Ped.IsReloading
- Ped.IsRespondingToEvent
- Ped.IsRunningMobilePhoneTask
- Ped.IsRunningRagdollTask
- Ped.IsShooting
- Ped.IsShootingInArea
- Ped.IsSittingInAnyVehicle
- Ped.IsSittingInVehicle
- Ped.IsStopped
- Ped.IsSwimming
- Ped.IsSwimmingUnderWater
- Ped.IsTracked
- Ped.IsTryingToEnterALockedVehicle
- Ped.IsUsingActionMode
- Ped.IsUsingAnyScenario
- Ped.IsUsingScenario
- Ped.IsVaulting
- Ped.IsWearingHelmet
- Ped.IsScriptedScenarioUsingConditionalAnim
- Ped.IsTrackedVisible
- Ped.KnockOffProp
- Ped.KnockOffVehicle
- Ped.PlayFacialAnim
- Ped.RegisterHatedTargetsAround
- Ped.Registerheadshot
- Ped.RegisterTarget
- Ped.RemoveDefensiveArea
- Ped.RemoveFromGroup
- Ped.RemoveHelmet
- Ped.RemovePreferredCoverSet
- Ped.ResetInVehicleContext
- Ped.ResetLastVehicle
- Ped.ResetMovementClipset
- Ped.ResetRagdollTimer
- Ped.ResetStrafeClipset
- Ped.ResetVisibleDamage
- Ped.ClearBloodDamage
- Ped.ResetWeaponMovementClipset
- Ped.Resurrect
- Ped.ReviveInjured
- Ped.SetBlockingOfNonTemporaryEvents
- Ped.SetCanAttackFriendly
- Ped.SetCombatFloat
- Ped.SetEnableBoundAnkles
- Ped.SetEnableHandcuffs
- Ped.SetEnableEnveffScale
- Ped.SetEnableScuba
- Ped.SetFacialIdleAnimOverride
- Ped.SetEyeColor
- Ped.SetIkTarget
- Ped.SetAccuracy
- Ped.SetAlertness
- Ped.SetAllowedToDuck
- Ped.SetAllowVehiclesOverride
- Ped.SetAlternateMovementAnim
- Ped.SetAlternateWalkAnim
- Ped.SetAngledDefensiveArea
- Ped.SetArmour
- Ped.SetAsCop
- Ped.SetAsEnemy
- Ped.SetAsGroupLeader
- Ped.SetAsGroupMember
- Ped.SetBlendFromParents
- Ped.SetBoundsOrientation
- Ped.SetCanArmIk
- Ped.SetCanBeDraggedOut
- Ped.SetCanBeKnockedOffVehicle
- Ped.SetCanBeShotInVehicle
- Ped.SetCanBeTargetedWhenInjured
- Ped.SetCanBeTargetedWithoutLos
- Ped.SetCanBeTargetted
- Ped.SetCanBeTargettedByPlayer
- Ped.SetCanBeTargettedByTeam
- Ped.SetCanCowerInCover
- Ped.SetCanEvasiveDive
- Ped.SetCanHeadIk
- Ped.SetCanLegIk
- Ped.SetCanPeekInCover
- Ped.SetCanPlayAmbientAnims
- Ped.SetCanPlayAmbientBaseAnims
- Ped.SetCanPlayGestureAnims
- Ped.SetCanPlayVisemeAnims
- Ped.SetCanRagdoll
- Ped.SetCanRagdollFromPlayerImpact
- Ped.SetCanSmashGlass
- Ped.SetCanSwitchWeapon
- Ped.SetCanTeleportToGroupLeader
- Ped.SetCanTorsoIk
- Ped.SetCanUseAutoConversationLookat
- Ped.SetCapsule
- Ped.SetClothProne
- Ped.SetCombatAbility
- Ped.SetCombatAttributes
- Ped.SetCombatMovement
- Ped.SetCombatRange
- Ped.SetComponentVariation
- Ped.SetConfigFlag
- Ped.SetCoordsKeepVehicle
- Ped.SetCoordsNoGang
- Ped.SetCowerHash
- Ped.SetDefaultComponentVariation
- Ped.SetDefensiveAreaAttachedToPed
- Ped.SetDefensiveAreaDirection
- Ped.SetDefensiveSphereAttachedToPed
- Ped.SetDesiredHeading
- Ped.SetDiesInstantlyInWater
- Ped.SetDiesInSinkingVehicle
- Ped.SetDiesInVehicle
- Ped.SetDiesInWater
- Ped.SetDiesWhenInjured
- Ped.SetDriveByClipsetOverride
- Ped.SetDucking
- Ped.SetEnableWeaponBlocking
- Ped.SetEnveffScale
- Ped.SetFiringPattern
- Ped.SetFleeAttributes
- Ped.SetGeneratesDeadBodyEvents
- Ped.SetGestureGroup
- Ped.SetGetOutUpsideDownVehicle
- Ped.SetGravity
- Ped.SetGroupMemberPassengerIndex
- Ped.SetHairColor
- Ped.SetHeadBlendData
- Ped.SetHeadOverlay
- Ped.SetHeadOverlayColor
- Ped.SetHearingRange
- Ped.SetHelmet
- Ped.SetHelmetFlag
- Ped.SetHelmetPropIndex
- Ped.SetHelmetTextureIndex
- Ped.SetIdRange
- Ped.SetIntoVehicle
- Ped.SetInVehicleContext
- Ped.SetKeepTask
- Ped.SetLegIkMode
- Ped.SetLodMultiplier
- Ped.SetMaxHealth
- Ped.SetMaxMoveBlendRatio
- Ped.SetMaxTimeInWater
- Ped.SetMaxTimeUnderwater
- Ped.SetFaceFeature
- Ped.SetMinGroundTimeForStungun
- Ped.SetMinMoveBlendRatio
- Ped.SetModelIsSuppressed
- Ped.SetMoney
- Ped.SetMotionBlur
- Ped.SetMovementClipset
- Ped.SetMoveAnimsBlendOut
- Ped.SetMoveRateOverride
- Ped.SetNeverLeavesGroup
- Ped.SetParachuteTintIndex
- Ped.SetPinnedDown
- Ped.SetPreferredCoverSet
- Ped.IsPropValid
- Ped.SetPrimaryLookat
- Ped.SetPropIndex
- Ped.SetRagdollForceFall
- Ped.SetRagdollOnCollision
- Ped.SetRandomComponentVariation
- Ped.SetRandomProps
- Ped.SetRelationshipGroupDefaultHash
- Ped.SetRelationshipGroupHash
- Ped.SetReserveParachuteTintIndex
- Ped.SetResetFlag
- Ped.SetSeeingRange
- Ped.SetShootsAtCoord
- Ped.SetShootRate
- Ped.SetSphereDefensiveArea
- Ped.SetStayInVehicleWhenJacked
- Ped.SetStealthMovement
- Ped.SetSteersAroundObjects
- Ped.SetSteersAroundPeds
- Ped.SetSteersAroundVehicles
- Ped.SetStrafeClipset
- Ped.SetSuffersCriticalHits
- Ped.SetSweat
- Ped.SetTargetLossResponse
- Ped.SetToInformRespectedFriends
- Ped.SetToLoadCover
- Ped.SetToRagdoll
- Ped.SetToRagdollWithFall
- Ped.SetUsingActionMode
- Ped.SetVisualFieldCenterAngle
- Ped.SetVisualFieldMaxAngle
- Ped.SetVisualFieldMaxElevationAngle
- Ped.SetVisualFieldMinAngle
- Ped.SetVisualFieldMinElevationAngle
- Ped.SetVisualFieldPeripheralRange
- Ped.SetWeaponMovementClipset
- Ped.SetWetnessEnabledThisFrame
- Ped.SetWetnessHeight
- Ped.SetRagdollBlockingFlags
- Ped.SetScriptedAnimSeatOffset
- Ped.StopWeaponFiringWhenDropped
- Ped.UpdateHeadBlendData
- Ped.WasKilledByStealth
- Ped.WasKilledByTakedown
- Ped.WasSkeletonUpdated
- Ped.SetNameDebug
- Ped.SetPlaysHeadOnHornAnimWhenDiesInVehicle
- Ped.SetPopulationBudget
- Ped.SwitchOutPlayer
- Ped.SetTargettableVehicleDestroy
- Ped.AddAmmoTo
- Ped.ClearLastWeaponDamage
- Ped.ExplodeProjectiles
- Ped.GetAmmoInClip
- Ped.GetAmmoInWeapon
- Ped.GetBestWeapon
- Ped.GetCurrentVehicleWeapon
- Ped.GetCurrentWeapon
- Ped.GetCurrentWeaponEntityIndex
- Ped.GetIsGadgetEquipped
- Ped.GetLockonRangeOfCurrentWeapon
- Ped.GetMaxAmmo
- Ped.GetMaxAmmoInClip
- Ped.GetMaxRangeOfCurrentWeapon
- Ped.GetAmmoByType
- Ped.GetAmmoTypeFromWeapon
- Ped.GetLastWeaponImpactCoord
- Ped.GetAmmoTypeFromWeapon2
- Ped.GetWeapontypeInSlot
- Ped.GetWeaponTintIndex
- Ped.GetSelectedWeapon
- Ped.GetWeaponObjectFrom
- Ped.GiveDelayedWeaponTo
- Ped.GiveWeaponComponentTo
- Ped.GiveWeaponTo
- Ped.HasBeenDamagedByWeapon
- Ped.HasGotWeapon
- Ped.HasGotWeaponComponent
- Ped.HideWeaponForScriptedCutscene
- Ped.IsFlashLightOn
- Ped.IsArmed
- Ped.IsCurrentWeaponSilenced
- Ped.IsWeaponComponentActive
- Ped.IsWeaponReadyToShoot
- Ped.MakeReload
- Ped.SkipNextReloading
- Ped.RemoveAllWeapons
- Ped.RemoveWeaponComponentFrom
- Ped.RemoveWeaponFrom
- Ped.SetAmmoInClip
- Ped.SetCurrentVehicleWeapon
- Ped.SetCurrentWeapon
- Ped.SetAmmo
- Ped.SetAmmoByType
- Ped.SetAmmoToDrop
- Ped.SetChanceOfFiringBlanks
- Ped.SetCurrentWeaponVisible
- Ped.SetDropsInventoryWeapon
- Ped.SetDropsWeapon
- Ped.SetDropsWeaponsWhenDead
- Ped.SetGadget
- Ped.SetInfiniteAmmo
- Ped.SetInfiniteAmmoClip
- Ped.SetWeaponTintIndex
- Ped.SetWeaponAnimationOverride
Vehicle
- Vehicle
- Vehicle.Controller
- Vehicle.Rpm
- Vehicle.Gear
- Vehicle.GetHandlingFloat
- Vehicle.GetHandlingInt
- Vehicle.GetHandlingVector
- Vehicle.GetDefaultHandlingFloat
- Vehicle.GetDefaultHandlingInt
- Vehicle.GetDefaultHandlingVector
- Vehicle.SetHandling
- Vehicle.BlipSiren
- Vehicle.IsRadioLoud
- Vehicle.SetAudio
- Vehicle.GetDefaultHorn
- Vehicle.GetHornHash
- Vehicle.IsHornActive
- Vehicle.OverrideVehHorn
- Vehicle.PlayStreamFrom
- Vehicle.PlayDoorCloseSound
- Vehicle.PlayDoorOpenSound
- Vehicle.SetAudioPriority
- Vehicle.SetHornEnabled
- Vehicle.SoundHornThisFrame
- Vehicle.SetSirenWithNoDriver
- Vehicle.SetBoostActive
- Vehicle.SetRadioEnabled
- Vehicle.SetRadioLoud
- Vehicle.SetVehRadioStation
- Vehicle.UseSirenAsHorn
- Vehicle.TaskEveryoneLeave
- Vehicle.TaskPlayAnim
- Vehicle.AddClanDecalTo
- Vehicle.DoesHaveDecal
- Vehicle.RemoveDecalsFrom
- Vehicle.WashDecalsFrom
- Vehicle.NetworkExplode
- Vehicle.SetNetworkNonContact
- Vehicle.VehToNet
- Vehicle.IsNodeIdValid
- Vehicle.CreatePedInside
- Vehicle.CreateRandomPedAsDriver
- Vehicle.SetPopulationBudget
- Vehicle.AddUpsidedownCheck
- Vehicle.AreAllWindowsIntact
- Vehicle.AreAnySeatsFree
- Vehicle.ArePropellersUndamaged
- Vehicle.AreWingsIntact
- Vehicle.AttachToCargobob
- Vehicle.AttachToTrailer
- Vehicle.SetHalt
- Vehicle.GetBoatAnchor
- Vehicle.CanShuffleSeat
- Vehicle.ClearCustomPrimaryColour
- Vehicle.ClearCustomSecondaryColour
- Vehicle.CloseBombBayDoors
- Vehicle.ControlLandingGear
- Vehicle.DetachFromAnyCargobob
- Vehicle.DetachFromAnyTowTruck
- Vehicle.DetachFromCargobob
- Vehicle.DetachFromTrailer
- Vehicle.DisablePlaneAileron
- Vehicle.DoesExtraExist
- Vehicle.DoesHaveRoof
- Vehicle.DoesHaveStuckVehicleCheck
- Vehicle.DoesHaveWeapons
- Vehicle.Explode
- Vehicle.ExplodeInCutscene
- Vehicle.FixWindow
- Vehicle.HasJumpingAbility
- Vehicle.GetConvertibleRoofState
- Vehicle.IsDamaged
- Vehicle.GetEntryPositionOfDoor
- Vehicle.GetSuspensionHeight
- Vehicle.GetHasLowerableWheels
- Vehicle.HasRocketBoost
- Vehicle.GetHeliMainRotorHealth
- Vehicle.GetHeliEngineHealth
- Vehicle.GetHeliTailRotorHealth
- Vehicle.DoesHaveDoor
- Vehicle.GetIsLeftHeadlightDamaged
- Vehicle.GetIsRightHeadlightDamaged
- Vehicle.GetIsEngineRunning
- Vehicle.GetIsPrimaryColourCustom
- Vehicle.GetIsSecondaryColourCustom
- Vehicle.GetLandingGearState
- Vehicle.GetLastPedInSeat
- Vehicle.GetLiveryName
- Vehicle.GetModSlotName
- Vehicle.GetModTextLabel
- Vehicle.GetNumberOfColours
- Vehicle.GetNumberOfDoors
- Vehicle.GetNumModKits
- Vehicle.GetNumMods
- Vehicle.GetPedInSeat
- Vehicle.GetPedUsingDoor
- Vehicle.GetAcceleration
- Vehicle.GetBodyHealth
- Vehicle.SetBombs
- Vehicle.CanParachuteBeActivated
- Vehicle.GetCauseOfDestruction
- Vehicle.GetClass
- Vehicle.GetColor
- Vehicle.GetColours
- Vehicle.GetColourCombination
- Vehicle.GetCustomPrimaryColour
- Vehicle.GetCustomSecondaryColour
- Vehicle.GetDeformationAtPos
- Vehicle.GetDirtLevel
- Vehicle.GetDoorsLockedForPlayer
- Vehicle.GetDoorAngleRatio
- Vehicle.GetDoorLockStatus
- Vehicle.GetEngineHealth
- Vehicle.GetEnveffScale
- Vehicle.GetExtraColours
- Vehicle.GetInteriorColour
- Vehicle.GetDashboardColour
- Vehicle.HasParachute
- Vehicle.GetBodyHealth2
- Vehicle.GetLayoutHash
- Vehicle.GetLightsState
- Vehicle.GetLivery
- Vehicle.GetLiveryCount
- Vehicle.GetOwner
- Vehicle.GetMaxBraking
- Vehicle.GetMaxNumberOfPassengers
- Vehicle.GetMaxTraction
- Vehicle.GetMod
- Vehicle.GetModColor1
- Vehicle.GetModColor1Name
- Vehicle.GetModColor2
- Vehicle.GetModColor2Name
- Vehicle.GetModData
- Vehicle.GetModKit
- Vehicle.GetModKitType
- Vehicle.GetModModifierValue
- Vehicle.GetModVariation
- Vehicle.GetNeonLightsColour
- Vehicle.IsNeonLightEnabled
- Vehicle.GetNumberOfPassengers
- Vehicle.GetNumberPlateText
- Vehicle.GetNumberPlateTextIndex
- Vehicle.GetPetrolTankHealth
- Vehicle.GetPlateType
- Vehicle.GetTrailerVehicle
- Vehicle.GetTyresCanBurst
- Vehicle.GetTyreSmokeColor
- Vehicle.GetWheelType
- Vehicle.GetWindowTint
- Vehicle.IsModLoadDone
- Vehicle.AnyPassengersRappeling
- Vehicle.IsBig
- Vehicle.IsNearEntity
- Vehicle.IsHeliPartBroken
- Vehicle.HasLandingGear
- Vehicle.IsRocketBoostActive
- Vehicle.IsTaxiLightOn
- Vehicle.IsToggleModOn
- Vehicle.IsAlarmActivated
- Vehicle.IsAttachedToCargobob
- Vehicle.IsAttachedToTowTruck
- Vehicle.IsAttachedToTrailer
- Vehicle.IsAConvertible
- Vehicle.IsBumperBrokenOff
- Vehicle.IsDoorDamaged
- Vehicle.IsDoorFullyOpen
- Vehicle.IsDriveable
- Vehicle.IsExtraTurnedOn
- Vehicle.IsHighDetail
- Vehicle.IsInBurnout
- Vehicle.IsModel
- Vehicle.IsOnAllWheels
- Vehicle.IsSearchlightOn
- Vehicle.IsSeatFree
- Vehicle.IsSirenSoundOn
- Vehicle.IsSirenOn
- Vehicle.IsShopResprayAllowed
- Vehicle.IsStolen
- Vehicle.IsStopped
- Vehicle.IsStoppedAtTrafficLights
- Vehicle.IsStuckOnRoof
- Vehicle.IsStuckTimerUp
- Vehicle.IsTyreBurst
- Vehicle.IsVisible
- Vehicle.IsWindowIntact
- Vehicle.LowerConvertibleRoof
- Vehicle.SetEnginePowerMultiplier
- Vehicle.OpenBombBayDoors
- Vehicle.EjectJb700Roof
- Vehicle.DetachWindscreen
- Vehicle.RaiseConvertibleRoof
- Vehicle.ReleasePreloadMods
- Vehicle.RemoveHighDetailModel
- Vehicle.RemoveMod
- Vehicle.RemoveStuckCheck
- Vehicle.RemoveUpsidedownCheck
- Vehicle.RemoveWindow
- Vehicle.RequestHighDetailModel
- Vehicle.ResetStuckTimer
- Vehicle.ResetWheels
- Vehicle.RollDownWindow
- Vehicle.RollDownWindows
- Vehicle.RollUpWindow
- Vehicle.SetBikeLeanAngle
- Vehicle.SetBoatAnchor
- Vehicle.SetCanRespray
- Vehicle.SetConvertibleRoof
- Vehicle.SetDisablePetrolTankDamage
- Vehicle.SetDisablePetrolTankFires
- Vehicle.SetDoorCanBreak
- Vehicle.SetForceHd
- Vehicle.SetHeliBladesFullSpeed
- Vehicle.SetHeliBladesSpeed
- Vehicle.SetLastDriven
- Vehicle.SetPlaybackSpeed
- Vehicle.SetPlaybackToUseAi
- Vehicle.SetPlayersLast
- Vehicle.SetRocketBoostActive
- Vehicle.SetRocketBoostPercentage
- Vehicle.SetRocketBoostRefillTime
- Vehicle.Jitter
- Vehicle.SetTaxiLights
- Vehicle.SetExclusiveDriver
- Vehicle.SetAlarm
- Vehicle.SetAllowNoPassengersLockon
- Vehicle.SetAutomaticallyAttaches
- Vehicle.SetBodyHealth
- Vehicle.SetBombs
- Vehicle.SetBrakeLights
- Vehicle.SetBurnout
- Vehicle.SetCanBeTargetted
- Vehicle.SetCanBeUsedByFleeingPeds
- Vehicle.SetCanBeVisiblyDamaged
- Vehicle.SetCanBreak
- Vehicle.SetCeilingHeight
- Vehicle.SetEngineTorqueMultiplier
- Vehicle.SetColours
- Vehicle.SetColourCombination
- Vehicle.SetCountermeasures
- Vehicle.SetCustomPrimaryColour
- Vehicle.SetCustomSecondaryColour
- Vehicle.SetDamage
- Vehicle.SetDeformationFixed
- Vehicle.SetDirtLevel
- Vehicle.SetDoorsLocked
- Vehicle.SetDoorsLockedForAllPlayers
- Vehicle.SetDoorsLockedForPlayer
- Vehicle.SetDoorsLockedForTeam
- Vehicle.SetDoorsShut
- Vehicle.SetDoorBroken
- Vehicle.SetDoorControl
- Vehicle.SetDoorLatched
- Vehicle.SetDoorOpen
- Vehicle.SetDoorShut
- Vehicle.SetCreatesMoneyPickupsWhenExploded
- Vehicle.SetEngineCanDegrade
- Vehicle.SetEngineHealth
- Vehicle.SetEngineOn
- Vehicle.SetEnveffScale
- Vehicle.SetExclusiveDriver2
- Vehicle.SetExplodesOnHighExplosionDamage
- Vehicle.SetExtra
- Vehicle.SetExtraColours
- Vehicle.SetInteriorColour
- Vehicle.SetDashboardColour
- Vehicle.SetFixed
- Vehicle.SetForwardSpeed
- Vehicle.SetFrictionOverride
- Vehicle.SetFullbeam
- Vehicle.SetGravity
- Vehicle.SetHandbrake
- Vehicle.SetHasBeenOwnedByPlayer
- Vehicle.SetSirenSound
- Vehicle.SetHasStrongAxles
- Vehicle.SetLightsMode
- Vehicle.SetIndicatorLights
- Vehicle.SetPedTargettableDestroy
- Vehicle.SetInteriorlight
- Vehicle.SetSilent
- Vehicle.SetIsConsideredByPlayer
- Vehicle.SetIsStolen
- Vehicle.SetIsWanted
- Vehicle.SetJetEngineOn
- Vehicle.SetHudSpecialAbilityBarActive
- Vehicle.SetLights
- Vehicle.SetLightMultiplier
- Vehicle.SetLivery
- Vehicle.SetLodMultiplier
- Vehicle.SetMod
- Vehicle.SetModColor1
- Vehicle.SetModColor2
- Vehicle.SetModKit
- Vehicle.SetNeedsToBeHotwired
- Vehicle.SetNeonLightsColour
- Vehicle.SetNeonLightEnabled
- Vehicle.SetNumberPlateText
- Vehicle.SetNumberPlateTextIndex
- Vehicle.SetOnGroundProperly
- Vehicle.SetOutOfControl
- Vehicle.SetPetrolTankHealth
- Vehicle.SetProvidesCover
- Vehicle.SetReduceGrip
- Vehicle.SetRudderBroken
- Vehicle.SetSearchlight
- Vehicle.SetShootAtTarget
- Vehicle.SetSiren
- Vehicle.SetSteerBias
- Vehicle.SetStrong
- Vehicle.SetTimedExplosion
- Vehicle.SetTyresCanBurst
- Vehicle.SetTyreBurst
- Vehicle.SetTyreFixed
- Vehicle.SetTyreSmokeColor
- Vehicle.SetUndriveable
- Vehicle.SetWheelsCanBreak
- Vehicle.SetWheelsCanBreakOffWhenBlowUp
- Vehicle.SetWheelType
- Vehicle.SetWindowTint
- Vehicle.RaiseLowerableWheels
- Vehicle.SmashWindow
- Vehicle.StartPlaybackRecorded
- Vehicle.StartPlaybackRecordedWithFlags
- Vehicle.StartAlarm
- Vehicle.StartHorn
- Vehicle.ToggleMod
- Vehicle.TrackVisibility
- Vehicle.SetCustomParachuteModel
- Vehicle.SetCustomParachuteTexture
- Vehicle.SetRampReceivesRampDamage
- Vehicle.SetParachuteActive
- Vehicle.SetNameDebug
Events
- RAGE.Events.AddDataHandler
- RAGE.Events.Add
- RAGE.Events.RemoveDataHandler
- RAGE.Events.Remove
- RAGE.Events.AddProc
- RAGE.Events.AddProc
- RAGE.Events.CallLocal
- RAGE.Events.CallRemote
- RAGE.Events.CallRemoteUnreliable
- RAGE.Events.CallRemoteProc
Input
Game
Ai
- RAGE.Game.Ai.ResetExclusiveScenarioGroup
- RAGE.Game.Ai.IsPedBeingArrested
- RAGE.Game.Ai.AddCoverBlockingArea
- RAGE.Game.Ai.AddCoverPoint
- RAGE.Game.Ai.AddPatrolRouteLink
- RAGE.Game.Ai.AddPatrolRouteNode
- RAGE.Game.Ai.AddVehicleSubtaskAttackCoord
- RAGE.Game.Ai.AddVehicleSubtaskAttackPed
- RAGE.Game.Ai.AssistedMovementIsRouteLoaded
- RAGE.Game.Ai.AssistedMovementOverrideLoadDistanceThisFrame
- RAGE.Game.Ai.AssistedMovementRemoveRoute
- RAGE.Game.Ai.AssistedMovementRequestRoute
- RAGE.Game.Ai.AssistedMovementSetRouteProperties
- RAGE.Game.Ai.ClearDrivebyTaskUnderneathDrivingTask
- RAGE.Game.Ai.ClearPedSecondaryTask
- RAGE.Game.Ai.ClearPedTasks
- RAGE.Game.Ai.ClearPedTasksImmediately
- RAGE.Game.Ai.ClearSequenceTask
- RAGE.Game.Ai.ClosePatrolRoute
- RAGE.Game.Ai.CloseSequenceTask
- RAGE.Game.Ai.ControlMountedWeapon
- RAGE.Game.Ai.CreatePatrolRoute
- RAGE.Game.Ai.DeletePatrolRoute
- RAGE.Game.Ai.DoesScenarioExistInArea
- RAGE.Game.Ai.DoesScenarioGroupExist
- RAGE.Game.Ai.DoesScenarioOfTypeExistInArea
- RAGE.Game.Ai.DoesScriptedCoverPointExistAtCoords
- RAGE.Game.Ai.GetActiveVehicleMissionType
- RAGE.Game.Ai.GetClipSetForScriptedGunTask
- RAGE.Game.Ai.GetIsTaskActive
- RAGE.Game.Ai.GetIsWaypointRecordingLoaded
- RAGE.Game.Ai.GetNavmeshRouteDistanceRemaining
- RAGE.Game.Ai.GetNavmeshRouteResult
- RAGE.Game.Ai.GetPedDesiredMoveBlendRatio
- RAGE.Game.Ai.GetPedWaypointDistance
- RAGE.Game.Ai.GetPedWaypointProgress
- RAGE.Game.Ai.GetPhoneGestureAnimCurrentTime
- RAGE.Game.Ai.GetPhoneGestureAnimTotalTime
- RAGE.Game.Ai.GetScriptedCoverPointCoords
- RAGE.Game.Ai.GetScriptTaskStatus
- RAGE.Game.Ai.GetSequenceProgress
- RAGE.Game.Ai.GetVehicleWaypointProgress
- RAGE.Game.Ai.GetVehicleWaypointTargetPoint
- RAGE.Game.Ai.GetWaypointDistanceAlongRoute
- RAGE.Game.Ai.IsDrivebyTaskUnderneathDrivingTask
- RAGE.Game.Ai.IsMountedWeaponTaskUnderneathDrivingTask
- RAGE.Game.Ai.IsMoveBlendRatioRunning
- RAGE.Game.Ai.IsMoveBlendRatioSprinting
- RAGE.Game.Ai.IsMoveBlendRatioStill
- RAGE.Game.Ai.IsMoveBlendRatioWalking
- RAGE.Game.Ai.IsPedActiveInScenario
- RAGE.Game.Ai.IsPedCuffed
- RAGE.Game.Ai.IsPedGettingUp
- RAGE.Game.Ai.IsPedInWrithe
- RAGE.Game.Ai.IsPedRunning
- RAGE.Game.Ai.IsPedRunningArrestTask
- RAGE.Game.Ai.IsPedSprinting
- RAGE.Game.Ai.IsPedStill
- RAGE.Game.Ai.IsPedStrafing
- RAGE.Game.Ai.IsPedWalking
- RAGE.Game.Ai.IsPlayingPhoneGestureAnim
- RAGE.Game.Ai.IsScenarioGroupEnabled
- RAGE.Game.Ai.IsScenarioOccupied
- RAGE.Game.Ai.IsScenarioTypeEnabled
- RAGE.Game.Ai.IsWaypointPlaybackGoingOnForPed
- RAGE.Game.Ai.IsWaypointPlaybackGoingOnForVehicle
- RAGE.Game.Ai.OpenPatrolRoute
- RAGE.Game.Ai.OpenSequenceTask
- RAGE.Game.Ai.PedHasUseScenarioTask
- RAGE.Game.Ai.PlayAnimOnRunningScenario
- RAGE.Game.Ai.PlayEntityScriptedAnim
- RAGE.Game.Ai.RemoveAllCoverBlockingAreas
- RAGE.Game.Ai.RemoveCoverPoint
- RAGE.Game.Ai.RemoveWaypointRecording
- RAGE.Game.Ai.RequestWaypointRecording
- RAGE.Game.Ai.ResetScenarioGroupsEnabled
- RAGE.Game.Ai.ResetScenarioTypesEnabled
- RAGE.Game.Ai.SetAnimLooped
- RAGE.Game.Ai.SetAnimRate
- RAGE.Game.Ai.SetAnimWeight
- RAGE.Game.Ai.SetDrivebyTaskTarget
- RAGE.Game.Ai.SetDriveTaskCruiseSpeed
- RAGE.Game.Ai.SetDriveTaskDrivingStyle
- RAGE.Game.Ai.SetDriveTaskMaxCruiseSpeed
- RAGE.Game.Ai.SetExclusiveScenarioGroup
- RAGE.Game.Ai.SetGlobalMinBirdFlightHeight
- RAGE.Game.Ai.SetHighFallTask
- RAGE.Game.Ai.SetMountedWeaponTarget
- RAGE.Game.Ai.SetParachuteTaskTarget
- RAGE.Game.Ai.SetParachuteTaskThrust
- RAGE.Game.Ai.SetPedDesiredMoveBlendRatio
- RAGE.Game.Ai.SetPedPathAvoidFire
- RAGE.Game.Ai.SetPedPathCanDropFromHeight
- RAGE.Game.Ai.SetPedPathCanUseClimbovers
- RAGE.Game.Ai.SetPedPathCanUseLadders
- RAGE.Game.Ai.SetPedPathMayEnterWater
- RAGE.Game.Ai.SetPedPathPreferToAvoidWater
- RAGE.Game.Ai.SetPedWaypointRouteOffset
- RAGE.Game.Ai.SetScenarioGroupEnabled
- RAGE.Game.Ai.SetScenarioTypeEnabled
- RAGE.Game.Ai.SetSequenceToRepeat
- RAGE.Game.Ai.SetTaskVehicleChaseBehaviorFlag
- RAGE.Game.Ai.SetTaskVehicleChaseIdealPursuitDistance
- RAGE.Game.Ai.StopAnimPlayback
- RAGE.Game.Ai.StopAnimTask
- RAGE.Game.Ai.TaskAchieveHeading
- RAGE.Game.Ai.TaskAimGunAtCoord
- RAGE.Game.Ai.TaskAimGunAtEntity
- RAGE.Game.Ai.TaskAimGunScripted
- RAGE.Game.Ai.TaskAimGunScriptedWithTarget
- RAGE.Game.Ai.TaskArrestPed
- RAGE.Game.Ai.TaskBoatMission
- RAGE.Game.Ai.TaskChatToPed
- RAGE.Game.Ai.TaskClearDefensiveArea
- RAGE.Game.Ai.TaskClearLookAt
- RAGE.Game.Ai.TaskClimb
- RAGE.Game.Ai.TaskClimbLadder
- RAGE.Game.Ai.TaskCombatHatedTargetsAroundPed
- RAGE.Game.Ai.TaskCombatHatedTargetsAroundPedTimed
- RAGE.Game.Ai.TaskCombatHatedTargetsInArea
- RAGE.Game.Ai.TaskCombatPed
- RAGE.Game.Ai.TaskCombatPedTimed
- RAGE.Game.Ai.TaskCower
- RAGE.Game.Ai.TaskDriveBy
- RAGE.Game.Ai.TaskEnterVehicle
- RAGE.Game.Ai.TaskEveryoneLeaveVehicle
- RAGE.Game.Ai.TaskExitCover
- RAGE.Game.Ai.TaskExtendRoute
- RAGE.Game.Ai.TaskFlushRoute
- RAGE.Game.Ai.TaskFollowNavMeshToCoord
- RAGE.Game.Ai.TaskFollowPointRoute
- RAGE.Game.Ai.TaskFollowToOffsetOfEntity
- RAGE.Game.Ai.TaskFollowWaypointRecording
- RAGE.Game.Ai.TaskForceMotionState
- RAGE.Game.Ai.TaskGetOffBoat
- RAGE.Game.Ai.TaskGotoEntityAiming
- RAGE.Game.Ai.TaskGotoEntityOffset
- RAGE.Game.Ai.TaskGotoEntityOffsetXy
- RAGE.Game.Ai.TaskGoStraightToCoord
- RAGE.Game.Ai.TaskGoStraightToCoordRelativeToEntity
- RAGE.Game.Ai.TaskGoToCoordAndAimAtHatedEntitiesNearCoord
- RAGE.Game.Ai.TaskGoToCoordAnyMeans
- RAGE.Game.Ai.TaskGoToCoordAnyMeansExtraParams
- RAGE.Game.Ai.TaskGoToCoordAnyMeansExtraParamsWithCruiseSpeed
- RAGE.Game.Ai.TaskGoToCoordWhileAimingAtCoord
- RAGE.Game.Ai.TaskGoToCoordWhileAimingAtEntity
- RAGE.Game.Ai.TaskGoToEntity
- RAGE.Game.Ai.TaskGoToEntityWhileAimingAtCoord
- RAGE.Game.Ai.TaskGoToEntityWhileAimingAtEntity
- RAGE.Game.Ai.TaskGuardAssignedDefensiveArea
- RAGE.Game.Ai.TaskGuardCurrentPosition
- RAGE.Game.Ai.TaskGuardSphereDefensiveArea
- RAGE.Game.Ai.TaskHandsUp
- RAGE.Game.Ai.TaskHeliChase
- RAGE.Game.Ai.TaskHeliMission
- RAGE.Game.Ai.TaskJump
- RAGE.Game.Ai.TaskLeaveAnyVehicle
- RAGE.Game.Ai.TaskLeaveVehicle
- RAGE.Game.Ai.TaskLookAtCoord
- RAGE.Game.Ai.TaskLookAtEntity
- RAGE.Game.Ai.TaskMoveNetworkAdvanced
- RAGE.Game.Ai.TaskMoveNetwork
- RAGE.Game.Ai.TaskOpenVehicleDoor
- RAGE.Game.Ai.TaskParachute
- RAGE.Game.Ai.TaskParachuteToTarget
- RAGE.Game.Ai.TaskPatrol
- RAGE.Game.Ai.TaskPause
- RAGE.Game.Ai.TaskPedSlideToCoord
- RAGE.Game.Ai.TaskPedSlideToCoordHdgRate
- RAGE.Game.Ai.TaskPerformSequence
- RAGE.Game.Ai.TaskPerformSequenceFromProgress
- RAGE.Game.Ai.TaskPlaneChase
- RAGE.Game.Ai.TaskPlaneLand
- RAGE.Game.Ai.TaskPlaneMission
- RAGE.Game.Ai.TaskPlantBomb
- RAGE.Game.Ai.TaskPlayAnim
- RAGE.Game.Ai.TaskPlayAnimAdvanced
- RAGE.Game.Ai.TaskPlayPhoneGestureAnimation
- RAGE.Game.Ai.TaskPutPedDirectlyIntoCover
- RAGE.Game.Ai.TaskPutPedDirectlyIntoMelee
- RAGE.Game.Ai.TaskRappelFromHeli
- RAGE.Game.Ai.TaskReactAndFleePed
- RAGE.Game.Ai.TaskReloadWeapon
- RAGE.Game.Ai.TaskScriptedAnimation
- RAGE.Game.Ai.TaskSeekCoverFromPed
- RAGE.Game.Ai.TaskSeekCoverFromPos
- RAGE.Game.Ai.TaskSeekCoverToCoords
- RAGE.Game.Ai.TaskSeekCoverToCoverPoint
- RAGE.Game.Ai.TaskSetBlockingOfNonTemporaryEvents
- RAGE.Game.Ai.TaskSetDecisionMaker
- RAGE.Game.Ai.TaskSetSphereDefensiveArea
- RAGE.Game.Ai.TaskShockingEventReact
- RAGE.Game.Ai.TaskShootAtCoord
- RAGE.Game.Ai.TaskShootAtEntity
- RAGE.Game.Ai.TaskShuffleToNextVehicleSeat
- RAGE.Game.Ai.TaskSkyDive
- RAGE.Game.Ai.TaskSmartFleeCoord
- RAGE.Game.Ai.TaskSmartFleePed
- RAGE.Game.Ai.TaskStandGuard
- RAGE.Game.Ai.TaskStandStill
- RAGE.Game.Ai.TaskStartScenarioAtPosition
- RAGE.Game.Ai.TaskStartScenarioInPlace
- RAGE.Game.Ai.TaskStayInCover
- RAGE.Game.Ai.TaskStealthKill
- RAGE.Game.Ai.TaskStopPhoneGestureAnimation
- RAGE.Game.Ai.TaskSwapWeapon
- RAGE.Game.Ai.TaskSweepAimEntity
- RAGE.Game.Ai.TaskSweepAimPosition
- RAGE.Game.Ai.TaskSynchronizedScene
- RAGE.Game.Ai.TaskThrowProjectile
- RAGE.Game.Ai.TaskToggleDuck
- RAGE.Game.Ai.TaskTurnPedToFaceCoord
- RAGE.Game.Ai.TaskTurnPedToFaceEntity
- RAGE.Game.Ai.TaskUseMobilePhone
- RAGE.Game.Ai.TaskUseMobilePhoneTimed
- RAGE.Game.Ai.TaskUseNearestScenarioChainToCoord
- RAGE.Game.Ai.TaskUseNearestScenarioChainToCoordWarp
- RAGE.Game.Ai.TaskUseNearestScenarioToCoord
- RAGE.Game.Ai.TaskUseNearestScenarioToCoordWarp
- RAGE.Game.Ai.TaskVehicleAimAtCoord
- RAGE.Game.Ai.TaskVehicleAimAtPed
- RAGE.Game.Ai.TaskVehicleChase
- RAGE.Game.Ai.TaskVehicleDriveToCoord
- RAGE.Game.Ai.TaskVehicleDriveToCoordLongrange
- RAGE.Game.Ai.TaskVehicleDriveWander
- RAGE.Game.Ai.TaskVehicleEscort
- RAGE.Game.Ai.TaskVehicleFollow
- RAGE.Game.Ai.TaskVehicleFollowWaypointRecording
- RAGE.Game.Ai.TaskVehicleGotoNavmesh
- RAGE.Game.Ai.TaskVehicleHeliProtect
- RAGE.Game.Ai.TaskVehicleMission
- RAGE.Game.Ai.TaskVehicleMissionCoorsTarget
- RAGE.Game.Ai.TaskVehicleMissionPedTarget
- RAGE.Game.Ai.TaskVehiclePark
- RAGE.Game.Ai.TaskVehiclePlayAnim
- RAGE.Game.Ai.TaskVehicleShootAtCoord
- RAGE.Game.Ai.TaskVehicleShootAtPed
- RAGE.Game.Ai.TaskVehicleTempAction
- RAGE.Game.Ai.TaskWanderInArea
- RAGE.Game.Ai.TaskWanderStandard
- RAGE.Game.Ai.TaskWarpPedIntoVehicle
- RAGE.Game.Ai.TaskWrithe
- RAGE.Game.Ai.UncuffPed
- RAGE.Game.Ai.UpdateTaskAimGunScriptedTarget
- RAGE.Game.Ai.UpdateTaskHandsUpDuration
- RAGE.Game.Ai.UpdateTaskSweepAimEntity
- RAGE.Game.Ai.UpdateTaskSweepAimPosition
- RAGE.Game.Ai.UseWaypointRecordingAsAssistedMovementRoute
- RAGE.Game.Ai.VehicleWaypointPlaybackOverrideSpeed
- RAGE.Game.Ai.VehicleWaypointPlaybackPause
- RAGE.Game.Ai.VehicleWaypointPlaybackResume
- RAGE.Game.Ai.VehicleWaypointPlaybackUseDefaultSpeed
- RAGE.Game.Ai.WaypointPlaybackGetIsPaused
- RAGE.Game.Ai.WaypointPlaybackOverrideSpeed
- RAGE.Game.Ai.WaypointPlaybackPause
- RAGE.Game.Ai.WaypointPlaybackResume
- RAGE.Game.Ai.WaypointPlaybackStartAimingAtCoord
- RAGE.Game.Ai.WaypointPlaybackStartAimingAtPed
- RAGE.Game.Ai.WaypointPlaybackStartShootingAtCoord
- RAGE.Game.Ai.WaypointPlaybackStartShootingAtPed
- RAGE.Game.Ai.WaypointPlaybackStopAimingOrShooting
- RAGE.Game.Ai.WaypointPlaybackUseDefaultSpeed
- RAGE.Game.Ai.WaypointRecordingGetClosestWaypoint
- RAGE.Game.Ai.WaypointRecordingGetCoord
- RAGE.Game.Ai.WaypointRecordingGetNumPoints
- RAGE.Game.Ai.WaypointRecordingGetSpeedAtPoint
- RAGE.Game.Ai.TaskFollowNavMeshToCoordAdvanced
- RAGE.Game.Ai.SetNextDesiredMoveState
App
- RAGE.Game.App.AppClearBlock
- RAGE.Game.App.AppCloseApp
- RAGE.Game.App.AppCloseBlock
- RAGE.Game.App.AppDataValid
- RAGE.Game.App.AppDeleteAppData
- RAGE.Game.App.AppGetDeletedFileStatus
- RAGE.Game.App.AppGetFloat
- RAGE.Game.App.AppGetInt
- RAGE.Game.App.AppGetString
- RAGE.Game.App.AppHasLinkedSocialClubAccount
- RAGE.Game.App.AppHasSyncedData
- RAGE.Game.App.AppSaveData
- RAGE.Game.App.AppSetApp
- RAGE.Game.App.AppSetBlock
- RAGE.Game.App.AppSetFloat
- RAGE.Game.App.AppSetInt
- RAGE.Game.App.AppSetString
Audio
- RAGE.Game.Audio.StopStream
- RAGE.Game.Audio.DynamicMixerRelatedFn
- RAGE.Game.Audio.AddLineToConversation
- RAGE.Game.Audio.AddPedToConversation
- RAGE.Game.Audio.AudioIsScriptedMusicPlaying
- RAGE.Game.Audio.BlipSiren
- RAGE.Game.Audio.DisablePoliceReports
- RAGE.Game.Audio.CancelMusicEvent
- RAGE.Game.Audio.IsVehicleRadioLoud
- RAGE.Game.Audio.ClearAllBrokenGlass
- RAGE.Game.Audio.ClearAmbientZoneListState
- RAGE.Game.Audio.ClearAmbientZoneState
- RAGE.Game.Audio.CreateNewScriptedConversation
- RAGE.Game.Audio.DisablePedPainAudio
- RAGE.Game.Audio.ForceAmbientSiren
- RAGE.Game.Audio.CanPedSpeak
- RAGE.Game.Audio.FindRadioStationIndex
- RAGE.Game.Audio.SetVehicleAudio
- RAGE.Game.Audio.FreezeRadioStation
- RAGE.Game.Audio.GetAudibleMusicTrackTextId
- RAGE.Game.Audio.GetCurrentScriptedConversationLine
- RAGE.Game.Audio.GetMusicPlaytime
- RAGE.Game.Audio.GetNetworkIdFromSoundId
- RAGE.Game.Audio.MaxRadioStationIndex
- RAGE.Game.Audio.GetPlayerRadioStationGenre
- RAGE.Game.Audio.GetPlayerRadioStationIndex
- RAGE.Game.Audio.GetPlayerRadioStationName
- RAGE.Game.Audio.GetRadioStationName
- RAGE.Game.Audio.GetSoundId
- RAGE.Game.Audio.GetSoundIdFromNetworkId
- RAGE.Game.Audio.GetStreamPlayTime
- RAGE.Game.Audio.GetVehicleDefaultHorn
- RAGE.Game.Audio.GetVehicleHornHash
- RAGE.Game.Audio.HasSoundFinished
- RAGE.Game.Audio.HintAmbientAudioBank
- RAGE.Game.Audio.HintScriptAudioBank
- RAGE.Game.Audio.SetSynchronizedAudioEventPositionThisFrame
- RAGE.Game.Audio.InterruptConversation
- RAGE.Game.Audio.IsAlarmPlaying
- RAGE.Game.Audio.IsAmbientSpeechDisabled
- RAGE.Game.Audio.IsAmbientSpeechPlaying
- RAGE.Game.Audio.IsAmbientZoneEnabled
- RAGE.Game.Audio.IsAnySpeechPlaying
- RAGE.Game.Audio.IsAudioSceneActive
- RAGE.Game.Audio.IsGameInControlOfMusic
- RAGE.Game.Audio.IsHornActive
- RAGE.Game.Audio.IsMissionCompletePlaying
- RAGE.Game.Audio.GetNumberOfPassengerVoiceVariations
- RAGE.Game.Audio.IsMobilePhoneCallOngoing
- RAGE.Game.Audio.IsMobilePhoneRadioActive
- RAGE.Game.Audio.IsPedInCurrentConversation
- RAGE.Game.Audio.IsPedRingtonePlaying
- RAGE.Game.Audio.IsPlayerVehicleRadioEnabled
- RAGE.Game.Audio.IsRadioRetuning
- RAGE.Game.Audio.IsScriptedConversationLoaded
- RAGE.Game.Audio.IsScriptedConversationOngoing
- RAGE.Game.Audio.IsScriptedSpeechPlaying
- RAGE.Game.Audio.IsStreamPlaying
- RAGE.Game.Audio.LoadStream
- RAGE.Game.Audio.LoadStreamWithStartOffset
- RAGE.Game.Audio.OverrideTrevorRage
- RAGE.Game.Audio.OverrideUnderwaterStream
- RAGE.Game.Audio.OverrideVehHorn
- RAGE.Game.Audio.PauseScriptedConversation
- RAGE.Game.Audio.PlayAmbientSpeechAtCoords
- RAGE.Game.Audio.PlayEndCreditsMusic
- RAGE.Game.Audio.PlayMissionCompleteAudio
- RAGE.Game.Audio.PlayPain
- RAGE.Game.Audio.PlayAmbientSpeech2
- RAGE.Game.Audio.PlayAmbientSpeech1
- RAGE.Game.Audio.PlayAmbientSpeechWithVoice
- RAGE.Game.Audio.PlayPedRingtone
- RAGE.Game.Audio.PlayPoliceReport
- RAGE.Game.Audio.PlaySound
- RAGE.Game.Audio.PlaySoundFromCoord
- RAGE.Game.Audio.PlaySoundFromEntity
- RAGE.Game.Audio.PlaySoundFrontend
- RAGE.Game.Audio.PlayStreamFromObject
- RAGE.Game.Audio.PlayStreamFromPed
- RAGE.Game.Audio.PlayStreamFromPosition
- RAGE.Game.Audio.PlayStreamFromVehicle
- RAGE.Game.Audio.PlayStreamFrontend
- RAGE.Game.Audio.PlaySynchronizedAudioEvent
- RAGE.Game.Audio.PlayVehicleDoorCloseSound
- RAGE.Game.Audio.PlayVehicleDoorOpenSound
- RAGE.Game.Audio.PreloadScriptConversation
- RAGE.Game.Audio.PreloadScriptPhoneConversation
- RAGE.Game.Audio.PrepareAlarm
- RAGE.Game.Audio.PrepareMusicEvent
- RAGE.Game.Audio.PrepareSynchronizedAudioEvent
- RAGE.Game.Audio.PrepareSynchronizedAudioEventForScene
- RAGE.Game.Audio.ReleaseMissionAudioBank
- RAGE.Game.Audio.ReleaseAmbientAudioBank
- RAGE.Game.Audio.ReleaseScriptAudioBank
- RAGE.Game.Audio.ReleaseSoundId
- RAGE.Game.Audio.RequestMissionAudioBank
- RAGE.Game.Audio.RequestAmbientAudioBank
- RAGE.Game.Audio.RequestScriptAudioBank
- RAGE.Game.Audio.SetPedTalk
- RAGE.Game.Audio.ResetPedAudioFlags
- RAGE.Game.Audio.ResetTrevorRage
- RAGE.Game.Audio.SetAggressiveHorns
- RAGE.Game.Audio.SetAmbientVoiceName
- RAGE.Game.Audio.SetAmbientZoneListState
- RAGE.Game.Audio.SetAmbientZoneListStatePersistent
- RAGE.Game.Audio.SetAmbientZoneState
- RAGE.Game.Audio.SetAmbientZoneStatePersistent
- RAGE.Game.Audio.SetAnimalMood
- RAGE.Game.Audio.SetAudioFlag
- RAGE.Game.Audio.SetAudioSceneVariable
- RAGE.Game.Audio.SetAudioVehiclePriority
- RAGE.Game.Audio.SetCutsceneAudioOverride
- RAGE.Game.Audio.SetEmitterRadioStation
- RAGE.Game.Audio.SetFrontendRadioActive
- RAGE.Game.Audio.SetGpsActive
- RAGE.Game.Audio.SetHornEnabled
- RAGE.Game.Audio.SoundVehicleHornThisFrame
- RAGE.Game.Audio.SetInitialPlayerStation
- RAGE.Game.Audio.SetMicrophonePosition
- RAGE.Game.Audio.SetMobilePhoneRadioState
- RAGE.Game.Audio.SetMobileRadioEnabledDuringGameplay
- RAGE.Game.Audio.SetPedIsDrunk
- RAGE.Game.Audio.SetPedScream
- RAGE.Game.Audio.SetPlayerAngry
- RAGE.Game.Audio.SetRadioAutoUnfreeze
- RAGE.Game.Audio.SetRadioToStationIndex
- RAGE.Game.Audio.SetRadioToStationName
- RAGE.Game.Audio.SetRadioTrack
- RAGE.Game.Audio.SetSirenWithNoDriver
- RAGE.Game.Audio.SetStaticEmitterEnabled
- RAGE.Game.Audio.SetUserRadioControlEnabled
- RAGE.Game.Audio.SetVariableOnSound
- RAGE.Game.Audio.SetVariableOnStream
- RAGE.Game.Audio.GetPlayerHeadsetSoundAlternate
- RAGE.Game.Audio.SetVehicleBoostActive
- RAGE.Game.Audio.SetVehicleRadioEnabled
- RAGE.Game.Audio.SetVehicleRadioLoud
- RAGE.Game.Audio.SetVehRadioStation
- RAGE.Game.Audio.SkipRadioForward
- RAGE.Game.Audio.SkipToNextScriptedConversationLine
- RAGE.Game.Audio.StartAlarm
- RAGE.Game.Audio.StartAudioScene
- RAGE.Game.Audio.StartPreloadedConversation
- RAGE.Game.Audio.RestartScriptedConversation
- RAGE.Game.Audio.StartScriptConversation
- RAGE.Game.Audio.StartScriptPhoneConversation
- RAGE.Game.Audio.StopAlarm
- RAGE.Game.Audio.StopAllAlarms
- RAGE.Game.Audio.StopAudioScene
- RAGE.Game.Audio.StopAudioScenes
- RAGE.Game.Audio.StopCurrentPlayingAmbientSpeech
- RAGE.Game.Audio.SetPedMute
- RAGE.Game.Audio.StopPedRingtone
- RAGE.Game.Audio.StopPedSpeaking
- RAGE.Game.Audio.StopScriptedConversation
- RAGE.Game.Audio.StopSound
- RAGE.Game.Audio.StopSynchronizedAudioEvent
- RAGE.Game.Audio.TriggerMusicEvent
- RAGE.Game.Audio.UnfreezeRadioStation
- RAGE.Game.Audio.ReleaseNamedScriptAudioBank
- RAGE.Game.Audio.UnlockMissionNewsStory
- RAGE.Game.Audio.UseSirenAsHorn
- RAGE.Game.Audio.RegisterScriptWithAudio
- RAGE.Game.Audio.UnregisterScriptWithAudio
Cam
- RAGE.Game.Cam
- RAGE.Game.Cam.AddCamSplineNode
- RAGE.Game.Cam.AnimatedShakeCam
- RAGE.Game.Cam.AttachCamToEntity
- RAGE.Game.Cam.AttachCamToPedBone
- RAGE.Game.Cam.StopCutsceneCamShaking
- RAGE.Game.Cam.CreateCam
- RAGE.Game.Cam.CreateCamera
- RAGE.Game.Cam.CreateCameraWithParams
- RAGE.Game.Cam.CreateCamWithParams
- RAGE.Game.Cam.CreateCinematicShot
- RAGE.Game.Cam.DestroyAllCams
- RAGE.Game.Cam.DestroyCam
- RAGE.Game.Cam.DetachCam
- RAGE.Game.Cam.DisableAimCamThisUpdate
- RAGE.Game.Cam.DisableVehicleFirstPersonCamThisFrame
- RAGE.Game.Cam.EnableCrosshairThisFrame
- RAGE.Game.Cam.DisableFirstPersonCamThisFrame
- RAGE.Game.Cam.DoesCamExist
- RAGE.Game.Cam.DoScreenFadeIn
- RAGE.Game.Cam.DoScreenFadeOut
- RAGE.Game.Cam.GetCamAnimCurrentPhase
- RAGE.Game.Cam.GetCamCoord
- RAGE.Game.Cam.GetCamFarClip
- RAGE.Game.Cam.GetCamFarDof
- RAGE.Game.Cam.GetCamFov
- RAGE.Game.Cam.GetCamNearClip
- RAGE.Game.Cam.GetCamRot
- RAGE.Game.Cam.GetCamSplineNodeIndex
- RAGE.Game.Cam.GetCamSplineNodePhase
- RAGE.Game.Cam.GetCamSplinePhase
- RAGE.Game.Cam.GetGameplayCamCoords
- RAGE.Game.Cam._getGameplayCamRot
- RAGE.Game.Cam.GetGameplayCamZoom
- RAGE.Game.Cam.GetFollowPedCamZoomLevel
- RAGE.Game.Cam.GetFollowPedCamViewMode
- RAGE.Game.Cam.GetFollowVehicleCamZoomLevel
- RAGE.Game.Cam.GetFollowVehicleCamViewMode
- RAGE.Game.Cam.GetGameplayCamCoord
- RAGE.Game.Cam.GetGameplayCamFov
- RAGE.Game.Cam.GetGameplayCamRelativeHeading
- RAGE.Game.Cam.GetGameplayCamRelativePitch
- RAGE.Game.Cam.GetGameplayCamRot
- RAGE.Game.Cam.GetRenderingCam
- RAGE.Game.Cam.IsAimCamActive
- RAGE.Game.Cam.IsCamActive
- RAGE.Game.Cam.IsCamInterpolating
- RAGE.Game.Cam.IsCamPlayingAnim
- RAGE.Game.Cam.IsCamRendering
- RAGE.Game.Cam.IsCamShaking
- RAGE.Game.Cam.IsCamSplinePaused
- RAGE.Game.Cam.IsCinematicCamRendering
- RAGE.Game.Cam.IsCinematicCamShaking
- RAGE.Game.Cam.IsInVehicleCamDisabled
- RAGE.Game.Cam.IsCinematicShotActive
- RAGE.Game.Cam.IsFirstPersonAimCamActive
- RAGE.Game.Cam.IsFollowPedCamActive
- RAGE.Game.Cam.IsFollowVehicleCamActive
- RAGE.Game.Cam.IsGameplayCamLookingBehind
- RAGE.Game.Cam.IsGameplayCamRendering
- RAGE.Game.Cam.IsGameplayCamShaking
- RAGE.Game.Cam.IsGameplayHintActive
- RAGE.Game.Cam.IsScreenFadedIn
- RAGE.Game.Cam.IsScreenFadedOut
- RAGE.Game.Cam.IsScreenFadingIn
- RAGE.Game.Cam.IsScreenFadingOut
- RAGE.Game.Cam.IsScriptGlobalShaking
- RAGE.Game.Cam.IsSphereVisible
- RAGE.Game.Cam.OverrideCamSplineMotionBlur
- RAGE.Game.Cam.OverrideCamSplineVelocity
- RAGE.Game.Cam.PlayCamAnim
- RAGE.Game.Cam.PlaySynchronizedCamAnim
- RAGE.Game.Cam.PointCamAtCoord
- RAGE.Game.Cam.PointCamAtEntity
- RAGE.Game.Cam.PointCamAtPedBone
- RAGE.Game.Cam.RenderScriptCams
- RAGE.Game.Cam.SetCamActive
- RAGE.Game.Cam.SetCamActiveWithInterp
- RAGE.Game.Cam.SetCamAffectsAiming
- RAGE.Game.Cam.SetCamAnimCurrentPhase
- RAGE.Game.Cam.SetCamCoord
- RAGE.Game.Cam.SetCamEffect
- RAGE.Game.Cam.SetCamDofFnumberOfLens
- RAGE.Game.Cam.SetCamDofFocusDistanceBias
- RAGE.Game.Cam.SetCamDofMaxNearInFocusDistance
- RAGE.Game.Cam.SetCamDofMaxNearInFocusDistanceBlendLevel
- RAGE.Game.Cam.SetCamDofPlanes
- RAGE.Game.Cam.SetCamDofStrength
- RAGE.Game.Cam.SetCamFarClip
- RAGE.Game.Cam.SetCamFarDof
- RAGE.Game.Cam.SetCamFov
- RAGE.Game.Cam.SetCamInheritRollVehicle
- RAGE.Game.Cam.SetCamMotionBlurStrength
- RAGE.Game.Cam.SetCamNearClip
- RAGE.Game.Cam.SetCamNearDof
- RAGE.Game.Cam.SetCamParams
- RAGE.Game.Cam.SetCamRot
- RAGE.Game.Cam.SetCamShakeAmplitude
- RAGE.Game.Cam.SetCamSplineDuration
- RAGE.Game.Cam.SetCamSplinePhase
- RAGE.Game.Cam.SetCamUseShallowDofMode
- RAGE.Game.Cam.SetCinematicButtonActive
- RAGE.Game.Cam.SetCinematicCamShakeAmplitude
- RAGE.Game.Cam.SetCinematicModeActive
- RAGE.Game.Cam.SetGameplayCamRawYaw
- RAGE.Game.Cam.SetGameplayCamRawPitch
- RAGE.Game.Cam.SetCameraRange
- RAGE.Game.Cam.SetFollowPedCamCutsceneChat
- RAGE.Game.Cam.SetFollowPedCamViewMode
- RAGE.Game.Cam.SetTimeIdleDrop
- RAGE.Game.Cam.SetFollowVehicleCamZoomLevel
- RAGE.Game.Cam.SetFollowVehicleCamViewMode
- RAGE.Game.Cam.CustomMenuCoordinates
- RAGE.Game.Cam.SetGameplayCamRelativeHeading
- RAGE.Game.Cam.SetGameplayCamRelativePitch
- RAGE.Game.Cam.SetGameplayCamShakeAmplitude
- RAGE.Game.Cam.SetGameplayCoordHint
- RAGE.Game.Cam.SetGameplayEntityHint
- RAGE.Game.Cam.GetIsMultiplayerBrief
- RAGE.Game.Cam.SetGameplayHintFov
- RAGE.Game.Cam.SetGameplayObjectHint
- RAGE.Game.Cam.SetGameplayPedHint
- RAGE.Game.Cam.SetGameplayVehicleHint
- RAGE.Game.Cam.AnimateGameplayCamZoom
- RAGE.Game.Cam.ClampGameplayCamYaw
- RAGE.Game.Cam.ClampGameplayCamPitch
- RAGE.Game.Cam.SetUseHiDof
- RAGE.Game.Cam.SetWidescreenBorders
- RAGE.Game.Cam.ShakeCam
- RAGE.Game.Cam.ShakeCinematicCam
- RAGE.Game.Cam.ShakeGameplayCam
- RAGE.Game.Cam.StopCamPointing
- RAGE.Game.Cam.StopCamShaking
- RAGE.Game.Cam.StopCinematicCamShaking
- RAGE.Game.Cam.StopCinematicShot
- RAGE.Game.Cam.StopGameplayCamShaking
- RAGE.Game.Cam.StopGameplayHint
- RAGE.Game.Cam.RenderFirstPersonCam
- RAGE.Game.Cam.StopScriptGlobalShaking
- RAGE.Game.Cam.SetCamDebugName
Clock
- RAGE.Game.Clock.AddToClockTime
- RAGE.Game.Clock.AdvanceClockTimeTo
- RAGE.Game.Clock.GetClockDayOfMonth
- RAGE.Game.Clock.GetClockDayOfWeek
- RAGE.Game.Clock.GetClockHours
- RAGE.Game.Clock.GetClockMinutes
- RAGE.Game.Clock.GetClockMonth
- RAGE.Game.Clock.GetClockSeconds
- RAGE.Game.Clock.GetClockYear
- RAGE.Game.Clock.GetLocalTime
- RAGE.Game.Clock.GetMillisecondsPerGameMinute
- RAGE.Game.Clock.GetPosixTime
- RAGE.Game.Clock.GetUtcTime
- RAGE.Game.Clock.PauseClock
- RAGE.Game.Clock.SetClockDate
- RAGE.Game.Clock.SetClockTime
Cutscene
- RAGE.Game.Cutscene.CanSetEnterStateForRegisteredEntity
- RAGE.Game.Cutscene.CanSetExitStateForCamera
- RAGE.Game.Cutscene.CanSetExitStateForRegisteredEntity
- RAGE.Game.Cutscene.DoesCutsceneEntityExist
- RAGE.Game.Cutscene.GetCutsceneSectionPlaying
- RAGE.Game.Cutscene.GetCutsceneTime
- RAGE.Game.Cutscene.GetCutsceneTotalDuration
- RAGE.Game.Cutscene.GetEntityIndexOfCutsceneEntity
- RAGE.Game.Cutscene.GetEntityIndexOfRegisteredEntity
- RAGE.Game.Cutscene.HasCutsceneFinished
- RAGE.Game.Cutscene.HasCutsceneLoaded
- RAGE.Game.Cutscene.HasThisCutsceneLoaded
- RAGE.Game.Cutscene.IsCutsceneActive
- RAGE.Game.Cutscene.IsCutscenePlaying
- RAGE.Game.Cutscene.RegisterEntityForCutscene
- RAGE.Game.Cutscene.RemoveCutscene
- RAGE.Game.Cutscene.RequestCutscene
- RAGE.Game.Cutscene.RequestCutsceneEx
- RAGE.Game.Cutscene.RegisterSynchronisedScriptSpeech
- RAGE.Game.Cutscene.SetCutsceneFadeValues
- RAGE.Game.Cutscene.SetCutsceneOrigin
- RAGE.Game.Cutscene.SetCutscenePedComponentVariation
- RAGE.Game.Cutscene.SetCutscenePedPropVariation
- RAGE.Game.Cutscene.SetCutsceneTriggerArea
- RAGE.Game.Cutscene.StartCutscene
- RAGE.Game.Cutscene.StartCutsceneAtCoords
- RAGE.Game.Cutscene.StopCutscene
- RAGE.Game.Cutscene.StopCutsceneImmediately
- RAGE.Game.Cutscene.WasCutsceneSkipped
Datafile
- ArrayValueAddBoolean
- ArrayValueAddFloat
- ArrayValueAddInteger
- ArrayValueAddObject
- ArrayValueAddString
- ArrayValueAddVector3
- ArrayValueGetBoolean
- ArrayValueGetFloat
- ArrayValueGetInteger
- ArrayValueGetObject
- ArrayValueGetSize
- ArrayValueGetString
- ArrayValueGetType
- ArrayValueGetVector3
- DatafileCreate
- DatafileDelete
- DatafileGetFileDict
- DatafileIsSavePending
- LoadUgcFile
- ObjectValueAddArray
- ObjectValueAddBoolean
- ObjectValueAddFloat
- ObjectValueAddInteger
- ObjectValueAddObject
- ObjectValueAddString
- ObjectValueAddVector3
- ObjectValueGetArray
- ObjectValueGetBoolean
- ObjectValueGetFloat
- ObjectValueGetInteger
- ObjectValueGetObject
- ObjectValueGetString
- ObjectValueGetVector3
Decorator
- DecorExistOn
- DecorGetBool
- DecorGetFloat
- DecorGetInt
- DecorIsRegisteredAsType
- DecorRegister
- DecorRegisterLock
- DecorRemove
- DecorSetBool
- DecorSetFloat
- DecorSetInt
- DecorSetTime
Dlc
Entity
- ApplyForceToEntity
- ApplyForceToEntityCenterOfMass
- AttachEntityToEntity
- AttachEntityToEntityPhysically
- ClearEntityLastDamageEntity
- CreateForcedObject
- CreateModelHide
- CreateModelHideExcludingScriptObjects
- CreateModelSwap
- DeleteEntity
- DetachEntity
- DoesEntityBelongToThisScript
- DoesEntityExist
- DoesEntityHaveDrawable
- DoesEntityHavePhysics
- FindAnimEventPhase
- ForceEntityAiAndAnimationUpdate
- FreezeEntityPosition
- GetAnimDuration
- GetCollisionNormalOfLastHitForEntity
- GetEntityAlpha
- GetEntityAnimCurrentTime
- GetEntityAnimTotalTime
- GetEntityAttachedTo
- GetEntityBoneIndexByName
- GetEntityCollisionDisabled
- GetEntityCoords
- GetEntityForwardVector
- GetEntityForwardX
- GetEntityForwardY
- GetEntityHeading
- GetEntityPhysicsHeading
- GetEntityHealth
- GetEntityHeight
- GetEntityHeightAboveGround
- GetEntityLodDist
- GetEntityMatrix
- GetEntityMaxHealth
- GetEntityModel
- GetEntityPitch
- GetEntityPopulationType
- GetEntityQuaternion
- GetEntityRoll
- GetEntityRotation
- GetEntityRotationVelocity
- GetEntityScript
- GetEntitySpeed
- GetEntitySpeedVector
- GetEntitySubmergedLevel
- GetEntityType
- GetEntityUprightValue
- GetEntityVelocity
- GetLastMaterialHitByEntity
- GetNearestPlayerToEntity
- GetNearestPlayerToEntityOnTeam
- GetOffsetFromEntityGivenWorldCoords
- GetOffsetFromEntityInWorldCoords
- GetObjectIndexFromEntityIndex
- GetPedIndexFromEntityIndex
- GetVehicleIndexFromEntityIndex
- GetWorldPositionOfEntityBone
- HasAnimEventFired
- HasCollisionLoadedAroundEntity
- HasEntityAnimFinished
- HasEntityBeenDamagedByAnyObject
- HasEntityBeenDamagedByAnyPed
- HasEntityBeenDamagedByAnyVehicle
- HasEntityBeenDamagedByEntity
- HasEntityClearLosToEntity
- HasEntityClearLosToEntityInFront
- HasEntityCollidedWithAnything
- IsAnEntity
- IsEntityAnObject
- IsEntityAttached
- IsEntityAttachedToAnyObject
- IsEntityAttachedToAnyPed
- IsEntityAttachedToAnyVehicle
- IsEntityAttachedToEntity
- IsEntityAtCoord
- IsEntityAtEntity
- IsEntityAMissionEntity
- IsEntityAPed
- IsEntityAVehicle
- IsEntityDead
- IsEntityInAir
- IsEntityInAngledArea
- IsEntityInArea
- IsEntityInWater
- IsEntityInZone
- IsEntityOccluded
- IsEntityOnScreen
- IsEntityPlayingAnim
- IsEntityStatic
- IsEntityTouchingEntity
- IsEntityTouchingModel
- IsEntityUpright
- IsEntityUpsidedown
- IsEntityVisible
- IsEntityVisibleToScript
- IsEntityWaitingForWorldCollision
- PlayEntityAnim
- PlaySynchronizedEntityAnim
- PlaySynchronizedMapEntityAnim
- ProcessEntityAttachments
- RemoveForcedObject
- RemoveModelHide
- RemoveModelSwap
- ResetEntityAlpha
- SetEntityAlpha
- SetEntityAlwaysPrerender
- SetEntityAnimCurrentTime
- SetEntityAnimSpeed
- SetEntityAsMissionEntity
- SetEntityCanBeDamaged
- SetEntityCanBeDamagedByRelationshipGroup
- SetEntityCanBeTargetedWithoutLos
- SetEntityCollision
- SetEntityCoords
- SetEntityCoordsNoOffset
- SetEntityCoords2
- SetEntityDynamic
- SetEntityHasGravity
- SetEntityHeading
- SetEntityHealth
- SetEntityInvincible
- SetEntityIsTargetPriority
- SetEntityLights
- SetEntityLoadCollisionFlag
- SetEntityLodDist
- SetEntityMaxHealth
- SetEntityMaxSpeed
- SetEntityMotionBlur
- SetEntityNoCollisionEntity
- SetEntityOnlyDamagedByPlayer
- SetEntityOnlyDamagedByRelationshipGroup
- SetEntityProofs
- SetEntityQuaternion
- SetEntityRecordsCollisions
- SetEntityRenderScorched
- SetEntityRotation
- SetEntitySomething
- SetEntityTrafficlightOverride
- SetEntityVelocity
- SetEntityVisible
- SetEntityAsNoLongerNeeded
- SetPedAsNoLongerNeeded
- SetVehicleAsNoLongerNeeded
- SetObjectAsNoLongerNeeded
- StopEntityAnim
- StopSynchronizedEntityAnim
- StopSynchronizedMapEntityAnim
- WouldEntityBeOccluded
Event
- AddShockingEventAtPosition
- AddShockingEventForEntity
- BlockDecisionMakerEvent
- ClearDecisionMakerEventResponse
- IsShockingEventInSphere
- RemoveAllShockingEvents
- RemoveShockingEvent
- RemoveShockingEventSpawnBlockingAreas
- SetDecisionMaker
- SuppressAgitationEventsNextFrame
- SuppressShockingEventsNextFrame
- SuppressShockingEventTypeNextFrame
- UnblockDecisionMakerEvent
Files
- GetDlcVehicleData
- GetDlcVehicleModel
- GetDlcWeaponData
- GetHashNameForComponent
- GetNumDlcVehicles
- GetNumDlcWeaponComponents
- GetNumForcedComponents
- GetShopPedOutfit
- GetShopPedOutfitLocate
- GetShopPedQueryOutfit
- GetVariantComponent
- InitShopPedProp
- IsDlcVehicleMod
Fire
- AddExplosionWithUserVfx
- GetClosestFirePos
- GetPedInsideExplosionArea
- IsExplosionInAngledArea
- IsExplosionInSphere
- StartEntityFire
- StopEntityFire
Graphics
- AddClanDecalToVehicle
- AddDecal
- AddEntityIcon
- AddPetrolDecal
- AttachTvAudioToEntity
- BeginTextCommandScaleformString
- CallScaleformMovieFunctionFloatParams
- CallScaleformMovieFunctionMixedParams
- CallScaleformMovieFunctionStringParams
- CallScaleformMovieMethod
- ClearDrawOrigin
- ClearTimecycleModifier
- CreateCheckpoint
- CreateTrackedPoint
- DeleteCheckpoint
- DestroyTrackedPoint
- DisableVehicleDistantlights
- DoesParticleFxLoopedExist
- DoesVehicleHaveDecal
- DrawBox
- DrawDebugBox
- DrawDebugCross
- DrawDebugLineWithTwoColours
- DrawDebugSphere
- DrawDebugText
- DrawDebugText2d
- DrawLightWithRange
- DrawLightWithRangeAndShadow
- DrawLine
- DrawMarker
- DrawPoly
- DrawRect
- DrawScaleformMovie
- DrawScaleformMovie3d
- DrawScaleformMovie3dNonAdditive
- DrawScaleformMovieFullscreen
- DrawScaleformMovieFullscreenMasked
- DrawSpotLightWithShadow
- DrawSpotLight
- DrawSprite
- DrawTvChannel
- EnableAlienBloodVfx
- EnableClownBloodVfx
- EnableMovieSubtitles
- EndTextCommandScaleformString
- EndTextCommandScaleformString2
- FadeDecalsInRange
- GetActiveScreenResolution
- GetAspectRatio
- GetDecalWashLevel
- GetIsHidef
- GetIsWidescreen
- GetMaximumNumberOfPhotos
- GetSafeZoneSize
- GetScreenCoordFromWorldCoord
- GetScreenEffectIsActive
- GetScreenResolution
- GetTextureResolution
- GetTimecycleModifierIndex
- GetTvChannel
- GetTvVolume
- HasHudScaleformLoaded
- HasNamedScaleformMovieLoaded
- HasScaleformContainerMovieLoadedIntoParent
- HasScaleformMovieLoaded
- HasStreamedTextureDictLoaded
- IsDecalAlive
- IsNightvisionActive
- IsParticleFxDelayedBlink
- IsSeethroughActive
- IsTrackedPointVisible
- LoadTvChannel
- LoadMovieMeshSet
- MoveVehicleDecals
- PopScaleformMovieFunction
- PopScaleformMovieFunctionVoid
- PopTimecycleModifier
- PushScaleformMovieFunction
- PushScaleformMovieFunctionN
- PushScaleformMovieFunctionFromHudComponent
- PushScaleformMovieFunctionParameterBool
- PushScaleformMovieFunctionParameterFloat
- PushScaleformMovieFunctionParameterInt
- PushScaleformMovieFunctionParameterString
- PushTimecycleModifier
- ReleaseMovieMeshSet
- RemoveDecal
- RemoveDecalsFromObject
- RemoveDecalsFromObjectFacing
- RemoveDecalsFromVehicle
- RemoveDecalsInRange
- RemoveParticleFx
- RemoveParticleFxFromEntity
- RemoveParticleFxInRange
- RequestScaleformMovie
- RequestScaleformMovieInstance
- RequestScaleformMovieInteractive
- RequestHudScaleform
- RequestStreamedTextureDict
- ResetParticleFxAssetOldToNew
- ReturnTwo
- ScreenDrawPositionEnd
- ScreenDrawPositionBegin
- ScreenDrawPositionRatio
- Set2dLayer
- SetBlackout
- SetCheckpointCylinderHeight
- SetCheckpointIconRgba
- SetCheckpointRgba
- SetDebugLinesAndSpheresDrawingActive
- SetDrawOrigin
- SetEntityIconColor
- SetEntityIconVisibility
- SetFarShadowsSuppressed
- SetFlash
- SetForcePedFootstepsTracks
- SetForceVehicleTrails
- SetFrozenRenderingDisabled
- SetNightvision
- SetNoiseoveride
- SetNoisinessoveride
- SetParticleFxBloodScale
- SetParticleFxCamInsideNonplayerVehicle
- SetParticleFxCamInsideVehicle
- SetParticleFxLoopedAlpha
- SetParticleFxLoopedColour
- SetParticleFxLoopedEvolution
- SetParticleFxLoopedRange
- SetParticleFxLoopedOffsets
- SetParticleFxLoopedScale
- SetParticleFxNonLoopedAlpha
- SetParticleFxNonLoopedColour
- SetParticleFxAssetOldToNew
- SetParticleFxShootoutBoat
- SetScaleformMovieAsNoLongerNeeded
- SetScaleformMovieToUseSystemTime
- SetSeethrough
- SetStreamedTextureDictAsNoLongerNeeded
- SetTimecycleModifier
- SetTimecycleModifierStrength
- SetTrackedPointInfo
- SetTransitionTimecycleModifier
- SetTvAudioFrontend
- SetTvChannel
- SetTvVolume
- SittingTv
- StartParticleFxLoopedOnEntity2
- StartParticleFxLoopedOnEntityBone2
- StartParticleFxNonLoopedAtCoord2
- StartParticleFxNonLoopedOnEntity2
- StartParticleFxNonLoopedOnPedBone2
- StartParticleFxLoopedAtCoord
- StartParticleFxLoopedOnEntity
- StartParticleFxLoopedOnEntityBone
- StartParticleFxLoopedOnPedBone
- StartParticleFxNonLoopedAtCoord
- StartParticleFxNonLoopedOnEntity
- StartParticleFxNonLoopedOnPedBone
- StartScreenEffect
- StopAllScreenEffects
- StopParticleFxLooped
- StopScreenEffect
- TransitionToBlurred
- TransitionFromBlurred
- UseParticleFxAssetNextCall
- WashDecalsFromVehicle
- WashDecalsInRange
Interior
- AddPickupToInteriorRoomByName
- AreCoordsCollidingWithExterior
- CapInterior
- ClearRoomForEntity
- DisableInterior
- DisableInteriorProp
- EnableInteriorProp
- ForceRoomForEntity
- GetInteriorAtCoords
- GetInteriorAtCoordsWithType
- GetInteriorFromCollision
- GetInteriorFromEntity
- GetInteriorGroupId
- GetKeyForEntityInRoom
- GetOffsetFromInteriorInWorldCoords
- GetRoomKeyFromGameplayCam
- GetRoomKeyFromEntity
- HideMapObjectThisFrame
- IsInteriorCapped
- IsInteriorDisabled
- IsInteriorPropEnabled
- IsInteriorReady
- IsInteriorScene
- IsValidInterior
- LoadInterior
- RefreshInterior
- SetInteriorPropColor
- UnkGetInteriorAtCoords
- UnpinInterior
Itemset
- AddToItemset
- CleanItemset
- CreateItemset
- DestroyItemset
- GetIndexedItemInItemset
- GetItemsetSize
- IsInItemset
- IsItemsetValid
- RemoveFromItemset
Locale
Misc
- Absf
- Absi
- Acos
- AddHospitalRestart
- AddPoliceRestart
- AddStuntJump
- AddStuntJumpAngled
- AreStringsEqual
- Asin
- Atan2
- Atan
- BeginReplayStats
- CancelStuntJump
- ClearAngledAreaOfVehicles
- ClearArea
- ClearAreaOfEverything
- ClearAreaOfCops
- ClearAreaOfObjects
- ClearAreaOfPeds
- ClearAreaOfProjectiles
- ClearAreaOfVehicles
- ClearBit
- ClearCloudHat
- ClearOverrideWeather
- ClearReplayStats
- ClearWeatherTypePersist
- CompareStrings
- CreateIncident
- CreateIncidentWithEntity
- CreateLightningThunder
- DeleteIncident
- DeleteStuntJump
- DisableAutomaticRespawn
- DisableHospitalRestart
- DisablePoliceRestart
- DisableStuntJumpSet
- DisplayOnscreenKeyboard
- DisplayOnscreenKeyboard2
- DoAutoSave
- EnableDispatchService
- EnableStuntJumpSet
- EnableTennisMode
- EndReplayStats
- FindSpawnPointInDirection
- ForceSocialClubUpdate
- GetAllocatedStackSize
- GetAngleBetween2dVectors
- GetBitsInRange
- GetCloudHatOpacity
- GetDistanceBetweenCoords
- GetFakeWantedLevel
- GetFrameCount
- GetFrameTime
- GetFreeStackSlotsCount
- GetGameTimer
- GetGlobalCharBuffer
- GetGroundCoordsWhileInAir
- GetGroundZFor3dCoord
- GetHashKey
- GetHeadingFromVector2d
- GetIndexOfCurrentLevel
- GetMissionFlag
- GetModelDimensions
- GetNextWeatherTypeHashName
- GetNumberOfDispatchedUnitsForPlayer
- GetOnscreenKeyboardResult
- GetPrevWeatherTypeHashName
- GetProfileSetting
- GetRainLevel
- GetRandomEventFlag
- GetRandomFloatInRange
- GetRandomIntInRange
- GetSnowLevel
- GetWeatherTypeTransition
- GetWindDirection
- GetWindSpeed
- HasBulletImpactedInArea
- HasBulletImpactedInBox
- HasButtonCombinationJustBeenEntered
- HasCheatStringJustBeenEntered
- IsAussieVersion
- IsFrontendFading
- IsPcVersion
- IsPs3Version
- IgnoreNextRestart
- IsAreaOccupied
- IsAutoSaveInProgress
- IsBitSet
- IsBulletInAngledArea
- IsBulletInArea
- IsBulletInBox
- IsDurangoVersion
- IsIncidentValid
- IsMemoryCardInUse
- IsMinigameInProgress
- IsNextWeatherType
- IsOrbisVersion
- IsPointObscuredByAMissionEntity
- IsPositionOccupied
- IsPrevWeatherType
- IsProjectileInArea
- IsProjectileTypeInAngledArea
- IsProjectileTypeInArea
- IsSniperBulletInArea
- IsSniperInverted
- IsStringNull
- IsStringNullOrEmpty
- IsStuntJumpInProgress
- IsStuntJumpMessageShowing
- IsTennisMode
- IsThisAMinigameScript
- IsXbox360Version
- NetworkSetScriptIsSafeForNetworkGame
- OverrideSaveHouse
- PopulateNow
- RegisterFloatToSave
- RegisterIntToSave
- RegisterEnumToSave
- RegisterBoolToSave
- RegisterSaveHouse
- RegisterTextLabelToSave
- RemoveDispatchSpawnBlockingArea
- ResetDispatchIdealSpawnDistance
- ResetDispatchSpawnBlockingAreas
- ResetLocalplayerState
- SetBit
- SetBitsInRange
- SetCloudHatOpacity
- SetCloudHatTransition
- SetCreditsActive
- SetCustomRespawnPosition
- SetDispatchIdealSpawnDistance
- SetDispatchTimeBetweenSpawnAttempts
- SetDispatchTimeBetweenSpawnAttemptsMultiplier
- SetExplosiveAmmoThisFrame
- SetExplosiveMeleeThisFrame
- SetFadeInAfterDeathArrest
- SetFadeInAfterLoad
- SetFadeOutAfterArrest
- SetFadeOutAfterDeath
- SetFakeWantedLevel
- SetFireAmmoThisFrame
- SetGamePaused
- SetGravityLevel
- SetMinigameInProgress
- SetMissionFlag
- SetNextRespawnToCustom
- SetOverrideWeather
- SetRainFxIntensity
- SetRandomEventFlag
- SetRandomSeed
- SetRandomWeatherType
- SetSaveHouse
- SetSaveMenuActive
- SetSuperJumpThisFrame
- SetThisScriptCanBePaused
- SetThisScriptCanRemoveBlipsCreatedByAnyScript
- SetTimeScale
- SetUnkMapFlag
- SetWeatherTypeNow
- SetWeatherTypeNowPersist
- SetWeatherTypeOverTime
- SetWeatherTypePersist
- SetWeatherTypeTransition
- SetWind
- SetWindDirection
- SetWindSpeed
- ShootSingleAirstrikeBulletBetweenCoords
- ShootSingleBulletBetweenCoords
- ShootSingleVehicleBulletBetweenCoords
- ShowPedInPauseMenu
- StartSaveArray
- StartSaveData
- StartSaveStruct
- StopSaveArray
- StopSaveData
- StopSaveStruct
- StringToInt
- Tan
- TerminateAllScriptsWithThisName
- UpdateOnscreenKeyboard
- UseFreemodeMapBehavior
- UsingMissionCreator
Mobile
- CanPhoneBeSeenOnScreen
- CellCamActivate
- CellCamIsCharVisibleNoFaceCheck
- CreateMobilePhone
- DestroyMobilePhone
- DisablePhoneThisFrame
- GetMobilePhonePosition
- GetMobilePhoneRenderId
- GetMobilePhoneRotation
- MoveFinger
- ScriptIsMovingMobilePhoneOffscreen
- SetMobilePhonePosition
- SetMobilePhoneRotation
- SetMobilePhoneScale
- SetPhoneLean
Netcash
- NetworkBuyAirstrike
- NetworkBuyBounty
- NetworkBuyFairgroundRide
- NetworkBuyHealthcare
- NetworkBuyHeliStrike
- NetworkBuyItem
- NetworkBuyProperty
- NetworkCanBet
- NetworkCanReceivePlayerCash
- NetworkCanSpendMoney
- NetworkClearCharacterWallet
- NetworkDeleteCharacter
- NetworkEarnFromAiTargetKill
- NetworkEarnFromAmbientJob
- NetworkEarnFromBendJob
- NetworkEarnFromBetting
- NetworkEarnFromBounty
- NetworkEarnFromChallengeWin
- NetworkEarnFromCrateDrop
- NetworkEarnFromDailyObjectives
- NetworkEarnFromGangattackPickup
- NetworkEarnFromHoldups
- NetworkEarnFromImportExport
- NetworkEarnFromJob
- NetworkEarnFromJobBonus
- NetworkEarnFromNotBadsport
- NetworkEarnFromPersonalVehicle
- NetworkEarnFromPickup
- NetworkEarnFromProperty
- NetworkEarnFromArmourTruck
- NetworkEarnFromRockstar
- NetworkEarnFromVehicle
- NetworkGetBankBalanceString
- NetworkGetVcBalance
- NetworkGetVcBankBalance
- NetworkGetVcWalletBalance
- NetworkGivePlayerJobshareCash
- NetworkInitializeCash
- NetworkMoneyCanBet
- NetworkPayEmployeeWage
- NetworkPayMatchEntryFee
- NetworkPayUtilityBill
- NetworkReceivePlayerJobshareCash
- NetworkRefundCash
- NetworkSpentAmmoDrop
- NetworkSpentArrestBail
- NetworkSpentBankInterest
- NetworkSpentBetting
- NetworkSpentBoatPickup
- NetworkSpentBounty
- NetworkSpentBullShark
- NetworkSpentBuyOfftheradar
- NetworkSpentBuyPassiveMode
- NetworkSpentBuyRevealPlayers
- NetworkSpentBuyWantedlevel
- NetworkSpentCallPlayer
- NetworkSpentCarwash
- NetworkSpentCashDrop
- NetworkSpentCinema
- NetworkSpentFromRockstar
- NetworkSpentHeliPickup
- NetworkSpentHireMercenary
- NetworkSpentHireMugger
- NetworkSpentHoldups
- NetworkSpentInStripclub
- NetworkSpentNoCops
- NetworkSpentPayVehicleInsurancePremium
- NetworkSpentPlayerHealthcare
- NetworkSpentProstitutes
- NetworkSpentRequestHeist
- NetworkSpentRequestJob
- NetworkSpentRobbedByMugger
- NetworkSpentTaxi
- NetworkSpentTelescope
- ProcessCashGift
Netshop
- NetworkShopBasketApplyServerData
- NetworkShopBasketIsFull
- NetworkShopBeginService
- NetworkShopDoesItemExistHash
- NetworkShopDeleteSetTelemetryNonceSeed
- NetworkShopGetPrice
- NetworkShopGetTransactionsEnabledForCharacter
- NetworkShopSetTelemetryNonceSeed
- NetworkTransferBankToWallet
- NetworkTransferWalletToBank
Network
- BadSportPlayerLeftDetected
- CanRegisterMissionObjects
- CanRegisterMissionPickups
- DownloadCheck
- GetDateAndTimeFromUnixEpoch
- FilloutPmPlayerList
- GetPosixTime
- GetNetworkTime
- GetNumReservedMissionPeds
- GetOnlineVersion
- GetTimeDifference
- HasNetworkTimeStarted
- IsPlayerInCutscene
- IsSphereVisibleToAnotherMachine
- IsTimeEqualTo
- IsTimeMoreThan
- NetworkAccessTunableBool
- NetworkAccessTunableFloat
- NetworkAccessTunableInt
- NetworkActionFollowInvite
- NetworkAddEntityArea
- NetworkAddFollowers
- NetworkAddPedToSynchronisedScene
- NetworkBlockKickedPlayers
- NetworkAmIBlockedByPlayer
- NetworkAmIMutedByPlayer
- NetworkAreHandlesTheSame
- NetworkAreTransitionDetailsValid
- NetworkBail
- NetworkBlockInvites
- NetworkCanBail
- NetworkCanSessionEnd
- NetworkCanCommunicateWithGamer
- NetworkIsClanMembershipFinishedDownloading
- NetworkClanDownloadMembership
- GetNumMembershipDesc
- NetworkClanGetMembershipCount
- NetworkClanGetMembershipValid
- NetworkClanPlayerGetDesc
- NetworkClanRemoteMembershipsAreInCache
- NetworkClearClockTimeOverride
- NetworkClearFollowInvite
- NetworkClearPropertyId
- NetworkClearVoiceChannel
- NetworkCreateSynchronisedScene
- NetworkDoesNetworkIdExist
- NetworkDoesTunableExist
- NetworkDoTransitionQuickmatch
- NetworkDoTransitionQuickmatchWithGroup
- NetworkDoTransitionToGame
- NetworkDoTransitionToNewGame
- NetworkExplodeVehicle
- NetworkFadeOutEntity
- NetworkFindMatchedGamers
- NetworkGamertagFromHandleStart
- NetworkGamerHasHeadset
- NetworkGetDesroyerOfEntity
- NetworkGetCurrentlySelectedGamerHandleFromInviteMenu
- NetworkGetEntityFromNetworkId
- NetToPed
- NetToEnt
- NetworkGetEntityIsNetworked
- NetworkGetFoundGamer
- NetworkGetFriendName
- NetworkGetGamertagFromHandle
- NetworkGetHostOfScript
- NetworkGetLocalHandle
- NetworkGetMaxFriends
- NetworkGetNumConnectedPlayers
- NetworkGetNumParticipants
- NetworkGetNumScriptParticipants
- NetworkGetPlayerFromGamerHandle
- NetworkGetPlayerIndexFromPed
- NetworkGetPresenceInviteHandle
- NetworkGetPresenceInviteInviter
- NetworkGetPrimaryClanDataCancel
- NetworkGetPrimaryClanDataNew
- NetworkGetPrimaryClanDataStart
- NetworkGetRandomInt
- NetworkGetRespawnResult
- NetworkGetTalkerProximity
- NetworkGetTimeoutTime
- NetworkGetTransitionMembers
- NetworkHandleFromMemberId
- NetworkHandleFromUserId
- NetworkHashFromPlayerHandle
- NetworkHasControlOfEntity
- NetworkHasControlOfPickup
- NetworkHasHeadset
- NetworkHasInvitedGamerToTransition
- NetworkHasPlayerStartedTransition
- NetworkAreRosAvailable
- IsRockstarBanned
- CanPlayOnline
- NetworkInviteGamers
- NetworkIsActivitySession
- NetworkIsActivitySpectatorFromHandle
- NetworkIsCableConnected
- NetworkIsClockTimeOverridden
- HasBgScriptBeenDownloaded
- NetworkIsFindingGamers
- NetworkIsFriendOnline2
- NetworkIsFriendInMultiplayer
- NetworkIsFriendOnline
- NetworkIsGamerInMySession
- NetworkIsGamerTalking
- NetworkIsHandleValid
- NetworkIsHostOfThisScript
- NetworkIsInMpCutscene
- NetworkIsInSession
- NetworkIsInTransition
- NetworkIsLocalPlayerInvincible
- NetworkIsParticipantActive
- NetworkIsPlayerAParticipant
- NetworkIsPlayerConnected
- NetworkIsPlayerMutedByMe
- NetworkIsScriptActive
- NetworkIsSessionStarted
- NetworkIsTransitionBusy
- NetworkIsTransitionHostFromHandle
- NetworkIsTransitionStarted
- HasTunablesBeenDownloaded
- NetworkJoinTransition
- NetworkRespawnCoords
- NetworkMarkTransitionGamerAsFullyJoined
- NetworkOpenTransitionMatchmaking
- NetworkOverrideClockTime
- NetworkOverrideSendRestrictions
- NetworkOverrideTransitionChat
- NetworkPlayerGetUserid
- NetworkPlayerIsBadsport
- NetworkPlayerIsRockstarDev
- NetworkRegisterHostBroadcastVariables
- NetworkRemoveAllTransitionInvite
- NetworkRemovePresenceInvite
- NetworkRequestCloudBackgroundScripts
- NetworkRequestControlOfDoor
- NetworkRequestControlOfNetworkId
- NetworkResurrectLocalPlayer
- NetworkSendTextMessage
- NetworkSendPresenceTransitionInvite
- NetworkSessionBlockJoinRequests
- NetworkSessionChangeSlots
- NetworkSessionEnd
- NetworkSessionForceCancelInvite
- NetworkSessionGetInviter
- NetworkSessionGetUnk
- NetworkSessionHostClosed
- NetworkSessionHostSinglePlayer
- NetworkSessionIsClosedFriends
- NetworkSessionIsSolo
- NetworkSessionKickPlayer
- NetworkSessionMarkVisible
- NetworkSessionHosted
- NetworkSessionVoiceLeave
- NetworkSessionWasInvited
- NetworkSetActivitySpectatorMax
- NetworkSetEntityCanBlend
- NetworkSetFriendlyFireOption
- NetworkSetInMpCutscene
- NetworkSetLocalPlayerInvincibleTime
- NetworkSetOverrideSpectatorMode
- NetworkSetTalkerProximity
- NetworkSetThisScriptIsNetworkScript
- NetworkSetTransitionCreatorHandle
- NetworkSetVoiceChannel
- NetworkStartSynchronisedScene
- NetworkSuppressInvite
- NetworkAccessTunableBoolHashFailVal
- NetworkUnregisterNetworkedEntity
- ParticipantId
- ReserveNetworkMissionObjects
- ReserveNetworkMissionVehicles
- SetEntityLocallyVisible
- UsePlayerColourInsteadOfTeamColour
- SetLocalPlayerVisibleInCutscene
- SetNetworkIdSyncToPlayer
- SetNetworkIdExistsOnAllMachines
- SetNetworkVehicleNonContact
- SetPlayerInvisibleLocally
- SetStoreEnabled
- TextureDownloadGetName
- TextureDownloadRelease
- GetContentCategory
- GetContentFileVersion
- GetContentUserId
- SetBalanceAddMachines
- GetRootContentId
- VehToNet
- ObjToNet
Object
- AddDoorToSystem
- AttachPortablePickupToPed
- CreateAmbientPickup
- CreateMoneyPickups
- CreateObject
- CreateObjectNoOffset
- CreatePickup
- CreatePickupRotate
- CreatePortablePickup
- CreatePortablePickup2
- DeleteObject
- DetachPortablePickupFromPed
- DoesDesObjectExist
- DoesDoorExist
- DoesObjectOfTypeExistAtCoords
- DoesPickupExist
- DoesPickupObjectExist
- DoorControl
- GetClosestObjectOfType
- GetDesObject
- GetDesObjectState
- GetObjectFragmentDamageHealth
- GetObjectOffsetFromCoords
- GetPickupCoords
- GetPickupHash
- GetPickupObject
- GetSafePickupCoords
- GetStateOfClosestDoorOfType
- GetWeaponHashFromPickup
- HasClosestObjectOfTypeBeenBroken
- HasObjectBeenBroken
- HasPickupBeenCollected
- HighlightPlacementCoords
- IsAnyObjectNearPoint
- IsDoorClosed
- IsGarageEmpty
- IsObjectNearPoint
- IsObjectVisible
- IsPickupWithinRadius
- IsPointInAngledArea
- MarkObjectForDeletion
- PlaceObjectOnGroundProperly
- RemoveAllPickupsOfType
- RemoveDoorFromSystem
- RemovePickup
- SetActivateObjectPhysicsAsSoonAsItIsUnfrozen
- SetDesObjectState
- SetDoorAccelerationLimit
- SetDoorAjarAngle
- SetForceObjectThisFrame
- SetObjectPhysicsParams
- SetObjectTargettable
- SetObjectTextureVariant
- SetPickupRegenerationTime
- SetStateOfClosestDoorOfType
- SetTeamPickupObject
- SlideObject
- TrackObjectVisibility
Pad
- DisableAllControlActions
- DisableControlAction
- DisableInputGroup
- EnableAllControlActions
- EnableControlAction
- GetControlInstructionalButton
- GetControlNormal
- GetControlValue
- GetDisabledControlNormal
- GetLocalPlayerAimState
- IsControlEnabled
- IsControlJustPressed
- IsControlJustReleased
- IsControlPressed
- IsControlReleased
- IsDisabledControlJustPressed
- IsDisabledControlJustReleased
- IsDisabledControlPressed
- IsLookInverted
- IsInputJustDisabled
- IsInputDisabled
- SetPadShake
- SetControlNormal
- SetCursorLocation
- SetInputExclusive
- SetPlayerpadShakesWhenControllerDisabled
- StopPadShake
Pathfind
- AddNavmeshBlockingObject
- AddNavmeshRequiredRegion
- AreAllNavmeshRegionsLoaded
- CalculateTravelDistanceBetweenPoints
- DisableNavmeshInArea
- DoesNavmeshBlockingObjectExist
- GenerateDirectionsToCoord
- GetClosestMajorVehicleNode
- GetClosestRoad
- GetClosestVehicleNode
- GetClosestVehicleNodeWithHeading
- GetIsSlowRoadFlag
- GetNthClosestVehicleNode
- GetNthClosestVehicleNodeFavourDirection
- GetNthClosestVehicleNodeId
- GetNthClosestVehicleNodeIdWithHeading
- GetNthClosestVehicleNodeWithHeading
- GetRandomVehicleNode
- GetSafeCoordForPed
- GetStreetNameAtCoord
- GetSupportsGpsRouteFlag
- GetVehicleNodePosition
- GetVehicleNodeProperties
- IsNavmeshLoadedInArea
- IsPointOnRoad
- IsVehicleNodeIdValid
- RemoveNavmeshBlockingObject
- RemoveNavmeshRequiredRegions
- SetGpsDisabledZone
- SetIgnoreNoGpsFlag
- SetPedPathsBackToOriginal
- SetPedPathsInArea
- SetRoadsBackToOriginal
- SetRoadsBackToOriginalInAngledArea
- SetRoadsInAngledArea
- SetRoadsInArea
- UpdateNavmeshBlockingObject
Ped
- AddArmourToPed
- AddRelationshipGroup
- AddScenarioBlockingArea
- ApplyDamageToPed
- ApplyPedBlood
- ApplyPedBloodByZone
- ApplyPedBloodDamageByZone
- ApplyPedBloodSpecific
- ApplyPedDamageDecal
- ApplyPedDamagePack
- AttachSynchronizedSceneToEntity
- CanCreateRandomBikeRider
- CanCreateRandomCops
- CanCreateRandomDriver
- CanCreateRandomPed
- CanKnockPedOffVehicle
- CanPedInCombatSeeTarget
- CanPedRagdoll
- CanPedSeePed
- ClearAllPedProps
- ClearFacialIdleAnimOverride
- ClearPedAlternateMovementAnim
- ClearPedAlternateWalkAnim
- ClearPedBloodDamage
- ClearPedBloodDamageByZone
- ClearPedDamageDecalByZone
- ClearPedDecorations
- ClearPedDriveByClipsetOverride
- ClearPedFacialDecorations
- ClearPedLastDamageBone
- ClearPedNonCreationArea
- ClearPedProp
- ClearPedWetness
- ClearRelationshipBetweenGroups
- ClonePed
- ClonePedToTarget
- CreateGroup
- CreateNmMessage
- CreatePed
- CreatePedInsideVehicle
- CreateRandomPed
- CreateRandomPedAsDriver
- CreateSynchronizedScene
- CreateSynchronizedScene2
- DeletePed
- DetachSynchronizedScene
- DisposeSynchronizedScene
- DoesGroupExist
- ExplodePedHead
- ForcePedMotionState
- ForcePedToOpenParachute
- FreezePedCameraRotation
- GetAnimInitialOffsetPosition
- GetAnimInitialOffsetRotation
- GetClosestPed
- GetCombatFloat
- GetDeadPedPickupCoords
- GetFirstParentIdForPedType
- GetGroupSize
- GetJackTarget
- GetMeleeTargetForPed
- GetMount
- GetNumberOfPedDrawableVariations
- GetNumberOfPedPropDrawableVariations
- GetNumberOfPedPropTextureVariations
- GetNumberOfPedTextureVariations
- GetNumHairColors
- GetNumHeadOverlayValues
- GetNumMakeupColors
- GetNumParentPedsOfType
- GetPedAccuracy
- GetPedAlertness
- GetPedArmour
- GetPedAsGroupLeader
- GetPedAsGroupMember
- GetPedBoneCoords
- GetPedBoneIndex
- GetPedCauseOfDeath
- GetPedCombatMovement
- GetPedCombatRange
- GetPedConfigFlag
- GetPedDecorationsState
- GetPedDefensiveAreaPosition
- GetPedDrawableVariation
- GetPedEnveffScale
- GetPedExtractedDisplacement
- GetPedGroupIndex
- GetPedHeadBlendData
- GetPedheadshotTxdString
- GetPedHeadOverlayValue
- GetPedLastDamageBone
- GetPedMaxHealth
- GetPedMoney
- GetPedNearbyPeds
- GetPedNearbyVehicles
- GetPedPaletteVariation
- GetPedParachuteLandingType
- GetPedParachuteState
- GetPedParachuteTintIndex
- GetPedPropIndex
- GetPedPropTextureIndex
- GetPedRagdollBoneIndex
- GetPedRelationshipGroupDefaultHash
- GetPedRelationshipGroupHash
- GetPedResetFlag
- GetPedsJacker
- GetPedSourceOfDeath
- GetPedStealthMovement
- GetPedTextureVariation
- GetPedTimeOfDeath
- GetPedType
- GetPlayerPedIsFollowing
- GetRandomPedAtCoord
- GetRelationshipBetweenGroups
- GetRelationshipBetweenPeds
- GetSeatPedIsTryingToEnter
- GetSynchronizedScenePhase
- GetSynchronizedSceneRate
- GetTattooZone
- GetVehiclePedIsEntering
- GetVehiclePedIsIn
- GetVehiclePedIsTryingToEnter
- GetVehiclePedIsUsing
- GivePedHelmet
- GivePedNmMessage
- HasActionModeAssetLoaded
- HasPedHeadBlendFinished
- HasPedReceivedEvent
- HasStealthModeAssetLoaded
- HidePedBloodDamageByZone
- IsAnyPedNearPoint
- IsAnyPedShootingInArea
- IsConversationPedDead
- IsCopPedInArea3d
- IsPedAimingFromCover
- IsPedAPlayer
- IsPedBeingJacked
- IsPedBeingStealthKilled
- IsPedBeingStunned
- IsPedBlushColorValid
- IsPedClimbing
- IsPedComponentVariationValid
- IsPedDeadOrDying
- IsPedDiving
- IsPedDoingDriveby
- IsPedDucking
- IsPedEvasiveDiving
- IsPedFacingPed
- IsPedFalling
- IsPedFatallyInjured
- IsPedFleeing
- IsPedGettingIntoAVehicle
- IsPedGoingIntoCover
- IsPedGroupMember
- IsPedHairColorValid
- IsPedHangingOnToVehicle
- IsPedheadshotReady
- IsPedheadshotValid
- IsPedHeadtrackingEntity
- IsPedHeadtrackingPed
- IsPedHuman
- IsPedHurt
- IsPedInAnyBoat
- IsPedInAnyHeli
- IsPedInAnyPlane
- IsPedInAnyPoliceVehicle
- IsPedInAnySub
- IsPedInAnyTaxi
- IsPedInAnyTrain
- IsPedInAnyVehicle
- IsPedInCombat
- IsPedInCover
- IsPedInCoverFacingLeft
- IsPedInFlyingVehicle
- IsPedInGroup
- IsPedInjured
- IsPedInMeleeCombat
- IsPedInModel
- IsPedInParachuteFreeFall
- IsPedInVehicle
- IsPedJacking
- IsPedJumping
- IsPedJumpingOutOfVehicle
- IsPedLipstickColorValid
- IsPedMale
- IsPedModel
- IsPedOnAnyBike
- IsPedOnFoot
- IsPedOnMount
- IsPedOnSpecificVehicle
- IsPedOnVehicle
- IsPedPerformingStealthKill
- IsPedPlantingBomb
- IsPedProne
- IsPedPropValid
- IsPedRagdoll
- IsPedReloading
- IsPedRespondingToEvent
- IsPedRunningMobilePhoneTask
- IsPedRunningRagdollTask
- IsPedShooting
- IsPedShootingInArea
- IsPedSittingInAnyVehicle
- IsPedSittingInVehicle
- IsPedStandingInCover
- IsPedStopped
- IsPedSwimming
- IsPedSwimmingUnderWater
- IsPedTracked
- IsPedTryingToEnterALockedVehicle
- IsPedUsingActionMode
- IsPedUsingAnyScenario
- IsPedUsingScenario
- IsPedVaulting
- IsPedWearingHelmet
- IsScriptedScenarioPedUsingConditionalAnim
- IsSynchronizedSceneLooped
- IsSynchronizedSceneRunning
- IsTrackedPedVisible
- KnockOffPedProp
- KnockPedOffVehicle
- PlayFacialAnim
- RegisterHatedTargetsAroundPed
- RegisterPedheadshot
- RegisterTarget
- RemoveActionModeAsset
- RemoveGroup
- RemovePedDefensiveArea
- RemovePedElegantly
- RemovePedFromGroup
- RemovePedHelmet
- RemovePedPreferredCoverSet
- RemoveRelationshipGroup
- RemoveScenarioBlockingArea
- RemoveScenarioBlockingAreas
- RemoveStealthModeAsset
- RequestActionModeAsset
- RequestStealthModeAsset
- ResetAiMeleeWeaponDamageModifier
- ResetAiWeaponDamageModifier
- ResetGroupFormationDefaultSpacing
- ResetPedInVehicleContext
- ResetPedLastVehicle
- ResetPedMovementClipset
- ResetPedRagdollBlockingFlags
- ResetPedRagdollTimer
- ResetPedStrafeClipset
- ResetPedVisibleDamage
- ResetPedWeaponMovementClipset
- ResurrectPed
- ReviveInjuredPed
- SetAiMeleeWeaponDamageModifier
- SetAiWeaponDamageModifier
- SetBlockingOfNonTemporaryEvents
- SetCanAttackFriendly
- SetCombatFloat
- SetCreateRandomCops
- SetCreateRandomCopsNotOnScenarios
- SetCreateRandomCopsOnScenarios
- SetDriverAbility
- SetDriverAggressiveness
- SetEnableBoundAnkles
- SetEnableHandcuffs
- SetEnablePedEnveffScale
- SetEnableScuba
- SetFacialIdleAnimOverride
- SetGroupFormation
- SetGroupFormationSpacing
- SetGroupSeparationRange
- SetIkTarget
- SetPedAccuracy
- SetPedAlertness
- SetPedAllowedToDuck
- SetPedAllowVehiclesOverride
- SetPedAlternateMovementAnim
- SetPedAlternateWalkAnim
- SetPedAngledDefensiveArea
- SetPedArmour
- SetPedAsCop
- SetPedAsEnemy
- SetPedAsGroupLeader
- SetPedAsGroupMember
- SetPedBlendFromParents
- SetPedBoundsOrientation
- SetPedCanArmIk
- SetPedCanBeDraggedOut
- SetPedCanBeKnockedOffVehicle
- SetPedCanBeShotInVehicle
- SetPedCanBeTargetedWhenInjured
- SetPedCanBeTargetedWithoutLos
- SetPedCanBeTargetted
- SetPedCanBeTargettedByPlayer
- SetPedCanBeTargettedByTeam
- SetPedCanCowerInCover
- SetPedCanEvasiveDive
- SetPedCanHeadIk
- SetPedCanLegIk
- SetPedCanPeekInCover
- SetPedCanPlayAmbientAnims
- SetPedCanPlayAmbientBaseAnims
- SetPedCanPlayGestureAnims
- SetPedCanPlayVisemeAnims
- SetPedCanRagdoll
- SetPedCanRagdollFromPlayerImpact
- SetPedCanSmashGlass
- SetPedCanSwitchWeapon
- SetPedCanTeleportToGroupLeader
- SetPedCanTorsoIk
- SetPedCanUseAutoConversationLookat
- SetPedCapsule
- SetPedClothProne
- SetPedCombatAbility
- SetPedCombatAttributes
- SetPedCombatMovement
- SetPedCombatRange
- SetPedComponentVariation
- SetPedConfigFlag
- SetPedCoordsKeepVehicle
- SetPedCoordsNoGang
- SetPedCowerHash
- SetPedDecoration
- SetPedDefaultComponentVariation
- SetPedDefensiveAreaAttachedToPed
- SetPedDefensiveAreaDirection
- SetPedDefensiveSphereAttachedToPed
- SetPedDensityMultiplierThisFrame
- SetPedDesiredHeading
- SetPedDiesInstantlyInWater
- SetPedDiesInSinkingVehicle
- SetPedDiesInVehicle
- SetPedDiesInWater
- SetPedDiesWhenInjured
- SetPedDriveByClipsetOverride
- SetPedDucking
- SetPedEnableWeaponBlocking
- SetPedEnveffScale
- SetPedEyeColor
- SetPedFaceFeature
- SetPedFacialDecoration
- SetPedFiringPattern
- SetPedFleeAttributes
- SetPedGeneratesDeadBodyEvents
- SetPedGestureGroup
- SetPedGetOutUpsideDownVehicle
- SetPedGravity
- SetPedGroupMemberPassengerIndex
- SetPedHairColor
- SetPedHeadBlendData
- SetPedHeadOverlay
- SetPedHeadOverlayColor
- SetPedHearingRange
- SetPedHelmet
- SetPedHelmetFlag
- SetPedHelmetPropIndex
- SetPedHelmetTextureIndex
- SetPedIdRange
- SetPedIntoVehicle
- SetPedInVehicleContext
- SetPedKeepTask
- SetPedLegIkMode
- SetPedLodMultiplier
- SetPedMaxHealth
- SetPedMaxMoveBlendRatio
- SetPedMaxTimeInWater
- SetPedMaxTimeUnderwater
- SetPedMinGroundTimeForStungun
- SetPedMinMoveBlendRatio
- SetPedModelIsSuppressed
- SetPedMoney
- SetPedMotionBlur
- SetPedMovementClipset
- SetPedMoveAnimsBlendOut
- SetPedMoveRateOverride
- SetPedNameDebug
- SetPedNeverLeavesGroup
- SetPedNonCreationArea
- SetPedParachuteTintIndex
- SetPedPinnedDown
- SetPedPlaysHeadOnHornAnimWhenDiesInVehicle
- SetPedPreferredCoverSet
- SetPedPrimaryLookat
- SetPedPropIndex
- SetPedRagdollForceFall
- SetPedRagdollOnCollision
- SetPedRandomComponentVariation
- SetPedRandomProps
- SetPedRelationshipGroupDefaultHash
- SetPedRelationshipGroupHash
- SetPedReserveParachuteTintIndex
- SetPedResetFlag
- SetPedSeeingRange
- SetPedShootsAtCoord
- SetPedShootRate
- SetPedSphereDefensiveArea
- SetPedStayInVehicleWhenJacked
- SetPedStealthMovement
- SetPedSteersAroundObjects
- SetPedSteersAroundPeds
- SetPedSteersAroundVehicles
- SetPedStrafeClipset
- SetPedSuffersCriticalHits
- SetPedSweat
- SetPedTargetLossResponse
- SetPedToInformRespectedFriends
- SetPedToLoadCover
- SetPedToRagdoll
- SetPedToRagdollWithFall
- SetPedUsingActionMode
- SetPedVisualFieldCenterAngle
- SetPedVisualFieldMaxAngle
- SetPedVisualFieldMaxElevationAngle
- SetPedVisualFieldMinAngle
- SetPedVisualFieldMinElevationAngle
- SetPedVisualFieldPeripheralRange
- SetPedWeaponMovementClipset
- SetPedWetnessEnabledThisFrame
- SetPedWetnessHeight
- SetPedRagdollBlockingFlags
- SetRelationshipBetweenGroups
- SetScenarioPedsSpawnInSphereArea
- SetScenarioPedsToBeReturnedByNextCommand
- SetScenarioPedDensityMultiplierThisFrame
- SetScriptedAnimSeatOffset
- SetScriptedConversionCoordThisFrame
- SetSynchronizedSceneOcclusionPortal
- SetSynchronizedSceneLooped
- SetSynchronizedSceneOrigin
- SetSynchronizedScenePhase
- SetSynchronizedSceneRate
- StopAnyPedModelBeingSuppressed
- StopPedWeaponFiringWhenDropped
- UnregisterPedheadshot
- UpdatePedHeadBlendData
- WasPedKilledByStealth
- WasPedKilledByTakedown
- WasPedSkeletonUpdated
Physics
- ActivatePhysics
- AddRope
- ApplyImpulseToCloth
- AttachEntitiesToRope
- AttachRopeToEntity
- BreakEntityGlass
- DeleteChildRope
- DeleteRope
- DetachRopeFromEntity
- DoesRopeExist
- GetCgoffset
- GetRopeLastVertexCoord
- GetRopeLength
- GetRopeVertexCoord
- GetRopeVertexCount
- LoadRopeData
- PinRopeVertex
- RopeAreTexturesLoaded
- RopeConvertToSimple
- RopeDrawShadowEnabled
- RopeForceLength
- RopeLoadTextures
- RopeResetLength
- RopeSetUpdatePinverts
- RopeUnloadTextures
- SetCgoffset
- SetCgAtBoundcenter
- SetDamping
- SetDisableBreaking
- SetDisableFragDamage
- StartRopeUnwindingFront
- StartRopeWinding
- StopRopeUnwindingFront
- StopRopeWinding
- UnpinRopeVertex
Player
- ArePlayerFlashingStarsAboutToDrop
- ArePlayerStarsGreyedOut
- AssistedMovementCloseRoute
- AssistedMovementFlushRoute
- CanPedHearPlayer
- CanPlayerStartMission
- ChangePlayerPed
- ClearPlayerHasDamagedAtLeastOneNonAnimalPed
- ClearPlayerHasDamagedAtLeastOnePed
- ClearPlayerParachuteModelOverride
- ClearPlayerParachutePackModelOverride
- ClearPlayerParachuteVariationOverride
- ClearPlayerWantedLevel
- DisablePlayerFiring
- DisablePlayerVehicleRewards
- DisplaySystemSigninUi
- EnableSpecialAbility
- ExpandWorldLimits
- ForceCleanup
- ForceCleanupForAllThreadsWithThisName
- ForceCleanupForThreadWithThisId
- GetCauseOfMostRecentForceCleanup
- GetEntityPlayerIsFreeAimingAt
- GetMaxWantedLevel
- GetNumberOfPlayers
- GetPlayerCurrentStealthNoise
- GetPlayerGroup
- GetPlayerHasReserveParachute
- GetPlayerIndex
- GetPlayerInvincible
- GetPlayerMaxArmour
- GetPlayerName
- GetPlayerParachutePackTintIndex
- GetPlayerParachuteSmokeTrailColor
- GetPlayerParachuteTintIndex
- GetPlayerPed
- GetPlayerPedScriptIndex
- GetPlayerReserveParachuteTintIndex
- GetPlayerRgbColour
- GetPlayersLastVehicle
- GetPlayerSprintStaminaRemaining
- GetPlayerSprintTimeRemaining
- GetPlayerTargetEntity
- GetPlayerTeam
- GetPlayerUnderwaterTimeRemaining
- GetPlayerWantedCentrePosition
- GetPlayerWantedLevel
- GetTimeSinceLastArrest
- GetTimeSinceLastDeath
- GetTimeSincePlayerDroveAgainstTraffic
- GetTimeSincePlayerDroveOnPavement
- GetTimeSincePlayerHitPed
- GetTimeSincePlayerHitVehicle
- GetWantedLevelRadius
- GetWantedLevelThreshold
- GiveAchievementToPlayer
- GivePlayerRagdollControl
- HasAchievementBeenPassed
- HasForceCleanupOccurred
- HasPlayerBeenSpottedInStolenVehicle
- HasPlayerDamagedAtLeastOneNonAnimalPed
- HasPlayerDamagedAtLeastOnePed
- HasPlayerLeftTheWorld
- HasPlayerTeleportFinished
- IntToParticipantindex
- IntToPlayerindex
- IsPlayerBeingArrested
- IsPlayerCamControlDisabled
- IsPlayerClimbing
- IsPlayerControlOn
- IsPlayerDead
- IsPlayerFreeAiming
- IsPlayerFreeAimingAtEntity
- IsPlayerFreeForAmbientTask
- IsPlayerLoggingInNp
- IsPlayerOnline
- IsPlayerPlaying
- IsPlayerPressingHorn
- IsPlayerReadyForCutscene
- IsPlayerRidingTrain
- IsPlayerScriptControlOn
- IsPlayerTargettingAnything
- IsPlayerTargettingEntity
- IsPlayerTeleportActive
- IsPlayerWantedLevelGreater
- IsSpecialAbilityActive
- IsSpecialAbilityEnabled
- IsSpecialAbilityMeterFull
- IsSpecialAbilityUnlocked
- IsSystemUiBeingDisplayed
- NetworkPlayerIdToInt
- PlayerAttachVirtualBound
- PlayerDetachVirtualBound
- PlayerId
- PlayerPedId
- RemovePlayerHelmet
- ReportCrime
- ResetPlayerArrestState
- ResetPlayerInputGait
- ResetPlayerStamina
- ResetWantedLevelDifficulty
- RestorePlayerStamina
- SetAirDragMultiplierForPlayersVehicle
- SetAllRandomPedsFlee
- SetAllRandomPedsFleeThisFrame
- SetAutoGiveParachuteWhenEnterPlane
- SetDisableAmbientMeleeMove
- SetDispatchCopsForPlayer
- SetEveryoneIgnorePlayer
- SetIgnoreLowPriorityShockingEvents
- SetMaxWantedLevel
- SetPlayerCanBeHassledByGangs
- SetPlayerCanDoDriveBy
- SetPlayerCanLeaveParachuteSmokeTrail
- SetPlayerCanUseCover
- SetPlayerClothLockCounter
- SetPlayerClothPackageIndex
- SetPlayerClothPinFrames
- SetPlayerControl
- SetPlayerForcedAim
- SetPlayerForcedZoom
- SetPlayerForceSkipAimIntro
- SetPlayerHasReserveParachute
- SetPlayerHealthRechargeMultiplier
- SetPlayerInvincible
- SetPlayerLockon
- SetPlayerLockonRangeOverride
- SetPlayerMaxArmour
- SetPlayerMayNotEnterAnyVehicle
- SetPlayerMayOnlyEnterThisVehicle
- SetPlayerMeleeWeaponDamageModifier
- SetPlayerMeleeWeaponDefenseModifier
- SetPlayerModel
- SetPlayerNoiseMultiplier
- SetPlayerParachuteModelOverride
- SetPlayerParachutePackModelOverride
- SetPlayerParachutePackTintIndex
- SetPlayerParachuteSmokeTrailColor
- SetPlayerParachuteTintIndex
- SetPlayerParachuteVariationOverride
- SetPlayerResetFlagPreferRearSeats
- SetPlayerReserveParachuteTintIndex
- SetPlayerSimulateAiming
- SetPlayerSneakingNoiseMultiplier
- SetPlayerSprint
- SetPlayerStealthPerceptionModifier
- SetPlayerTargetingMode
- SetPlayerTeam
- SetPlayerVehicleDamageModifier
- SetPlayerVehicleDefenseModifier
- SetPlayerWantedCentrePosition
- SetPlayerWantedLevel
- SetPlayerWantedLevelNow
- SetPlayerWantedLevelNoDrop
- SetPlayerWeaponDamageModifier
- SetPlayerWeaponDefenseModifier
- SetPoliceIgnorePlayer
- SetPoliceRadarBlips
- SetRunSprintMultiplierForPlayer
- SetSpecialAbilityMultiplier
- SetSwimMultiplierForPlayer
- SetWantedLevelDifficulty
- SetWantedLevelMultiplier
- SimulatePlayerInputGait
- SpecialAbilityChargeAbsolute
- SpecialAbilityChargeContinuous
- SpecialAbilityChargeLarge
- SpecialAbilityChargeMedium
- SpecialAbilityChargeNormalized
- SpecialAbilityChargeSmall
- SpecialAbilityDeactivate
- SpecialAbilityDeactivateFast
- SpecialAbilityDepleteMeter
- SpecialAbilityFillMeter
- SpecialAbilityLock
- SpecialAbilityReset
- SpecialAbilityUnlock
- StartFiringAmnesty
- StartPlayerTeleport
- StopPlayerTeleport
- SwitchCrimeType
Recording
Rendering
Script
- BeginEnumeratingThreads
- DoesScriptExist
- DoesScriptWithNameHashExist
- GetEventAtIndex
- GetEventData
- GetEventExists
- GetHashOfThisScriptName
- GetIdOfNextThreadInEnumeration
- GetIdOfThisThread
- GetNameOfThread
- GetNoLoadingScreen
- GetNumberOfEvents
- GetNumberOfInstancesOfScriptWithNameHash
- GetThisScriptName
- HasScriptLoaded
- HasScriptWithNameHashLoaded
- IsThreadActive
- RequestScript
- RequestScriptWithNameHash
- SetNoLoadingScreen
- SetScriptAsNoLongerNeeded
- SetScriptWithNameHashAsNoLongerNeeded
- ShutdownLoadingScreen
- TerminateThisThread
- TerminateThread
- TriggerScriptEvent
Shapetest
- GetShapeTestResult
- GetShapeTestResultEx
- StartShapeTestBound
- StartShapeTestBoundingBox
- StartShapeTestBox
- StartShapeTestCapsule
- StartShapeTestLosProbe
- StartShapeTestRay
Socialclub
- ScEmailMessagePushGamerToRecipList
- ScGetNickname
- IsScInboxValid
- ScInboxGetEmails
- GetTotalScInboxIds
- ScInboxMessageGetDataBool
- ScInboxMessageGetDataString
- ScInboxMessageGetUgcdata
- ScStartCheckStringTask
- ScHasCheckStringTaskCompleted
Stats
- GetNgstatBoolHash
- GetNgstatIntHash
- GetPstatBoolHash
- GetPstatIntHash
- GetTupstatBoolHash
- GetTupstatIntHash
- Leaderboards2ReadByHandle
- Leaderboards2ReadByRadius
- Leaderboards2ReadByRank
- Leaderboards2ReadByRow
- Leaderboards2ReadByScoreFloat
- Leaderboards2ReadByScoreInt
- Leaderboards2ReadFriendsByRow
- Leaderboards2WriteData
- LeaderboardsCacheDataRow
- LeaderboardsClearCacheData
- LeaderboardsGetCacheDataRow
- LeaderboardsGetCacheExists
- LeaderboardsGetCacheTime
- LeaderboardsGetColumnId
- LeaderboardsGetColumnType
- LeaderboardsGetNumberOfColumns
- LeaderboardsReadClear
- LeaderboardsReadClearAll
- LeaderboardsReadPending
- LeaderboardsReadSuccessful
- PlaystatsAmbientMissionCrateCreated
- PlaystatsAwardXp
- PlaystatsCheatApplied
- PlaystatsClothChange
- PlaystatsFriendActivity
- PlaystatsMatchStarted
- PlaystatsMissionCheckpoint
- PlaystatsMissionOver
- PlaystatsMissionStarted
- PlaystatsNpcInvite
- PlaystatsPropChange
- PlaystatsRaceCheckpoint
- PlaystatsRankUp
- PlaystatsShopItem
- PlaystatsWebsiteVisited
- StatClearSlotForReload
- StatDeleteSlot
- StatGetBool
- StatGetBoolMasked
- StatGetDate
- StatGetFloat
- StatGetInt
- StatGetLicensePlate
- StatGetMaskedInt
- StatGetNumberOfDays
- StatGetNumberOfHours
- StatGetNumberOfMinutes
- StatGetNumberOfSeconds
- StatGetPos
- StatGetString
- StatGetUserId
- StatIncrement
- StatLoad
- StatLoadPending
- StatSave
- StatSavePending
- StatSavePendingOrRequested
- StatSetBool
- StatSetBoolMasked
- StatSetCurrentPosixTime
- StatSetDate
- StatSetFloat
- StatSetGxtLabel
- StatSetInt
- StatSetLicensePlate
- StatSetMaskedInt
- StatSetPos
- StatSetProfileSetting
- StatSetString
- StatSetUserId
- StatSlotIsLoaded
- PlaystatsOddjobDone
Streaming
- BeginSrl
- ClearFocus
- ClearHdArea
- DoesAnimDictExist
- EndSrl
- FormatFocusHeading
- GetIdealPlayerSwitchType
- GetNumberOfStreamingRequests
- GetPlayerShortSwitchState
- GetPlayerSwitchState
- GetPlayerSwitchType
- HasAnimDictLoaded
- HasAnimSetLoaded
- HasClipSetLoaded
- HasCollisionForModelLoaded
- HasModelLoaded
- HasNamedPtfxAssetLoaded
- HasPtfxAssetLoaded
- IsEntityFocus
- IsIplActive
- IsModelAPed
- IsModelAVehicle
- IsModelInCdimage
- IsModelValid
- IsNetworkLoadingScene
- IsNewLoadSceneActive
- IsNewLoadSceneLoaded
- IsPlayerSwitchInProgress
- IsSrlLoaded
- LoadAllObjectsNow
- LoadScene
- NetworkUpdateLoadScene
- NewLoadSceneStart
- NewLoadSceneStartSphere
- NewLoadSceneStop
- PrefetchSrl
- RemoveAnimDict
- RemoveAnimSet
- RemoveClipSet
- RemoveIpl
- RemoveNamedPtfxAsset
- RemovePtfxAsset
- RequestAdditionalCollisionAtCoord
- RequestAnimDict
- RequestAnimSet
- RequestClipSet
- RequestCollisionAtCoord
- RequestCollisionForModel
- RequestInteriorRoomByName
- RequestIpl
- RequestMenuPedModel
- RequestModel
- RequestNamedPtfxAsset
- RequestPtfxAsset
- SetDitchPoliceModels
- SetFocusArea
- SetFocusEntity
- SetGamePausesForStreaming
- SetHdArea
- SetInteriorActive
- SetModelAsNoLongerNeeded
- SetPedPopulationBudget
- SetPlayerSwitchOutro
- SetReducePedModelBudget
- SetReduceVehicleModelBudget
- SetSrlTime
- SetStreaming
- SetVehiclePopulationBudget
- ShutdownCreatorBudget
- StartPlayerSwitch
- StopPlayerSwitch
- SwitchOutPlayer
Task
- AddScriptToRandomPed
- DisableScriptBrainSet
- EnableScriptBrainSet
- IsObjectWithinBrainActivationRange
- IsWorldPointWithinBrainActivationRange
- RegisterObjectScriptBrain
- RegisterWorldPointScriptBrain
Ui
- AbortTextChat
- ActivateFrontendMenu
- AddBlipForCoord
- AddBlipForEntity
- AddBlipForPickup
- AddBlipForRadius
- AddFrontendMenuContext
- AddNextMessageToPreviousBriefs
- AddTextComponentAppTitle
- AddTextComponentFloat
- AddTextComponentFormattedInteger
- AddTextComponentInteger
- AddTextComponentScaleform
- AddTextComponentSubstringBlipName
- AddTextComponentSubstringPlayerName
- AddTextComponentSubstringTextLabel
- AddTextComponentSubstringTextLabelHashKey
- AddTextComponentSubstringTime
- AddTextComponentSubstringWebsite
- AddTrevorRandomModifier
- BeginTextCommandClearPrint
- BeginTextCommandDisplayHelp
- BeginTextCommandDisplayText
- BeginTextCommandIsMessageDisplayed
- BeginTextCommandIsThisHelpMessageBeingDisplayed
- BeginTextCommandLineCount
- BeginTextCommandObjective
- BeginTextCommandTimer
- BeginTextCommandPrint
- BeginTextCommandSetBlipName
- BeginTextCommandWidth
- CenterPlayerOnRadarThisFrame
- ClearAdditionalText
- ClearAllHelpMessages
- ClearBrief
- ClearFloatingHelp
- ClearGpsFlags
- ClearGpsPlayerWaypoint
- ClearGpsRaceTrack
- ClearHelp
- ClearNotificationsPos
- ClearPedInPauseMenu
- ClearPrints
- ClearReminderMessage
- ClearSmallPrints
- ClearThisPrint
- CreateMpGamerTag
- DisableBlipNameForVar
- DisableFrontendThisFrame
- DisableRadarThisFrame
- DisplayAmmoThisFrame
- DisplayAreaName
- DisplayCash
- DisplayHelpTextThisFrame
- DisplayHud
- DisplayRadar
- DisplaySniperScopeThisFrame
- DoesBlipExist
- DoesPedHaveAiBlip
- DoesTextBlockExist
- DoesTextLabelExist
- DrawNotification
- DrawNotification4
- DrawNotification2
- DrawNotification3
- DrawNotificationAward
- DrawNotificationApartmentInvite
- DrawNotificationClanInvite
- DrawNotificationWithIcon
- DrawNotificationWithButton
- EnableDeathbloodSeethrough
- EndTextCommandClearPrint
- EndTextCommandDisplayHelp
- EndTextCommandDisplayText
- EndTextCommandGetLineCount
- EndTextCommandGetWidth
- EndTextCommandIsMessageDisplayed
- EndTextCommandIsThisHelpMessageBeingDisplayed
- EndTextCommandObjective
- EndTextCommandPrint
- EndTextCommandSetBlipName
- EndTextCommandTimer
- FlashAbilityBar
- FlashMinimapDisplay
- FlashWantedDisplay
- GetBlipAlpha
- GetBlipColour
- GetBlipCoords
- GetBlipFromEntity
- GetBlipHudColour
- GetBlipInfoIdCoord
- GetBlipInfoIdDisplay
- GetBlipInfoIdEntityIndex
- GetBlipInfoIdIterator
- GetBlipInfoIdPickupIndex
- GetBlipInfoIdType
- GetBlipSprite
- GetCurrentFrontendMenu
- GetCurrentNotification
- GetCurrentWebsiteId
- GetDefaultScriptRendertargetRenderId
- GetFirstBlipInfoId
- GetHudColour
- GetHudComponentPosition
- GetLabelText
- GetLengthOfLiteralString
- GetLengthOfString
- GetLengthOfStringWithThisTextLabel
- GetMainPlayerBlipId
- GetNamedRendertargetRenderId
- GetNextBlipInfoId
- GetNumberOfActiveBlips
- GetPauseMenuState
- GetScreenCoordFromWorldCoord
- GetStreetNameFromHashKey
- GetTextScaleHeight
- GetTextSubstring
- GetTextSubstringSafe
- GetTextSubstringSlice
- GivePedToPauseMenu
- HasAdditionalTextLoaded
- HasMpGamerTag
- HasMpGamerTag2
- HasThisAdditionalTextLoaded
- HideHelpTextThisFrame
- HideHudAndRadarThisFrame
- HideHudComponentThisFrame
- HideLoadingOnFadeThisFrame
- HideNumberOnBlip
- HideScriptedHudComponentThisFrame
- HideSpecialAbilityLockonOperation
- IsBlipFlashing
- IsBlipOnMinimap
- IsBlipShortRange
- IsHelpMessageBeingDisplayed
- IsHelpMessageFadingOut
- IsHelpMessageOnScreen
- IsHudComponentActive
- IsHudHidden
- IsHudPreferenceSwitchedOn
- IsLoadingPromptBeingDisplayed
- IsMessageBeingDisplayed
- IsMinimapAreaRevealed
- IsMissionCreatorBlip
- IsMpGamerTagActive
- IsNamedRendertargetLinked
- IsNamedRendertargetRegistered
- IsPauseMenuActive
- IsPauseMenuRestarting
- IsRadarEnabled
- IsRadarHidden
- IsRadarPreferenceSwitchedOn
- IsScriptedHudComponentActive
- IsSocialClubActive
- IsStreamingAdditionalText
- IsSubtitlePreferenceSwitchedOn
- IsTextChatActive
- IsWarningMessageActive
- IsWaypointActive
- KeyHudColour
- LinkNamedRendertarget
- LockMinimapAngle
- LockMinimapPosition
- LogDebugInfo
- ObjectDecalToggle
- PulseBlip
- RefreshWaypoint
- RegisterNamedRendertarget
- ReleaseNamedRendertarget
- RemoveBlip
- RemoveLoadingPrompt
- RemoveMpGamerTag
- RemoveMultiplayerBankCash
- RemoveMultiplayerHudCash
- RemoveNotification
- RequestAdditionalText
- RequestAdditionalText2
- ResetHudComponentValues
- ResetReticuleValues
- RespondingAsTemp
- RestartFrontendMenu
- SetAbilityBarValue
- SetAiBlipMaxDistance
- SetBlipAlpha
- SetBlipAsFriendly
- SetBlipAsMissionCreatorBlip
- SetBlipAsShortRange
- SetBlipBright
- SetBlipCategory
- SetBlipChecked
- SetBlipColour
- SetBlipCoords
- SetBlipDisplay
- SetBlipFade
- SetBlipFlashes
- SetBlipFlashesAlternate
- SetBlipFlashInterval
- SetBlipFlashTimer
- SetBlipFriend
- SetBlipFriendly
- SetBlipHighDetail
- SetBlipNameFromTextFile
- SetBlipNameToPlayerName
- SetBlipPriority
- SetBlipRotation
- SetBlipRoute
- SetBlipRouteColour
- SetBlipScale
- SetBlipSecondaryColour
- SetBlipShrink
- SetBlipShowCone
- SetBlipSprite
- SetCursorSprite
- SetDirectorMode
- SetFrontendActive
- SetGpsFlags
- SetGpsFlashes
- SetHudColour
- SetHudColoursSwitch
- SetHudComponentPosition
- SetLoadingPromptTextEntry
- SetMapFullScreen
- SetMinimapAttitudeIndicatorLevel
- SetMinimapBlockWaypoint
- SetMinimapComponent
- SetMinimapRevealed
- SetMissionName
- SetMpGamerTagAlpha
- SetMpGamerTagChatting
- SetMpGamerTagColor
- SetMpGamerTagColour
- SetMpGamerTagHealthBarColour
- SetMpGamerTagIcons
- SetMpGamerTagName
- SetMpGamerTagVisibility
- SetMpGamerTagWantedLevel
- SetMultiplayerBankCash
- SetMultiplayerHudCash
- SetNewWaypoint
- SetNorthYanktonMap
- SetNotificationBackgroundColor
- SetNotificationColorNext
- SetNotificationFlashColor
- SetNotificationMessage
- SetNotificationMessage2
- SetNotificationMessage3
- SetNotificationMessage4
- SetNotificationMessageClanTag
- SetNotificationMessageClanTag2
- SetNotificationTextEntry
- SetPauseMenuActive
- SetPedEnemyAiBlip
- SetPlayerBlipPositionThisFrame
- SetPlayerCashChange
- SetRadarAsExteriorThisFrame
- SetRadarAsInteriorThisFrame
- SetRadarBigmapEnabled
- SetRadarZoom
- SetRadarZoomLevelThisFrame
- SetTextCentre
- SetTextChatUnk
- SetTextColour
- SetTextDropshadow
- SetTextDropShadow
- SetTextFont
- SetTextJustification
- SetTextLeading
- SetTextOutline
- SetTextRenderId
- SetTextRightJustify
- SetTextScale
- SetTextWrap
- SetTextProportional
- SetTextEdge
- SetUseridsUihidden
- SetWarningMessage
- SetWarningMessage2
- SetWarningMessage3
- SetWaypointOff
- SetWidescreenFormat
- ShowCursorThisFrame
- ShowHeadingIndicatorOnBlip
- ShowHudComponentThisFrame
- ShowLoadingPrompt
- ShowNumberOnBlip
- ShowSocialClubLegalScreen
- ShowWeaponWheel
- ToggleStealthRadar
- UnlockMinimapAngle
- UnlockMinimapPosition
Utils
- Ceil
- Cos
- Floor
- Pow
- Round
- Settimera
- Settimerb
- ShiftLeft
- ShiftRight
- Sin
- Sqrt
- StartNewScript
- StartNewScriptWithArgs
- StartNewScriptWithNameHash
- StartNewScriptWithNameHashAndArgs
- Timera
- Timerb
- Timestep
- ToFloat
- Vdist
- Vdist2
- Vmag
- Vmag2
- Wait
Vehicle
- AddVehicleStuckCheckWithWarp
- AddVehicleUpsidedownCheck
- AnyPassengersRappeling
- AreAllVehicleWindowsIntact
- AreAnyVehicleSeatsFree
- ArePropellersUndamaged
- AreVehicleWingsIntact
- AttachVehicleToCargobob
- AttachVehicleToTowTruck
- AttachVehicleToTrailer
- CanShuffleSeat
- CanVehicleParachuteBeActivated
- ClearVehicleCustomPrimaryColour
- ClearVehicleCustomSecondaryColour
- CloseBombBayDoors
- ControlLandingGear
- CreateMissionTrain
- CreatePickUpRopeForCargobob
- CreateScriptVehicleGenerator
- CreateVehicle
- DeleteAllTrains
- DeleteMissionTrain
- DeleteScriptVehicleGenerator
- DeleteVehicle
- DetachVehicleFromAnyCargobob
- DetachVehicleFromAnyTowTruck
- DetachVehicleFromCargobob
- DetachVehicleFromTowTruck
- DetachVehicleFromTrailer
- DetachVehicleWindscreen
- DisablePlaneAileron
- DisableVehicleWeapon
- DisplayDistantVehicles
- DoesCargobobHavePickUpRope
- DoesCargobobHavePickupMagnet
- DoesExtraExist
- DoesScriptVehicleGeneratorExist
- DoesVehicleExistWithDecorator
- DoesVehicleHaveDoor
- DoesVehicleHaveRoof
- DoesVehicleHaveStuckVehicleCheck
- DoesVehicleHaveWeapons
- EjectJb700Roof
- ExplodeVehicle
- ExplodeVehicleInCutscene
- FixVehicleWindow
- GetAllVehicles
- GetAreBombBayDoorsOpen
- GetBoatAnchor
- GetCargobobHookPosition
- GetClosestVehicle
- GetConvertibleRoofState
- GetCurrentPlaybackForVehicle
- GetDisplayNameFromVehicleModel
- GetEntityAttachedToTowTruck
- GetEntryPositionOfDoor
- GetHasLowerableWheels
- GetHeliEngineHealth
- GetHeliMainRotorHealth
- GetHeliTailRotorHealth
- GetIsLeftVehicleHeadlightDamaged
- GetIsRightVehicleHeadlightDamaged
- GetIsVehicleEngineRunning
- GetIsVehiclePrimaryColourCustom
- GetIsVehicleSecondaryColourCustom
- GetLandingGearState
- GetLastDrivenVehicle
- GetLastPedInVehicleSeat
- GetLiveryName
- GetModSlotName
- GetModTextLabel
- GetNumModColors
- GetNumModKits
- GetNumVehicleMods
- GetNumVehicleWindowTints
- GetNumberOfVehicleColours
- GetNumberOfVehicleDoors
- GetNumberOfVehicleNumberPlates
- GetPedInVehicleSeat
- GetPedUsingVehicleDoor
- GetPositionInRecording
- GetPositionOfVehicleRecordingAtTime
- GetRandomVehicleBackBumperInSphere
- GetRandomVehicleFrontBumperInSphere
- GetRandomVehicleInSphere
- GetRandomVehicleModelInMemory
- GetRotationOfVehicleRecordingAtTime
- GetTimePositionInRecording
- GetTotalDurationOfVehicleRecording
- GetTotalDurationOfVehicleRecordingId
- GetTrainCarriage
- GetVehicleAcceleration
- GetVehicleAttachedToCargobob
- GetVehicleAttachedToEntity
- GetVehicleBodyHealth
- GetVehicleBodyHealth2
- GetVehicleCauseOfDestruction
- GetVehicleClass
- GetVehicleClassFromName
- GetVehicleClassMaxAcceleration
- GetVehicleClassMaxAgility
- GetVehicleClassMaxBraking
- GetVehicleClassMaxTraction
- GetVehicleColor
- GetVehicleColourCombination
- GetVehicleColours
- GetVehicleCountermeasures
- GetVehicleCustomPrimaryColour
- GetVehicleCustomSecondaryColour
- GetVehicleDashboardColour
- GetVehicleDeformationAtPos
- GetVehicleDirtLevel
- GetVehicleDoorAngleRatio
- GetVehicleDoorLockStatus
- GetVehicleDoorsLockedForPlayer
- GetVehicleEngineHealth
- GetVehicleEnveffScale
- GetVehicleExtraColours
- GetVehicleHoverModePercentage
- GetVehicleInteriorColour
- GetVehicleLayoutHash
- GetVehicleLightsState
- GetVehicleLivery
- GetVehicleLiveryCount
- GetVehicleMaxBraking
- GetVehicleMaxNumberOfPassengers
- GetVehicleMaxTraction
- GetVehicleMod
- GetVehicleModColor1
- GetVehicleModColor1Name
- GetVehicleModColor2
- GetVehicleModColor2Name
- GetVehicleModData
- GetVehicleModKit
- GetVehicleModKitType
- GetVehicleModModifierValue
- GetVehicleModVariation
- GetVehicleModelAcceleration
- GetVehicleModelMaxBraking
- GetVehicleModelMaxSpeed
- GetVehicleModelMaxTraction
- GetVehicleModelNumberOfSeats
- GetVehicleNeonLightsColour
- GetVehicleNumberOfPassengers
- GetVehicleNumberPlateText
- GetVehicleNumberPlateTextIndex
- GetVehicleOwner
- GetVehiclePetrolTankHealth
- GetVehiclePlateType
- GetVehicleRecordingId
- GetVehicleSuspensionHeight
- GetVehicleTrailerVehicle
- GetVehicleTyreSmokeColor
- GetVehicleTyresCanBurst
- GetVehicleWheelType
- GetVehicleWindowTint
- HasPreloadModsFinished
- HasVehicleAssetLoaded
- HasVehicleJumpingAbility
- HasVehicleParachute
- HasVehicleRecordingBeenLoaded
- HasVehicleRocketBoost
- IsAnyVehicleNearPoint
- IsBigVehicle
- IsCopVehicleInArea3d
- IsHeliPartBroken
- IsPlaybackGoingOnForVehicle
- IsPlaybackUsingAiGoingOnForVehicle
- IsTaxiLightOn
- IsThisModelABicycle
- IsThisModelABike
- IsThisModelABoat
- IsThisModelACar
- IsThisModelAHeli
- IsThisModelAPlane
- IsThisModelAQuadbike
- IsThisModelATrain
- IsThisModelAnAmphibiousCar
- IsThisModelAnEmergencyBoat
- IsToggleModOn
- IsVehicleAConvertible
- IsVehicleAlarmActivated
- IsVehicleAttachedToCargobob
- IsVehicleAttachedToTowTruck
- IsVehicleAttachedToTrailer
- IsVehicleBumperBrokenOff
- IsVehicleDamaged
- IsVehicleDoorDamaged
- IsVehicleDoorFullyOpen
- IsVehicleDriveable
- IsVehicleExtraTurnedOn
- IsVehicleHighDetail
- IsVehicleInBurnout
- IsVehicleInGarageArea
- IsVehicleModLoadDone
- IsVehicleModel
- IsVehicleNearEntity
- IsVehicleNeonLightEnabled
- IsVehicleOnAllWheels
- IsVehicleRocketBoostActive
- IsVehicleSearchlightOn
- IsVehicleSeatFree
- IsVehicleShopResprayAllowed
- IsVehicleSirenOn
- IsVehicleSirenSoundOn
- IsVehicleStolen
- IsVehicleStopped
- IsVehicleStoppedAtTrafficLights
- IsVehicleStuckOnRoof
- IsVehicleStuckTimerUp
- IsVehicleTyreBurst
- IsVehicleVisible
- IsVehicleWindowIntact
- JitterVehicle
- LowerConvertibleRoof
- OpenBombBayDoors
- PausePlaybackRecordedVehicle
- PreloadVehicleMod
- RaiseConvertibleRoof
- RaiseLowerableWheels
- ReleasePreloadMods
- RemovePickUpRopeForCargobob
- RemoveVehicleAsset
- RemoveVehicleHighDetailModel
- RemoveVehicleMod
- RemoveVehicleRecording
- RemoveVehicleStuckCheck
- RemoveVehicleUpsidedownCheck
- RemoveVehicleWindow
- RemoveVehiclesFromGeneratorsInArea
- RequestVehicleAsset
- RequestVehicleHighDetailModel
- RequestVehicleRecording
- ResetVehicleStuckTimer
- ResetVehicleWheels
- RollDownWindow
- RollDownWindows
- RollUpWindow
- SetAllLowPriorityVehicleGeneratorsActive
- SetAllVehicleGeneratorsActive
- SetAllVehicleGeneratorsActiveInArea
- SetBikeLeanAngle
- SetBoatAnchor
- SetCanResprayVehicle
- SetCarHighSpeedBumpSeverityMultiplier
- SetCargobobHookPosition
- SetCargobobPickupMagnetActive
- SetCargobobPickupMagnetStrength
- SetConvertibleRoof
- SetDisableVehiclePetrolTankDamage
- SetDisableVehiclePetrolTankFires
- SetFarDrawVehicles
- SetForceHdVehicle
- SetGarbageTrucks
- SetHeliBladesFullSpeed
- SetHeliBladesSpeed
- SetHelicopterRollPitchYawMult
- SetLastDrivenVehicle
- SetMissionTrainAsNoLongerNeeded
- SetMissionTrainCoords
- SetNumberOfParkedVehicles
- SetParkedVehicleDensityMultiplierThisFrame
- SetPedTargettableVehicleDestroy
- SetPlaneMinHeightAboveGround
- SetPlaybackSpeed
- SetPlaybackToUseAi
- SetPlaybackToUseAiTryToRevertBackLater
- SetPlayersLastVehicle
- SetRampVehicleReceivesRampDamage
- SetRandomBoats
- SetRandomTrains
- SetRandomVehicleDensityMultiplierThisFrame
- SetRenderTrainAsDerailed
- SetScriptVehicleGenerator
- SetSomeVehicleDensityMultiplierThisFrame
- SetTaxiLights
- SetTowTruckCraneHeight
- SetTrainCruiseSpeed
- SetTrainSpeed
- SetVehicleAlarm
- SetVehicleAllowNoPassengersLockon
- SetVehicleAutomaticallyAttaches
- SetVehicleBodyHealth
- SetVehicleBombs
- SetVehicleBombs
- SetVehicleBrakeLights
- SetVehicleBurnout
- SetVehicleCanBeTargetted
- SetVehicleCanBeUsedByFleeingPeds
- SetVehicleCanBeVisiblyDamaged
- SetVehicleCanBreak
- SetVehicleCeilingHeight
- SetVehicleColourCombination
- SetVehicleColours
- SetVehicleCountermeasures
- SetVehicleCreatesMoneyPickupsWhenExploded
- SetVehicleCustomPrimaryColour
- SetVehicleCustomSecondaryColour
- SetVehicleDamage
- SetVehicleDashboardColour
- SetVehicleDeformationFixed
- SetVehicleDensityMultiplierThisFrame
- SetVehicleDirtLevel
- SetVehicleDoorBroken
- SetVehicleDoorCanBreak
- SetVehicleDoorControl
- SetVehicleDoorLatched
- SetVehicleDoorOpen
- SetVehicleDoorShut
- SetVehicleDoorsLocked
- SetVehicleDoorsLockedForAllPlayers
- SetVehicleDoorsLockedForPlayer
- SetVehicleDoorsLockedForTeam
- SetVehicleDoorsShut
- SetVehicleEngineCanDegrade
- SetVehicleEngineHealth
- SetVehicleEngineOn
- SetVehicleEnginePowerMultiplier
- SetVehicleEngineTorqueMultiplier
- SetVehicleEnveffScale
- SetVehicleExclusiveDriver
- SetVehicleExclusiveDriver2
- SetVehicleExplodesOnHighExplosionDamage
- SetVehicleExtra
- SetVehicleExtraColours
- SetVehicleFixed
- SetVehicleForwardSpeed
- SetVehicleFrictionOverride
- SetVehicleFullbeam
- SetVehicleGravity
- SetVehicleHalt
- SetVehicleHandbrake
- SetVehicleHasBeenOwnedByPlayer
- SetVehicleHasStrongAxles
- SetVehicleHudSpecialAbilityBarActive
- SetVehicleIndicatorLights
- SetVehicleInteriorColour
- SetVehicleInteriorlight
- SetVehicleIsConsideredByPlayer
- SetVehicleIsStolen
- SetVehicleIsWanted
- SetVehicleJetEngineOn
- SetVehicleLightMultiplier
- SetVehicleLights
- SetVehicleLightsMode
- SetVehicleLivery
- SetVehicleLodMultiplier
- SetVehicleMod
- SetVehicleModColor1
- SetVehicleModColor2
- SetVehicleModKit
- SetVehicleModelIsSuppressed
- SetVehicleNameDebug
- SetVehicleNeedsToBeHotwired
- SetVehicleNeonLightEnabled
- SetVehicleNeonLightsColour
- SetVehicleNumberPlateText
- SetVehicleNumberPlateTextIndex
- SetVehicleOnGroundProperly
- SetVehicleOutOfControl
- SetVehicleParachuteActive
- SetVehiclePetrolTankHealth
- SetVehicleProvidesCover
- SetVehicleReduceGrip
- SetVehicleRocketBoostActive
- SetVehicleRocketBoostPercentage
- SetVehicleRocketBoostRefillTime
- SetVehicleRudderBroken
- SetVehicleSearchlight
- SetVehicleShootAtTarget
- SetVehicleSilent
- SetVehicleSiren
- SetVehicleSirenSound
- SetVehicleSteerBias
- SetVehicleStrong
- SetVehicleTimedExplosion
- SetVehicleTyreBurst
- SetVehicleTyreFixed
- SetVehicleTyreSmokeColor
- SetVehicleTyresCanBurst
- SetVehicleUndriveable
- SetVehicleWheelType
- SetVehicleWheelsCanBreak
- SetVehicleWheelsCanBreakOffWhenBlowUp
- SetVehicleWindowTint
- SkipTimeInPlaybackRecordedVehicle
- SkipToEndAndStopPlaybackRecordedVehicle
- SmashVehicleWindow
- StartPlaybackRecordedVehicle
- StartPlaybackRecordedVehicleUsingAi
- StartPlaybackRecordedVehicleWithFlags
- StartVehicleAlarm
- StartVehicleHorn
- StopAllGarageActivity
- StopPlaybackRecordedVehicle
- SwitchTrainTrack
- ToggleVehicleMod
- TrackVehicleVisibility
- UnpausePlaybackRecordedVehicle
- VehicleHasLandingGear
- VehicleSetCustomParachuteModel
- VehicleSetCustomParachuteTexture
Water
- GetWaterHeight
- GetWaterHeightNoWaves
- GetWavesIntensity
- ModifyWater
- ResetWavesIntensity
- SetWavesIntensity
- TestProbeAgainstAllWater
- TestProbeAgainstWater
- TestVerticalProbeAgainstAllWater
Weapon
- AddAmmoToPed
- CanUseWeaponOnParachute
- ClearEntityLastWeaponDamage
- ClearPedLastWeaponDamage
- CreateWeaponObject
- DoesWeaponTakeWeaponComponent
- EnableLaserSightRendering
- ExplodeProjectiles
- GetAmmoInClip
- GetAmmoInPedWeapon
- GetBestPedWeapon
- GetCurrentPedVehicleWeapon
- GetCurrentPedWeapon
- GetCurrentPedWeaponEntityIndex
- GetIsPedGadgetEquipped
- GetLockonRangeOfCurrentPedWeapon
- GetMaxAmmo
- GetMaxAmmoInClip
- GetMaxRangeOfCurrentPedWeapon
- GetPedAmmoByType
- GetPedAmmoTypeFromWeapon
- GetPedAmmoTypeFromWeapon2
- GetPedLastWeaponImpactCoord
- GetPedWeaponTintIndex
- GetPedWeapontypeInSlot
- GetSelectedPedWeapon
- GetWeaponClipSize
- GetWeaponComponentHudStats
- GetWeaponComponentTypeModel
- GetWeaponDamageType
- GetWeaponHudStats
- GetWeaponObjectFromPed
- GetWeaponObjectTintIndex
- GetWeaponTintCount
- GetWeapontypeGroup
- GetWeapontypeModel
- GetWeapontypeSlot
- GiveDelayedWeaponToPed
- GiveWeaponComponentToPed
- GiveWeaponComponentToWeaponObject
- GiveWeaponObjectToPed
- GiveWeaponToPed
- HasEntityBeenDamagedByWeapon
- HasPedBeenDamagedByWeapon
- HasPedGotWeapon
- HasPedGotWeaponComponent
- HasVehicleGotProjectileAttached
- HasWeaponAssetLoaded
- HasWeaponGotWeaponComponent
- HidePedWeaponForScriptedCutscene
- IsFlashLightOn
- IsPedArmed
- IsPedCurrentWeaponSilenced
- IsPedWeaponComponentActive
- IsPedWeaponReadyToShoot
- IsWeaponValid
- MakePedReload
- PedSkipNextReloading
- RemoveAllPedWeapons
- RemoveAllProjectilesOfType
- RemoveWeaponAsset
- RemoveWeaponComponentFromPed
- RemoveWeaponComponentFromWeaponObject
- RemoveWeaponFromPed
- RequestWeaponAsset
- RequestWeaponHighDetailModel
- SetAmmoInClip
- SetCurrentPedVehicleWeapon
- SetCurrentPedWeapon
- SetFlashLightFadeDistance
- SetPedAmmo
- SetPedAmmoByType
- SetPedAmmoToDrop
- SetPedChanceOfFiringBlanks
- SetPedCurrentWeaponVisible
- SetPedDropsInventoryWeapon
- SetPedDropsWeapon
- SetPedDropsWeaponsWhenDead
- SetPedGadget
- SetPedInfiniteAmmo
- SetPedInfiniteAmmoClip
- SetPedWeaponTintIndex
- SetWeaponAnimationOverride
- SetWeaponObjectTintIndex
Zone
- ClearPopscheduleOverrideVehicleModel
- GetHashOfMapAreaAtCoords
- GetNameOfZone
- GetZoneAtCoords
- GetZoneFromNameId
- GetZonePopschedule
- GetZoneScumminess
- OverridePopscheduleVehicleModel
- SetZoneEnabled
Nametags
NUI
Sprite
UIMenuCheckboxItem
UIMenuDynamicListItem
UIMenuItem
UIMenuListItem
MenuPool
UIMenu
- OnListChange
- OnItemSelect
- OnMenuChange
- #ctor
- #ctor
- GetScreenResolutionMaintainRatio
- IsMouseInBounds
- SetMenuWidthOffset
- SetBannerType
- SetBannerType
- RemoveItemAt
- Clear
- GoUp
- GoDown
- GoRight
- GoBack
- ReleaseMenuFromItem
- SetKey
- ResetKey
- HasControlJustBeenReleaseed
- IsMouseInListItemArrows
- Draw
- ProcessControl
- UpdateScaleform
- CurrentSelection
- Size
- Subtitle
- ParentMenu
- WidthOffset
Ui
HtmlWindow
- Active
- ExecuteJs
- Destroy
- MarkAsChat
- ExecuteCachedJs
- Call
- Url
- MarkAsChat
- Reload
- MouseInputEnabled
- InputEnabled
- HeadlessTextureDict
- HeadlessTextureName
- HeadlessTextureHeightScale
- SendMouseClickEvent
- SendMouseMoveEvent
- GpuRenderingEnabled