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).
- 06:17, 24 May 2020 28days talk contribs created page File:1846.jpg
- 06:17, 24 May 2020 28days talk contribs uploaded File:1846.jpg
- 06:17, 24 May 2020 28days talk contribs created page File:1845.jpg
- 06:17, 24 May 2020 28days talk contribs uploaded File:1845.jpg
- 06:17, 24 May 2020 28days talk contribs created page File:1844.jpg
- 06:17, 24 May 2020 28days talk contribs uploaded File:1844.jpg
- 05:14, 2 May 2020 28days talk contribs created page WhatIsOnset (Created page with "==What is Onset?== Onset is an open world multiplayer sandbox without predefined goals. Create and host your very own experience in Onset using scripting functions. The possib...")
- 09:54, 8 March 2020 28days talk contribs created page IsPickupStreamedIn (Created page with "{{Info|Function|Server|1.1.0}} {{FuncDescription|Checks if stated pickup is streamed in for the player}} {{FuncSyntax|IsPickupStreamedIn(player, pickupId)}} {{FuncParameter...")
- 09:44, 8 March 2020 28days talk contribs created page IsDoorStreamedIn (Created page with "{{Info|Function|Server|1.1.0}} {{FuncDescription|Checks if stated Door is streamed in for the player}} {{FuncSyntax|IsDoorStreamedIn(player, doorId)}} {{FuncParameters}} {{...")
- 09:24, 8 March 2020 28days talk contribs created page IsText3DStreamedIn (Added 1.1.0 function)
- 08:51, 8 March 2020 28days talk contribs created page SetText3DLocation (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Change the specified text 3D's location.}} {{FuncSyntax|SetText3DLocation(text3d, x, y, z)}} {{FuncParameters}} {{FuncParam|t...")
- 22:08, 7 March 2020 28days talk contribs created page SetPlayerVoiceTone (Created page with "{{Info|Function|Client|1.1.0}} {{FuncDescription|Switches the player voice tone.}} {{FuncSyntax|SetPlayerVoiceTone(playerId, bEnable)}} {{FuncParameters}} {{FuncParam|gende...")
- 21:06, 7 March 2020 28days talk contribs created page OnDoorNetworkUpdatePropertyValue (Created page with "{{Info|Function|Client|1.1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnDoorNetworkUpdatePropertyValue(door, PropertyName...")
- 20:55, 7 March 2020 28days talk contribs created page SetObjectModel (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|This function changes the model of the created object. This function calls OnObjectModelChange event on client side.}} {{...")
- 05:23, 7 March 2020 28days talk contribs created page GetDoorPropertyValue (Created page with "{{Info|Function|Server & Client|1.1.0}} {{FuncDescription|Gets a property value for this entity. Useful to store information for individual entities which can be accessed on...")
- 05:22, 7 March 2020 28days talk contribs created page SetDoorPropertyValue (Created page with "{{Info|Function|Server & Client|1.1.0}} {{FuncDescription|Sets a property value for this entity. Useful to store information for individual entities which can be accessed on...")
- 13:57, 27 February 2020 28days talk contribs created page Template:ClientMouseFunctions (Created page with "*ShowMouseCursor *GetMouseHitLocation *GetMouseHitEntity *SetInputMode *IsMouseCursorEnabled *SetMouseLocation *GetMouseLocation *GetMouseInputDe...")
- 16:56, 15 February 2020 28days talk contribs created page IsTrunkVehicle (Created page with "{{Info|Lua Helper|Server|-}} {{FuncDescription|Returns boolean based on if the vehicle has accessible trunk.}} {{FuncSyntax|IsTrunkVehicle(vehicleid)}} {{FuncParameters}} {...")
- 16:55, 15 February 2020 28days talk contribs created page IsHoodVehicle (Created page with "{{Info|Lua Helper|Server|-}} {{FuncDescription|Returns boolean based on if the vehicle has accessible hood.}} {{FuncSyntax|IsHoodVehicle(vehicleid)}} {{FuncParameters}} {{F...")
- 19:31, 24 January 2020 28days talk contribs created page Template:ServerObjectFunctions (Created page with "*SetObjectDimension *GetObjectDimension *SetObjectPropertyValue *GetObjectPropertyValue *CreateObject *DestroyObject *IsValidObject *GetObjectCou...")
- 10:12, 20 January 2020 28days talk contribs created page Template:ServerPlayerFunctions (Created page with "*GetPlayerBySteamId *SetPlayerRagdoll *SetPlayerDimension *GetPlayerDimension *SetPlayerPropertyValue *GetPlayerPropertyValue *IsValidPlayer *Get...")
- 10:04, 20 January 2020 28days talk contribs created page ServerPlayerFunctions (Created page with "*GetPlayerBySteamId *SetPlayerRagdoll *SetPlayerDimension *GetPlayerDimension *SetPlayerPropertyValue *GetPlayerPropertyValue *IsValidPlayer *Get...")
- 17:23, 16 January 2020 28days talk contribs created page Template:ClientVehicleFunctions (Created page with "*SetVehiclePropertyValue *GetVehiclePropertyValue *GetVehicleCount *GetVehicleLicensePlate *IsValidVehicle *GetStreamedVehicles *GetVehicleBoneLocati...")
- 15:06, 7 January 2020 28days talk contribs created page SetWaypointText (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Updates the specified waypoint Id text.}} {{FuncSyntax|SetWaypointText(waypointId, text)}} {{FuncParameters}} {{FuncParam|way...")
- 11:10, 6 January 2020 28days talk contribs created page UpdateWaypointText (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Updates the specified waypoint Id text.}} {{FuncSyntax|UpdateWaypointText(waypointId, text)}} {{FuncParameters}} {{FuncParam|...")
- 11:07, 6 January 2020 28days talk contribs created page SetWaypointLocation (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the specified waypoint location.}} {{FuncSyntax|SetWaypointLocation(waypointId, x, y, z)}} {{FuncParameters}} {{FuncPara...")
- 11:05, 6 January 2020 28days talk contribs created page GetWaypointLocation (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the specified waypoint location.}} {{FuncSyntax|GetWaypointLocation()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturn...")
- 11:05, 6 January 2020 28days talk contribs created page GetAllWaypoints (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets all the waypoint IDs in a table.}} {{FuncSyntax|GetAllWaypoints()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValu...")
- 10:50, 6 January 2020 28days talk contribs created page SetNPCRespawnTime (Created page with "{{Info|Function|Server|1.0.2}} {{FuncDescription|Set the NPC's respawn time.}} {{FuncSyntax|GetNPCRespawnTime(NPC, time)}} {{FuncParameters}} {{FuncParam|NPC|The NPC identi...")
- 10:45, 6 January 2020 28days talk contribs created page OnShowMainMenu (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|This function is called every time a player hides the main menu.}} {{FuncSyntax|OnShowMainMenu()}} == Example == <syntaxhighligh...")
- 10:45, 6 January 2020 28days talk contribs created page OnHideMainMenu (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|This function is called every time a player hides the main menu.}} {{FuncSyntax|OnHideMainMenu()}} == Example == <syntaxhighligh...")
- 13:36, 5 January 2020 28days talk contribs created page SetText3DText (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Updates a 3D Text label created earlier with CreateText3D.}} {{FuncSyntax|SetText3DText(text3d, text)}} {{FuncParameters}...")
- 14:09, 1 January 2020 28days talk contribs created page GetDoorActor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Door.}} {{FuncSyntax|GetDoorActor(doorid)}} {{FuncParameters}} {{FuncParam|doorid|The doo...")
- 14:09, 1 January 2020 28days talk contribs created page GetPickupActor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Pickup.}} {{FuncSyntax|GetPickupActor(pickupid)}} {{FuncParameters}} {{FuncParam|pickupid...")
- 14:08, 1 January 2020 28days talk contribs created page GetNPCActor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the NPC.}} {{FuncSyntax|GetNPCActor(npcid)}} {{FuncParameters}} {{FuncParam|npcid|The NPC ide...")
- 14:06, 1 January 2020 28days talk contribs created page GetVehicleActor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Vehicle.}} {{FuncSyntax|GetVehicleActor(object)}} {{FuncParameters}} {{FuncParam|object|T...")
- 14:06, 1 January 2020 28days talk contribs created page GetPlayerActor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Player.}} {{FuncSyntax|GetPlayerActor(playerid)}} {{FuncParameters}} {{FuncParam|playerid...")
- 14:04, 1 January 2020 28days talk contribs created page GetNearestDoor (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the nearest door from the specified XYZ vector created earlier with CreateDoor.}} {{FuncSyntax|GetNearestDoor(x, y, z...")
- 21:58, 20 December 2019 28days talk contribs created page File:taser.png
- 21:58, 20 December 2019 28days talk contribs uploaded File:taser.png
- 08:58, 20 December 2019 28days talk contribs created page GetObjectActor (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Object.}} {{FuncSyntax|GetObjectActor(object)}} {{FuncParameters}} {{FuncParam|object|The...")
- 08:53, 20 December 2019 28days talk contribs created page OnPlayWeaponHitEffects (Created page with "{{Info|Event|Server|1.0}} {{FuncDescription|This event handles visual effects of weapons. The Weapons.lua contains a pre-configured event that shows the same visual hit effec...")
- 15:30, 18 December 2019 28days talk contribs created page File:clientOption.png
- 15:30, 18 December 2019 28days talk contribs uploaded File:clientOption.png
- 10:21, 17 December 2019 28days talk contribs created page SetPickupOutline (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Set an pickup's outline.}} {{FuncSyntax|SetPickupOutline(pickup [, bEnable])}} {{FuncParameters}} {{FuncParam|pickup|The pick...")
- 09:24, 17 December 2019 28days talk contribs created page SetNearClipPlane (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function culls triangles in a certain distance. Useful for the first person mode to hide head attachments.}} {{FuncSyntax...")
- 17:06, 15 December 2019 28days talk contribs created page OnPickupNetworkUpdatePropertyValue (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnPickupNetworkUpdatePropertyValue(pickupId, Property...")
- 17:06, 15 December 2019 28days talk contribs created page OnText3DNetworkUpdatePropertyValue (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnText3DNetworkUpdatePropertyValue(textId, PropertyNa...")
- 17:05, 15 December 2019 28days talk contribs created page OnNPCNetworkUpdatePropertyValue (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnNPCNetworkUpdatePropertyValue(vehicle, PropertyName...")
- 17:04, 15 December 2019 28days talk contribs created page OnVehicleNetworkUpdatePropertyValue (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnVehicleNetworkUpdatePropertyValue(vehicle, Property...")