All public logs
From Onset Developer Wiki
Combined display of all available logs of Onset Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:55, 8 October 2019 BlueMountains talk contribs created page GetDoorModel (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets the model of a door. It's the same number that was passed to CreateDoor.}} {{FuncSyntax|GetDoorModel(door)}} {{FuncP...")
- 09:53, 8 October 2019 BlueMountains talk contribs created page GetAllDoors (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Get all doors as a table. Useful for loops.}} {{FuncSyntax|GetAllDoors()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnVa...")
- 09:52, 8 October 2019 BlueMountains talk contribs created page GetDoorCount (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Returns the number of doors.}} {{FuncSyntax|GetDoorCount()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|R...")
- 09:47, 8 October 2019 BlueMountains talk contribs created page IsValidDoor (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Checks whether a given door identifier is a valid door.}} {{FuncSyntax|IsValidDoor(door)}} {{FuncParameters}} {{Func...")
- 09:46, 8 October 2019 BlueMountains talk contribs created page DestroyDoor (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Destroys a door that was earlier created by CreateDoor.}} {{FuncSyntax|DestroyDoor(door)}} {{FuncParameters}} {{FuncParam...")
- 09:24, 8 October 2019 BlueMountains talk contribs created page OnPlayerStartExitVehicle (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when a player presses the key to start exiting a vehicle. You can return '''false''' in this event to stop the player from...")
- 09:24, 8 October 2019 BlueMountains talk contribs created page OnPlayerStartEnterVehicle (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when a player presses the key to start entering a vehicle. You can return '''false''' in this event to stop the player from...")
- 09:19, 8 October 2019 BlueMountains talk contribs created page GetVehicleLicensePlate (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleLicensePlate(vehicle)}} {{FuncParameters}} {{FuncParam|vehicle|The vehicle iden...")
- 09:14, 8 October 2019 BlueMountains talk contribs created page IsCmdPressed (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|IsCmdPressed()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example =...")
- 09:14, 8 October 2019 BlueMountains talk contribs created page IsAltPressed (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|IsAltPressed()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example =...")
- 09:03, 8 October 2019 BlueMountains talk contribs created page CreateFireworks (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateFireworks(modelid, x, y, z, rx, ry, rz)}} <div class="noprint" style="float:right;"> File:f...")
- 08:59, 8 October 2019 BlueMountains talk contribs created page File:fireworks.png
- 08:59, 8 October 2019 BlueMountains talk contribs uploaded File:fireworks.png
- 17:18, 7 October 2019 BlueMountains talk contribs created page Doors (Created page with "To be created with CreateDoor. {| class="wikitable" style="text-align: center;" !colspan="6"|Object List |- |1 |https://dev.playonset.com/images/doors-static/1.JPG |- |2...")
- 17:06, 7 October 2019 BlueMountains talk contribs created page CreateDoor (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Creates stateful doors which can be interacted with by players by pressing 'E'. Some of them are physics doors meaning they are...")
- 14:31, 6 October 2019 BlueMountains talk contribs deleted page GetVehicleInteriorColor (content was: "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleInteriorColor(vehicle)}} {{Fu...", and the only contributor was "BlueMountains" (talk))
- 08:50, 30 September 2019 BlueMountains talk contribs created page AttachType (Created page with "To be used by one of the attach functions. {| class="wikitable" style="text-align: left;" !colspan="6"|Attach Type |- |Identifier |Enum Definition |- |0 |ATTACH_NONE |- |1 |A...")
- 22:42, 29 September 2019 BlueMountains talk contribs deleted page CancelPlayerWeaponShot (content was: "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CancelPlayerWeaponShot()}} {{FuncParame...", and the only contributor was "BlueMountains" (talk))
- 22:42, 29 September 2019 BlueMountains talk contribs deleted page CancelConnectionRequest (content was: "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CancelConnectionRequest()}} {{FuncParam...", and the only contributor was "BlueMountains" (talk))
- 22:42, 29 September 2019 BlueMountains talk contribs deleted page CancelChatCommand (content was: "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CancelChatCommand()}} {{FuncParameters}...", and the only contributor was "BlueMountains" (talk))
- 22:40, 29 September 2019 BlueMountains talk contribs created page GetWeaponType (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the type of a specific weapon model.}} {{FuncSyntax|GetWeaponType([, WeaponModelId])}} {{FuncParameters}} {{FuncParamOpt...")
- 22:35, 29 September 2019 BlueMountains talk contribs created page GetPlayerWeaponMuzzleLocation (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the muzzle location of a weapon that a specific player is holding in world space.}} {{FuncSyntax|GetPlayerWeaponMuzzleLoc...")
- 22:31, 29 September 2019 BlueMountains talk contribs created page RandomUnitVectorInEllipticalCone (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Returns a normalized vector (length 1) that is inside the specified cone.}} {{FuncSyntax|RandomUnitVectorInElliptical...")
- 22:28, 29 September 2019 BlueMountains talk contribs created page RandomUnitVectorInCone (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Returns a normalized vector (length 1) that is inside the specified cone.}} {{FuncSyntax|RandomUnitVectorInCone(x, y,...")
- 18:50, 29 September 2019 User account 28days talk contribs was created by BlueMountains talk contribs and password was sent by email
- 18:46, 28 September 2019 User account X7airworker talk contribs was created by BlueMountains talk contribs and password was sent by email
- 22:33, 27 September 2019 BlueMountains talk contribs created page SetPostProcessData (Created page with "This function is synonym for SetPostEffect.")
- 22:32, 27 September 2019 BlueMountains talk contribs created page SetPostEffect (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets post processing effects.}} {{FuncSyntax|SetPostEffect(CategoryName, SettingName, Value)}} {{FuncParameters}} {{FuncParam...")
- 17:04, 26 September 2019 BlueMountains talk contribs created page ClientParameters (Created page with "This describes the game console parameters. {| class="wikitable" style="text-align: left;" |- !Switch !Description |- | -dev |Enables the development mode. Currently this ena...")
- 16:28, 26 September 2019 BlueMountains talk contribs created page WebVisibility (Created page with "To be used by SetWebVisibility. {| class="wikitable" style="text-align: left;" !colspan="6"|Hit Type |- |Identifier |Enum Definition |Description |- |0 |WEB_HIDDEN |Web U...")
- 16:23, 26 September 2019 BlueMountains talk contribs created page EditModes (Created page with "To be used by SetObjectEditable. {| class="wikitable" style="text-align: center;" !colspan="6"|Input Modes |- |Input |Name |- |0 |EDIT_NONE |- |1 |EDIT_LOCATION |- |2 |ED...")
- 16:18, 26 September 2019 BlueMountains talk contribs created page InputModes (Created page with "{| class="wikitable" style="text-align: center;" !colspan="6"|Input Modes |- |Input |Name |- |0 |INPUT_GAME |- |1 |INPUT_GAMEANDUI |- |2 |INPUT_UI |}")
- 15:42, 26 September 2019 User account JanHolger talk contribs was created by BlueMountains talk contribs and password was sent by email
- 08:52, 26 September 2019 BlueMountains talk contribs deleted page DrawSolidBox3D (content was: "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|DrawSolidBox3D(x, y, z, eX, eY, eZ, HexC...", and the only contributor was "BlueMountains" (talk))
- 08:41, 26 September 2019 BlueMountains talk contribs moved page SetDrawScale to SetTextDrawScale without leaving a redirect
- 08:59, 24 September 2019 BlueMountains talk contribs created page AnimationList (Created page with "To be used with SetPlayerAnimation and SetNPCAnimation. {| class="wikitable" style="text - align: center; " !colspan = "6" | Animations |- |Id |Name |- |0 |STOP |- |1...")
- 14:48, 11 September 2019 BlueMountains talk contribs created page packages (Created page with "A package is collection of Lua scripts and other files. You can have up to 32 packages and 255 files per package. ==Lua context== Each package has their own LuaVM state. Lua...")
- 09:35, 11 September 2019 BlueMountains talk contribs created page GetPickupPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetPickupPropertyValue(pickup, PropertyName)}} {{FuncParameter...")
- 09:35, 11 September 2019 BlueMountains talk contribs created page SetPickupPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 09:35, 11 September 2019 BlueMountains talk contribs created page GetVehiclePropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetVehiclePropertyValue(vehicle, PropertyName)}} {{FuncParamet...")
- 09:34, 11 September 2019 BlueMountains talk contribs created page SetVehiclePropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 09:34, 11 September 2019 BlueMountains talk contribs created page GetText3DPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetText3DPropertyValue(text3d, PropertyName)}} {{FuncParameter...")
- 09:33, 11 September 2019 BlueMountains talk contribs created page SetText3DPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 09:33, 11 September 2019 BlueMountains talk contribs created page GetObjectPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetObjectPropertyValue(object, PropertyName)}} {{FuncParameter...")
- 09:33, 11 September 2019 BlueMountains talk contribs created page SetObjectPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 09:32, 11 September 2019 BlueMountains talk contribs created page GetNPCPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetNPCPropertyValue(npc, PropertyName)}} {{FuncParameters}} {{...")
- 09:32, 11 September 2019 BlueMountains talk contribs created page SetNPCPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 09:30, 11 September 2019 BlueMountains talk contribs created page GetPlayerPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetPlayerPropertyValue(player, PropertyName)}} {{FuncParameter...")
- 09:29, 11 September 2019 BlueMountains talk contribs created page SetPlayerPropertyValue (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on cl...")
- 14:42, 7 September 2019 BlueMountains talk contribs created page File:ServerCommandlineVersion.PNG