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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 23:06, 16 April 2020 Jan talk contribs created page UISimpleMenu:AddButton (Created page with "Adds a Button to a UISimpleMenu. == Syntax == <syntaxhighlight lang="lua"> menu:AddButton(text) menu:AddButton(text, hint[, callback]) menu:AddButton(text[, callback]) </...")
  • 22:45, 16 April 2020 Jan talk contribs created page UISimpleMenu:Toggle (Created page with "Toggles a UISimpleMenu. == Syntax == == Key Binds == This function should be used for Key Binds, because it saves the menu's state. If you...")
  • 22:37, 16 April 2020 Jan talk contribs created page UISimpleMenu:IsActive (Created page with "Returns whether a UISimpleMenu is active/visible or not. == Syntax == <syntaxhighlight lang="lua"> menu:IsActivate() </syntaxhighlight> == Related Pages == * UISimpleM...")
  • 22:36, 16 April 2020 Jan talk contribs created page UISimpleMenu:Deactivate (Created page with "Deactivates a UISimpleMenu. If the menu is not visible, no action will be taken. You can use UISimpleMenu:IsActive to check if a menu is visible. == Syntax == <synta...")
  • 22:36, 16 April 2020 Jan talk contribs created page UISimpleMenu:Activate (Created page with "Activates and shows a UISimpleMenu. If the menu is already visible, no action will be taken. You can use UISimpleMenu:IsActive to check if a menu is visible. == Synt...")
  • 22:26, 16 April 2020 Jan talk contribs created page UISimpleMenu:GetTitle (Created page with "Retrieves the title of a UISimpleMenu. == Syntax == <syntaxhighlight lang="lua"> menu:GetTitle() </syntaxhighlight> * '''Returns: title''' (string) == Related Pages == *...")
  • 22:26, 16 April 2020 Jan talk contribs created page UISimpleMenu:SetTitle (Created page with "Sets the title of a UISimpleMenu. == Syntax == <syntaxhighlight lang="lua"> menu:SetTitle(text) </syntaxhighlight> * '''title''' (string) Title to set == Related Pages =...")
  • 22:23, 16 April 2020 Jan talk contribs created page UISimpleMenu (Redirected page to UI.SimpleMenu) Tag: New redirect
  • 22:22, 16 April 2020 Jan talk contribs created page UI.SimpleMenu (Created page with "thumb|SimpleMenu from [[WD2 ScriptHook: Trainer|Trainer]] Creates a ''SimpleMenu'', an ingame menu which can be controlled by the arrow keys &...")
  • 22:12, 16 April 2020 Jan talk contribs created page WD2 ScriptHook: UI (Created page with "ScriptHook aims to implement menu & UI functionality into the game. Menus and UI can be created and modified using Lua. Currently, this functionality is ver...")
  • 22:09, 16 April 2020 Jan talk contribs uploaded File:SimpleMenu trainer.png
  • 22:09, 16 April 2020 Jan talk contribs created page File:SimpleMenu trainer.png
  • 22:04, 16 April 2020 Jan talk contribs created page Category:WD2 ScriptHook UI (Created blank page)
  • 20: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...")
  • 19: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...")
  • 19: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...")
  • 19: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...")
  • 19: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''' (...")
  • 19: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...")
  • 19: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...")
  • 19: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...")
  • 19: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> * ''...")
  • 19:30, 16 April 2020 Wasdennnoch talk contribs created page StartEntityHighlight (Created page with "Outlines an entity with a chosen color. If that entity is a player and the player enters a vehicle the vehicle is highlighted instead. Outlines can be seen through obstaces in...")
  • 19: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...")
  • 19:25, 16 April 2020 Wasdennnoch talk contribs created page File:StartEntityHighlight-Colors.png
  • 19:25, 16 April 2020 Wasdennnoch talk contribs uploaded File:StartEntityHighlight-Colors.png
  • 19: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...")
  • 19: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...")
  • 19: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> * ''...")
  • 18:59, 16 April 2020 Wasdennnoch talk contribs created page StopEntityHighlight (Created page with "Stops an entity from being highlighted with an outline that was previously highlighted using StartEntityHighlight. == Syntax == <syntaxhighlight lang="lua"> StopEntityHig...")
  • 18: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...")
  • 18: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...")
  • 18: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...")
  • 18: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>...")
  • 18: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...")
  • 17: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...")
  • 14: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...")
  • 13: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...")
  • 13: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....")
  • 16:47, 15 April 2020 Jan talk contribs created page CSequenceManager GetInstance (Created page with "{{WD2SH:GameClass_GetInstance|name=CSequenceManager}}")
  • 16:40, 15 April 2020 Jan talk contribs created page Contributing (Created page with "This wiki is still in the early stages, there is still a lot of potential and functions to be documented. If you have information about a Lua function, File formats, or any ot...")
  • 16: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....")
  • 16:34, 15 April 2020 Jan talk contribs created page Template:Lua NewVersionDocumented (Created page with "= Newer Version = This Lua function seems to be '''outdated''': <pre> {{{name}}} </pre> Please have a look at '''{{{new_name}}}''' instead.")
  • 16:34, 15 April 2020 Jan talk contribs created page CAIAgentManager:GetAIAgentsOfGroupFromLUA (Created page with "= Newer Version = This Lua function seems to be '''outdated''': <pre> {{{name}}} </pre> Please have a look at '''{{{new_name}}}''' instead.")
  • 16:31, 15 April 2020 SpeckBomber talk contribs created page CDominoBoxResource (Created page with "<noinclude>Use CDominoBoxResource_GetInstance to get an instance of '''CDominoBoxResource'''. === Methods ===</noinclude> * CDominoBoxResource:LoadResource * CDomin...")
  • 16:31, 15 April 2020 Jan talk contribs created page Template:ContributeText (Created page with "This wiki is still in the early stages, there is still a lot of potential and functions to be documented. If you have information about a Lua function, File formats, or any ot...")
  • 16:30, 15 April 2020 SpeckBomber talk contribs created page CSequenceManager (Created page with "<noinclude>Use CSequenceManager_GetInstance to get an instance of '''CSequenceManager'''. === Methods ===</noinclude> * CSequenceManager:AddDominoEntity * CSequence...")
  • 16:25, 15 April 2020 SpeckBomber talk contribs created page CProximityManager GetInstance (Created page with "{{WD2SH:GameClass_GetInstance|name=CProximityManager}}")
  • 16:25, 15 April 2020 SpeckBomber talk contribs created page CProximityManager (Created page with "<noinclude>Use CProximityManager_GetInstance to get an instance of '''CProximityManager'''. === Methods ===</noinclude> * CProximityManager:AddLuaProximityEntry * C...")
  • 16:23, 15 April 2020 SpeckBomber talk contribs created page CMusicManager GetInstance (Created page with "{{WD2SH:GameClass_GetInstance|name=CMusicManager}}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)