All public logs

From Nomad DB

Combined display of all available logs of Nomad DB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:43, 17 May 2021 Cobra talk contribs created page EquipWolfskinItemOnEntity (Created page with "Equips the specified wolfskin item on the specified entity. == Syntax == <syntaxhighlight lang="lua"> EquipWolfskinItemOnEntity(wolfskinItemMale, wolfskinItemFemale, entity,...")
  • 13:33, 18 April 2020 Cobra talk contribs created page GetLocalCameraId (Created page with "Retrieves the ID of the local player's camera entity. == Syntax == <syntaxhighlight lang="lua"> GetLocalCameraId(playerEntityId) </syntaxhighlight> * '''Returns...")
  • 19:09, 16 April 2020 Cobra talk contribs created page SetPhysicsEnabled (Created page with "Enables or disables an entity's physics (for entities that have any type of physics component). == Syntax == <syntaxhighlight lang="lua"> SetPhysicsEnabled(targetEntityId, en...")
  • 18:58, 16 April 2020 Cobra talk contribs created page GetPlayerIdFromPawnId (Created page with "Retrieves the player ID from the specified entity ID. == Syntax == <syntaxhighlight lang="lua"> GetPlayerIdFromPawnId(playerEntityId) </syntaxhighli...")
  • 18:54, 16 April 2020 Cobra talk contribs created page GetReticleHitLocation (Created page with "Retrieves the position of the reticle in world space. This only works when the reticle is on the screen. == Syntax == <pre> GetReticleHitLocation() </pre> * '''Returns''' (ta...")
  • 18:53, 16 April 2020 Cobra talk contribs created page GetReticleHitEntity (Created page with "Retrieves the entity that is being aimed at. This only works when the reticle is on the screen. == Syntax == <pre> GetReticleHitEntity() </pre> * '''Returns''' (string): En...")
  • 18:45, 16 April 2020 Cobra talk contribs created page CalculateDistanceViaRoad (Created page with "Retrieves the road distance between two entities in 3D world space. == Syntax == <pre> CalculateDistanceViaRoad(entityA, entityB, maxDistanceToRoad) </pre> * '''entityA''' (...")
  • 18:42, 16 April 2020 Cobra talk contribs created page GetDistance2D (Created page with "Retrieves the distance between two entities in 2D world space. == Syntax == <pre> GetDistance2D(entityA, entityB) </pre> * '''entityA''' (string): ID of the fir...")
  • 18:41, 16 April 2020 Cobra talk contribs created page GetDistance3D (Created page with "Retrieves the distance between two entities in 3D world space. == Syntax == <pre> GetDistance3D(entityA, entityB) </pre> * '''entityA''' (string): ID of the fir...")
  • 18:34, 16 April 2020 Cobra talk contribs created page SetDoorLockState (Created page with "Locks or unlocks the specified door entity (entities that have a ''CDoorComponent''). == Syntax == <syntaxhighlight lang="lua"> SetDoorLockState(doorEntityId, lockState) </sy...")
  • 18:31, 16 April 2020 Cobra talk contribs created page CloseDoor (Created page with "Closes the specified door entity (entities that have a ''CDoorComponent''). == Syntax == <syntaxhighlight lang="lua"> CloseDoor(doorEntityId, instant) </syntaxhighlight> * ''...")
  • 18:28, 16 April 2020 Cobra talk contribs created page OpenDoor (Created page with "Opens the specified door entity (entities that have a ''CDoorComponent''). == Syntax == <syntaxhighlight lang="lua"> OpenDoor(doorEntityId, instant, openToMaxAngle) </syntaxh...")
  • 18:19, 16 April 2020 Cobra talk contribs created page ForceVehicleStop (Created page with "Forces a player's vehicle to brake instantaneously. == Syntax == <syntaxhighlight lang="lua"> ForceVehicleStop(playerEntityId, brakeMode) </syntaxhighlight> * '''playerEntity...")
  • 18:06, 16 April 2020 Cobra talk contribs created page ForceUserOutOfRC (Created page with "Forces a player to exit the currently connected remote control entity like drones or forklifts. == Syntax == <syntaxhighlight lang="lua"> ForceUserOutOfRC(userEnti...")
  • 18:03, 16 April 2020 Cobra talk contribs created page ForceUserOutOfCamera (Created page with "Forces a player to exit any currently connected camera entity. == Syntax == <syntaxhighlight lang="lua"> ForceUserOutOfCamera(userEntityId) </syntaxhighlight> * ''...")
  • 17:52, 16 April 2020 Cobra talk contribs created page PopEnvironmentWeatherOverride (Created page with "Stops the specified weather preset within the specified fade duration. == Syntax == <syntaxhighlight lang="lua"> PopEnvironmentWeatherOverride(weatherPreset, fadeOut) </synta...")
  • 17:50, 16 April 2020 Cobra talk contribs created page PushEnvironmentWeatherOverride (Created page with "Starts the specified weather preset within the specified fade duration. == Syntax == <syntaxhighlight lang="lua"> PushEnvironmentWeatherOverride(weatherPreset, fadeIn) </synt...")
  • 17:31, 16 April 2020 Cobra talk contribs created page ShowCameraClippedEntity (Created page with "Unhides a previously hidden entity and any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> ShowCameraClippedEntity(entityId) </syntaxhi...")
  • 17:30, 16 April 2020 Cobra talk contribs created page HideCameraClippedEntity (Created page with "Hides the specified entity and any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> HideCameraClippedEntity(entityId) </syntaxhighlight>...")
  • 17:24, 16 April 2020 Cobra talk contribs created page ShowEntity (Created page with "Unhides a previously hidden entity. This does not affect any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> ShowEntity(entityId) </syn...")
  • 16:44, 16 April 2020 Cobra talk contribs created page HideEntity (Created page with "Hides the specified entity. This does not affect any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> HideEntity(entityId) </syntaxhighl...")
  • 13:00, 16 April 2020 Cobra talk contribs created page FelonyStartChaseObj (Created page with "Starts a chase of the specified faction on the specified pawn using custom chase parameters. == Syntax == <syntaxhighlight lang="lua"> FelonyStartCha...")
  • 12:47, 16 April 2020 Cobra talk contribs created page FelonyStartChase (Created page with "Starts a systemic chase of the specified faction on the specified pawn == Syntax == <syntaxhighlight lang="lua"> FelonyStartChase(targetEntityId, felonyType, felonyL...")
  • 12:18, 16 April 2020 Cobra talk contribs created page RemoveEntity (Created page with "Removes the specified entity. == Syntax == <syntaxhighlight lang="lua"> RemoveEntity(entity) </syntaxhighlight> * '''entity'' (string): ID of entity to remove....")
  • 15:36, 15 April 2020 Cobra talk contribs created page Affiliation (Created page with "Pawns can be ''affiliated'' to one of the game's factions. The effects of this can include a civilian being able to enter affiliated restricted zones and more....")
  • 15:17, 15 April 2020 Cobra talk contribs created page CAIAgentManager:GetAIAgentsOfGroupFromLUA v2 (Created page with "Retrieves the entity IDs of AI agents from the specified agent type. == Syntax == <syntaxhighlight lang="lua"> CAIAgentManager_GetInstance():GetAIAgentsOfGroupFromLUA_v2(agen...")
  • 18:33, 14 April 2020 Cobra talk contribs created page SpawnEntityFromArchetype (Created page with "Spawns an entity of the specified archetype at the specified position. == Syntax == <syntaxhighlight lang="lua"> SpawnEntityFromArchetype(archetype, xPos, yPos, zPos, xRot, y...")
  • 18:17, 14 April 2020 Cobra talk contribs created page GetPlayerNameDebug (Created page with "Retrieves the user name of the specified player. == Syntax == <syntaxhighlight lang="lua"> GetPlayerNameDebug(playerId) </syntaxhighlight> * '''playerId''' (number): Player...")
  • 17:55, 14 April 2020 Cobra talk contribs created page GetEntityName (Created page with "This function returns the name of the specified entity. == Syntax == <pre> GetEntityName(entityId) </pre> * '''entityId''': ID of the target entity. * '''Returns''': Name of...")
  • 17:46, 14 April 2020 Cobra talk contribs created page World Loading Unit (Created page with "'''World Loading Units''' (WLUs) are layers containing entities. They can be loaded and unloaded on demand as long as the specific WLU is currently not loaded yet....")
  • 17:19, 14 April 2020 Cobra talk contribs created page Pawn (Created page with "Humanoid entities like players, NPCs and civilians are referred to as Pawns (with some exceptions). == Related Pages == * Entity * EntityId Category:WD2...")