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).
- 17:52, 13 June 2023 User account Sporny talk contribs was created by BlueMountains talk contribs and password was sent by email
- 13:01, 19 December 2022 BlueMountains talk contribs created page File:BuildMariaDBPluginWindowsVS2022.png
- 13:01, 19 December 2022 BlueMountains talk contribs uploaded File:BuildMariaDBPluginWindowsVS2022.png
- 09:06, 18 December 2022 BlueMountains talk contribs created page File:Bank.PNG
- 09:06, 18 December 2022 BlueMountains talk contribs uploaded File:Bank.PNG
- 19:58, 23 February 2022 BlueMountains talk contribs created page OnAxisKey (Created page with "{{Info|Event|Client|1.5.5}} {{FuncDescription|Called when the player pressed a specific key that is an "action". For example the space-bar for jumping. Returning '''false''' in this function cancels the action.}} {{FuncSyntax|OnAxisKey(EventType, AxisName, KeyName)}} {{FuncParameters}} {{FuncParam|EventType|The input event of type EInputEvent}} {{FuncParam|AxisName|The name of the axis. For example "Brake" or "MoveForward".}} {{FuncParam|KeyName|The name of the key a...")
- 19:57, 23 February 2022 BlueMountains talk contribs created page File:AxisNames.PNG
- 19:57, 23 February 2022 BlueMountains talk contribs uploaded File:AxisNames.PNG
- 19:16, 23 February 2022 BlueMountains talk contribs created page File:ActionNames.PNG
- 19:16, 23 February 2022 BlueMountains talk contribs uploaded File:ActionNames.PNG
- 17:27, 23 February 2022 BlueMountains talk contribs created page OnActionKey (Created page with "{{Info|Event|Client|1.5.5}} {{FuncDescription|Called when the player pressed a specific key that is an "action". For example the space-bar for jumping.}} {{FuncSyntax|OnActionKey(EventType, ActionName, KeyName)}} {{FuncParameters}} {{FuncParam|EventType|The input event of type EInputEvent}} {{FuncParam|ActionName|The name of the action. For example "Jump".}} {{FuncParam|KeyName|The name of the key as a string.}} == Example == <syntaxhighlight lang="Lua"> function OnA...")
- 14:01, 23 February 2022 BlueMountains talk contribs created page SetWebVolume (Created page with "{{Info|Function|Client|1.5.5}} {{FuncDescription|Set the web UI audio volume.}} {{FuncSyntax|SetWebVolume(web, volume)}} {{FuncParameters}} {{FuncParam|web|The web identifier}} {{FuncParam|volume|The new audio volume, default: 1.0}} {{FuncReturnValue|This function returns '''true''' on success.}} == Example == <syntaxhighlight lang='Lua'> SetWebVolume(web, 0.5) </syntaxhighlight> {{RelatedFunctions}} {{Template:WebFunctions}}")
- 14:00, 23 February 2022 BlueMountains talk contribs created page SetWebPitch (Created page with "{{Info|Function|Client|1.5.5}} {{FuncDescription|Set the web UI audio pitch.}} {{FuncSyntax|SetWebPitch(web, pitch)}} {{FuncParameters}} {{FuncParam|web|The web identifier}} {{FuncParam|pitch|The new audio pitch, default: 1.0}} {{FuncReturnValue|This function returns '''true''' on success.}} == Example == <syntaxhighlight lang='Lua'> SetWebPitch(web, 0.85) </syntaxhighlight> {{RelatedFunctions}} {{Template:WebFunctions}}")
- 18:02, 3 February 2022 BlueMountains talk contribs created page CopyToClipboard (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Copy text to the clipboard. Only works in dev mode.}} {{FuncSyntax|CopyToClipboard(text)}} {{FuncParameters}} {{FuncParam|tex...")
- 17:14, 28 December 2021 User account Mike Thurian talk contribs was created by BlueMountains talk contribs and password was sent by email
- 14:18, 12 November 2021 BlueMountains talk contribs created page OnServerLoaded (Created page with "{{Info|Event|Server|1.5.2}} {{FuncDescription|Called when the server has fully started up.}} {{FuncSyntax|OnServerLoaded()}} {{FuncParameters}} {{FuncNoParam}} == Example...")
- 14:31, 10 November 2021 BlueMountains talk contribs created page GetText3DActor (Created page with "{{Info|Function|Client|1.5.2}} {{FuncDescription|Get the Unreal Engine actor for the Text3D.}} {{FuncSyntax|GetText3DActor(text3did)}} {{FuncParameters}} {{FuncParam|text3d...")
- 14:01, 10 November 2021 BlueMountains talk contribs created page GetText3DText (Created page with "{{Info|Function|Server & Client|1.5.2}} {{FuncDescription|Gets a text3d text string.}} {{FuncSyntax|GetText3DText(text3d)}} {{FuncParameters}} {{FuncParam|text3d|The text 3...")
- 14:29, 18 July 2021 BlueMountains talk contribs created page EnableObjectStreamEvents (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Enables or disables StreamIn/Out events for objects. Disabled by default.}} {{FuncSyntax|EnableObjectStreamEvents(bEnable)}}...")
- 15:21, 16 July 2021 BlueMountains talk contribs created page SteamId64ToSteamId3 (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Converts a SteamId64 to SteamId3.}} {{FuncSyntax|SteamId64ToSteamId3(SteamId64)}} {{FuncParameters}} {{FuncParam|SteamId64|...")
- 15:20, 16 July 2021 BlueMountains talk contribs created page SteamId3ToSteamId64 (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Converts a SteamId3 to SteamId64 (dec).}} {{FuncSyntax|SteamId3ToSteamId64(SteamId3)}} {{FuncParameters}} {{FuncParam|Steam...")
- 17:59, 6 July 2021 User account Voltaism talk contribs was created by BlueMountains talk contribs and password was sent by email
- 16:37, 30 June 2021 BlueMountains talk contribs created page GetDirectoriesInDirectory (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Gets the directories in a specific directory.}} {{FuncSyntax|GetDirectoriesInDirectory(Path, bRecursive)}} {{FuncParameters...")
- 16:37, 30 June 2021 BlueMountains talk contribs created page GetFilesInDirectory (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Gets the files in a specific directory.}} {{FuncSyntax|GetFilesInDirectory(Path, bRecursive)}} {{FuncParameters}} {{FuncPar...")
- 16:34, 30 June 2021 BlueMountains talk contribs created page GetServerPath (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Gets the absolute path to the server executable.}} {{FuncSyntax|GetServerPath()}} {{FuncParameters}} {{FuncNoParam}} {{Fun...")
- 14:44, 29 June 2021 BlueMountains talk contribs created page File:discord developer.png
- 14:44, 29 June 2021 BlueMountains talk contribs uploaded File:discord developer.png
- 10:42, 28 June 2021 BlueMountains talk contribs created page IsGameWindowFocused (Created page with "{{Info|Function|Client|1.5.0}} {{FuncDescription|Checks whether the current game window is focused.}} {{FuncSyntax|IsGameWindowFocused()}} {{FuncParameters}} {{FuncNoParam}...")
- 10:10, 26 June 2021 BlueMountains talk contribs moved page GetPlayerLanguage to GetGameLanguage without leaving a redirect
- 14:59, 24 June 2021 BlueMountains talk contribs created page OnGameLanguageChange (Created page with "{{Info|Event|Client|1.5.0}} {{FuncDescription|This function is called when the player changes their game language in the main menu.}} {{FuncSyntax|OnGameLanguageChange(Langu...")
- 12:20, 22 June 2021 BlueMountains talk contribs created page File:Tractor.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs uploaded File:Tractor.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs created page File:NewsVan.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs uploaded File:NewsVan.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs created page File:Van.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs uploaded File:Van.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs created page File:Apocalypse 04.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs uploaded File:Apocalypse 04.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs created page File:Apocalypse 03.PNG
- 12:20, 22 June 2021 BlueMountains talk contribs uploaded File:Apocalypse 03.PNG
- 10:57, 21 June 2021 BlueMountains talk contribs created page GetPlayerLanguage (Created page with "{{Info|Function|Client|1.5.0}} {{FuncDescription|Gets the language that the player has set in their game settings.}} {{FuncSyntax|GetPlayerLanguage()}} {{FuncParameters}} {...")
- 10:52, 21 June 2021 BlueMountains talk contribs created page IsDoorInteractable (Created page with "{{Info|Function|Server & Client|1.5.0} {{FuncDescription|Checks if the door is interactable.}} {{FuncSyntax|IsDoorInteractable(door)}} {{FuncParameters}} {{FuncParam|door|T...")
- 10:50, 21 June 2021 BlueMountains talk contribs created page FlashInTaskbar (Created page with "{{Info|Function|Client|1.5.0}} {{FuncDescription|Flashes the icon in the taskbar of the game.}} {{FuncSyntax|FlashInTaskbar(bFlash)}} {{FuncParameters}} {{FuncParam|bFlash|...")
- 13:33, 26 May 2021 User account FlyingFork talk contribs was created by BlueMountains talk contribs and password was sent by email
- 20:32, 19 May 2021 BlueMountains talk contribs deleted page Creating Getting Started with CSharp (Server-Side) (content was: "needs to be deleted :D", and the only contributor was "DasDarki" (talk))