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).
- 12:23, 1 November 2019 BlueMountains talk contribs uploaded File:Mod PluginsCreate.png
- 12:22, 1 November 2019 BlueMountains talk contribs created page File:Mod Plugins1.png
- 12:22, 1 November 2019 BlueMountains talk contribs uploaded File:Mod Plugins1.png
- 12:21, 1 November 2019 BlueMountains talk contribs created page File:Mod PluginsOpen.png
- 12:21, 1 November 2019 BlueMountains talk contribs uploaded File:Mod PluginsOpen.png
- 12:15, 1 November 2019 BlueMountains talk contribs created page File:Mod CreateProject.png
- 12:15, 1 November 2019 BlueMountains talk contribs uploaded File:Mod CreateProject.png
- 12:14, 1 November 2019 BlueMountains talk contribs created page File:Mod EngineStart.JPG
- 12:14, 1 November 2019 BlueMountains talk contribs uploaded File:Mod EngineStart.JPG
- 23:02, 31 October 2019 BlueMountains talk contribs created page File:OnsetModdingWorkflow.png
- 23:02, 31 October 2019 BlueMountains talk contribs uploaded File:OnsetModdingWorkflow.png
- 16:56, 31 October 2019 BlueMountains talk contribs created page Modding (Created page with " == Onset Engine Version == {| class="wikitable" style="text-align: left;" !colspan="6"|Versions |- |Onset Version |Engine Version |- |1.0.0 |UE 4.23 |}")
- 08:51, 25 October 2019 BlueMountains talk contribs created page File:AttachToilet.png
- 08:51, 25 October 2019 BlueMountains talk contribs uploaded File:AttachToilet.png
- 18:10, 24 October 2019 BlueMountains talk contribs created page OnSoundUpdateMeta (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called received new metadata from a network stream. (.pls playlist streams) This can be the name of the station, song and artist.}...")
- 16:11, 20 October 2019 BlueMountains talk contribs created page IsFirstPersonCamera (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Switches the player camera between 1st and 3rd person.}} {{FuncSyntax|IsFirstPersonCamera()}} {{FuncParameters}} {{FuncNoPara...")
- 16:08, 20 October 2019 BlueMountains talk contribs created page EnableFirstPersonCamera (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Switches the player camera between 1st and 3rd person.}} {{FuncSyntax|EnableFirstPersonCamera(bEnable)}} {{FuncParameters}} {...")
- 16:05, 20 October 2019 BlueMountains talk contribs moved page SetPlayerCameraViewDistance to SetCameraViewDistance without leaving a redirect
- 16:04, 20 October 2019 BlueMountains talk contribs moved page SetPlayerCameraRotation to SetCameraRotation without leaving a redirect
- 16:04, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraViewDistance to GetCameraViewDistance without leaving a redirect
- 16:04, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraUpVector to GetCameraUpVector without leaving a redirect
- 16:04, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraRotation to GetCameraRotation without leaving a redirect
- 16:04, 20 October 2019 BlueMountains talk contribs deleted page GetPlayerCameraRightVector (content was: "#REDIRECT GetCameraRightVector", and the only contributor was "BlueMountains" (talk))
- 16:04, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraRightVector to GetCameraRightVector
- 16:04, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraForwardVector to GetCameraForwardVector without leaving a redirect
- 16:03, 20 October 2019 BlueMountains talk contribs moved page GetPlayerCameraLocation to GetCameraLocation without leaving a redirect
- 16:03, 20 October 2019 BlueMountains talk contribs deleted page SetPlayerCameraLocation (content was: "#REDIRECT SetCameraLocation", and the only contributor was "BlueMountains" (talk))
- 16:03, 20 October 2019 BlueMountains talk contribs moved page SetPlayerCameraLocation to SetCameraLocation
- 14:24, 20 October 2019 BlueMountains talk contribs created page VehicleBones (Created page with "Vehicle bone names (sockets) that can be used to attach things to. Also see GetVehicleBoneNames <pre> wheel_front_r wheel_front_l wheel_rear_r wheel_frear_l door_front_r d...")
- 13:52, 20 October 2019 BlueMountains talk contribs created page GetVehicleBoneNames (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleBoneNames()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Ex...")
- 13:50, 20 October 2019 BlueMountains talk contribs created page GetVehicleBoneLocation (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Returns the location of a vehicle bone/socket.}} {{FuncSyntax|GetVehicleBoneLocation(vehicle, BoneName[, BoneSpace])}} {{Func...")
- 19:23, 11 October 2019 BlueMountains talk contribs created page PlayerBones (Created page with "Player bone names (sockets) that can be used to attach things to. Also see GetPlayerBoneNames <pre> pelvis spine_01 spine_02 spine_03 clavicle_l upperarm_l lowerarm_l hand...")
- 10:19, 8 October 2019 BlueMountains talk contribs deleted page OnVehiclePickupHit (content was: "{{Info|Event|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnVehiclePickupHit(vehicle, pickup)}} {{Fu...", and the only contributor was "BlueMountains" (talk))
- 10:16, 8 October 2019 BlueMountains talk contribs created page SetDoorDimension (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Sets the dimension of this door. Players can only see doors in the same dimension. * Default dimension: 0 * Maximum dimension:...")
- 10:16, 8 October 2019 BlueMountains talk contribs created page GetDoorDimension (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets the dimension of this door.}} {{FuncSyntax|GetDoorDimension(door)}} {{FuncParameters}} {{FuncParam|door|The door identif...")
- 10:11, 8 October 2019 BlueMountains talk contribs created page GetDoorLocation (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetDoorLocation(door)}} {{FuncParameters}} {{FuncParam|door|__EDIT_ME__}} {{FuncReturnVa...")
- 10:10, 8 October 2019 BlueMountains talk contribs created page SetDoorLocation (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Teleports a door to a specified location.}} {{FuncSyntax|SetDoorLocation(door, x, y, z)}} {{FuncParameters}} {{FuncParam|door...")
- 10:01, 8 October 2019 BlueMountains talk contribs created page OnPlayerInteractDoor (Created page with "{{Info|Event|Server|1.0}} {{FuncDescription|Called when a player interacts with a door through pressing 'E'.}} {{FuncSyntax|OnPlayerInteractDoor(player, door, bWantsOpen)}}...")
- 09:59, 8 October 2019 BlueMountains talk contribs created page IsDoorOpen (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Checks the door state.}} {{FuncSyntax|IsDoorOpen(door)}} {{FuncParameters}} {{FuncParam|door|The door identifier.}} {{FuncRe...")
- 09:57, 8 October 2019 BlueMountains talk contribs created page SetDoorOpen (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Opens or closes a door. This is networked so every player will see the same.}} {{FuncSyntax|SetDoorOpen(door, bOpen)}} {{Func...")
- 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 =...")