Main 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:14, 24 January 2020 BlueMountains talk contribs created page http set resolver protocol (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets if the host should be resolved over IPv4 or IPv6. By default "any" will take whatever address is available}} {{FuncSynt...")
- 17:13, 24 January 2020 BlueMountains talk contribs created page http set host (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the host of this ruquest which is basically the domain or IP of the remote end.}} {{FuncSyntax|http_set_host(http, host...")
- 17:12, 24 January 2020 BlueMountains talk contribs created page http set port (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the port of this ruquest. For HTTP this should be 80, for HTTPS 443.}} {{FuncSyntax|http_set_port(http, port)}} {{Func...")
- 17:11, 24 January 2020 BlueMountains talk contribs created page http set target (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request target which is basically the path that you want to access.}} {{FuncSyntax|http_set_target(http, target)}}...")
- 17:08, 24 January 2020 BlueMountains talk contribs created page http set verb (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request method for this http request.)}} {{FuncSyntax|http_set_verb(http, verb)}} {{FuncParameters}} {{FuncParam|h...")
- 17:05, 24 January 2020 BlueMountains talk contribs created page http set timeout (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the timeout in milliseconds for this request.}} {{FuncSyntax|http_set_timeout(http, timeout)}} {{FuncParameters}} {{Fu...")
- 17:01, 24 January 2020 BlueMountains talk contribs created page http set verifymode (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|If this is an https request this setting controls of the peer certificate is verified.)}} {{FuncSyntax|http_set_verifymode(h...")
- 16:59, 24 January 2020 BlueMountains talk contribs created page http set version (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the http version used for this request. (Default: 11 (http 1.1))}} {{FuncSyntax|http_set_version(http, keepalive)}} {{...")
- 16:57, 24 January 2020 BlueMountains talk contribs created page http set keepalive (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets if this request should have the keep alive flag. (Default: false)}} {{FuncSyntax|http_set_keepalive(http, keepalive)}}...")
- 16:55, 24 January 2020 BlueMountains talk contribs created page http set body (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request body.}} {{FuncSyntax|http_set_body(http, body)}} {{FuncParameters}} {{FuncParam|http|The http identifier.}...")
- 16:20, 24 January 2020 BlueMountains talk contribs moved page AttachedObjectsCollision to Enabling Attached Object Collision without leaving a redirect
- 16:20, 24 January 2020 BlueMountains talk contribs created page AttachedObjectsCollision (Created page with "SetObjectAttached disables the collision of some objects. Here is how to enable collision. server.lua: <syntaxhighlight lang="Lua"> --- Set this property value to your attach...")
- 14:16, 24 January 2020 User account Heydoon talk contribs was created by BlueMountains talk contribs and password was sent by email
- 14:15, 24 January 2020 User account REDRUM talk contribs was created by BlueMountains talk contribs and password was sent by email
- 22:58, 20 January 2020 BlueMountains talk contribs deleted page ServerPlayerFunctions (content was: "*GetPlayerBySteamId *SetPlayerRagdoll *SetPlayerDimension *GetPlayerDimension *SetPlayerPropertyValue *GetPlayerPro...", and the only contributor was "28days" (talk))
- 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...")
- 21:50, 19 January 2020 BlueMountains talk contribs created page http destroy (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Destroys an identifier. You must always call this if you no longer need the http request.}} {{FuncSyntax|http_destroy(http)}...")
- 21:48, 19 January 2020 BlueMountains talk contribs created page http send (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sends an http request.}} {{FuncSyntax|http_send(http)}} {{FuncParameters}} {{FuncParam|http|The http identifier.}} {{FuncR...")
- 21:46, 19 January 2020 BlueMountains talk contribs created page http create (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Creates a new http identifier that you can use to send requests.}} {{FuncSyntax|http_create()}} {{FuncParameters}} {{FuncNo...")
- 21:43, 19 January 2020 BlueMountains talk contribs created page url encode (Created page with "{{Info|Function|Server & Client|1.0.3}} {{FuncDescription|Encodes your string so it is safe to send with an URL.}} {{FuncSyntax|url_encode(str)}} {{FuncParameters}} {{FuncP...")
- 20:39, 18 January 2020 BlueMountains talk contribs created page GetPlayerBySteamId (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets a player by SteamID.}} {{FuncSyntax|GetPlayerBySteamId(steamid)}} {{FuncParameters}} {{FuncParam|steamid|The SteamId64 a...")
- 20:26, 18 January 2020 BlueMountains talk contribs created page GetAllObjects (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Returns existing object ids in a table. If you have ten thousands of objects then don't call this too often.}} {{FuncSyntax|Ge...")
- 20:22, 18 January 2020 BlueMountains talk contribs created page Lerp (Created page with "{{Info|Function|Client & Server|1.0.3}} {{FuncDescription|Interpolates between a and b with the parameter t. }} {{FuncSyntax|Lerp(t, a, b)}} {{FuncParameters}} {{FuncParam|...")
- 20:12, 18 January 2020 BlueMountains talk contribs created page UpdateStreamingLevels (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Tells the engine to look if the level streaming needs an update. The engine does this automatically but in some circumstances...")
- 20:07, 18 January 2020 BlueMountains talk contribs created page IsPlayerPlayingAnimation (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Detect if the player current plays an animation from SetPlayerAnimation.}} {{FuncSyntax|IsPlayerPlayingAnimation(player)...")
- 19:54, 18 January 2020 BlueMountains talk contribs created page OnPlayerTalking (Created page with "{{Info|Event|Client|1.0.3}} {{FuncDescription|Called when a player starts talking via VoIP.}} {{FuncSyntax|OnPlayerTalking(player)}} {{FuncParam|player|The player identifier...")
- 19:45, 18 January 2020 BlueMountains talk contribs created page SetPlayerLipMovement (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Makes the lips of a player look like they are talking for a second. To be used in OnPlayerTalking.}} {{FuncSyntax|SetPla...")
- 19:41, 18 January 2020 BlueMountains talk contribs created page File:libmovement.webp
- 19:41, 18 January 2020 BlueMountains talk contribs uploaded File:libmovement.webp
- 19:32, 18 January 2020 BlueMountains talk contribs created page GetNPCBoneLocation (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function returns the bone location of the NPC.}} {{FuncSyntax|GetNPCBoneLocation(npc, BoneName [, BoneSpace = 1])}} {{Fu...")
- 19:31, 18 January 2020 BlueMountains talk contribs created page GetNPCBoneNames (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Returns a table containing the bone names of the NPC skeleton dynamically. Useful for GetNPCBoneLocation.}} {{FuncSyntax...")
- 19:21, 18 January 2020 BlueMountains talk contribs created page Template:HttpFunctions (Created page with "*url_encode *http_count *http_get_all *http_is_valid *http_create *http_destroy *http_is_error *http_result_error *http_result_body *http...")
- 17:23, 16 January 2020 28days talk contribs created page Template:ClientVehicleFunctions (Created page with "*SetVehiclePropertyValue *GetVehiclePropertyValue *GetVehicleCount *GetVehicleLicensePlate *IsValidVehicle *GetStreamedVehicles *GetVehicleBoneLocati...")
- 09:21, 16 January 2020 Chloe talk contribs created page Template:PackageEvents (Created page with "*OnPackageStart *OnPackageStop")
- 08:50, 16 January 2020 Chloe talk contribs created page Template:NPCEvents (Created page with "*OnNPCReachTarget *OnNPCDamage *OnNPCSpawn *OnNPCDeath *OnNPCStreamIn *OnNPCStreamOut")
- 08:39, 16 January 2020 Chloe talk contribs created page Template:GameEvents (Created page with "*OnGameTick *OnSteamOverlayActivated *OnResolutionChange *OnRenderHUD *OnShowMainMenu *OnHideMainMenu *OnClientConnectionRequest")
- 08:36, 16 January 2020 Chloe talk contribs created page Template:NetworkClientEvents (Created page with "*OnPlayerNetworkUpdatePropertyValue *OnVehicleNetworkUpdatePropertyValue *OnNPCNetworkUpdatePropertyValue *OnText3DNetworkUpdatePropertyValue *OnPickupNetwor...")
- 08:36, 16 January 2020 Chloe talk contribs created page Template:SoundClientEvents (Created page with "*OnSoundUpdateMeta *OnSoundFinished")
- 08:35, 16 January 2020 Chloe talk contribs created page Template:WebClientEvents (Created page with "*OnWebLoadComplete")
- 08:33, 16 January 2020 Chloe talk contribs created page Template:TextClientEvents (Created page with "*OnText3DStreamIn")
- 08:32, 16 January 2020 Chloe talk contribs created page Template:PickupClientEvents (Created page with "*OnPickupStreamIn *OnPickupStreamOut")
- 08:32, 16 January 2020 Chloe talk contribs created page Template:PackageClientEvents (Created page with "*OnPackageStart *OnPackageStop *OnScriptError")
- 08:31, 16 January 2020 Chloe talk contribs created page Template:ObjectClientEvents (Created page with "*OnObjectStreamIn *OnObjectHit *OnPlayerEndEditObject *OnPlayerBeginEditObject")
- 08:31, 16 January 2020 Chloe talk contribs created page Template:NPCClientEvents (Created page with "*OnNPCStreamIn *OnNPCStreamOut")
- 08:31, 16 January 2020 Chloe talk contribs created page Template:KeyClientEvents (Created page with "*OnKeyPress *OnKeyRelease")
- 08:30, 16 January 2020 Chloe talk contribs created page Template:ParachuteClientEvents (Created page with "*OnPlayerParachuteLand *OnPlayerSkydiveCrash *OnPlayerCancelSkydive *OnPlayerSkydive *OnPlayerParachuteOpen *OnPlayerParachuteClose")
- 08:30, 16 January 2020 Chloe talk contribs created page Template:WeaponClientEvents (Created page with "*OnPlayerWeaponShot *OnPlayerReloaded")
- 08:29, 16 January 2020 Chloe talk contribs created page Template:PlayerClientEvents (Created page with "*OnPlayWeaponHitEffects *OnPlayerStreamIn *OnPlayerStreamOut *OnPlayerSwitchCamera *OnPlayerEnterWater *OnPlayerLeaveWater *OnPlayerDeath *OnPlay...")
- 08:29, 16 January 2020 Chloe talk contribs created page Template:GameClientEvents (Created page with "*OnGameTick *OnSteamOverlayActivated *OnResolutionChange *OnRenderHUD *OnShowMainMenu *OnHideMainMenu")