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).
- 21:31, 8 April 2020 BlueMountains talk contribs deleted page OnCollisionLeave (content was: "{{Info|Event|Client|1.0}} {{FuncDescription|Event thats called when a player leaves a collision.}} {{FuncSyntax|OnCollisionLeave(collision, hittype, hitid)}} {{FuncParameters}} {{FuncParam|collision|The collision identifier.}} {{FuncP...")
- 21:31, 8 April 2020 BlueMountains talk contribs deleted page OnCollisionEnter (content was: "{{Info|Event|Client|1.0}} {{FuncDescription|Event thats called when a player enter a collision.}} {{FuncSyntax|OnCollisionEnter(collision, hittype, hitid)}} {{FuncParameters}} {{FuncParam|collision|The collision identifier.}} {{FuncPa...")
- 23:32, 24 March 2020 BlueMountains talk contribs deleted page GetVehicleLightColor (content was: "{{Info|Function|Server|1.0}} {{FuncDescription|Get the specified vehicle's light color.}} {{FuncSyntax|GetVehicleLightColor(vehicle)}} {{FuncParameters}} {{FuncParam|vehicle|The vehicle identifier.}} {{FuncReturnValue|__EDIT_ME__}}...")
- 22:44, 10 March 2020 BlueMountains talk contribs created page IsPlayerVoiceChannel (Created page with "{{Info|Function|Server|1.1.0}} {{FuncDescription|Tests if a player is in a voice channel. Use SetPlayerVoiceChannel to set them.}} {{FuncSyntax|IsPlayerVoiceChannel(play...")
- 22:40, 10 March 2020 BlueMountains talk contribs created page SetPlayerVoiceChannel (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Changes the voice channels for a player. Players in the same channel will hear each other. Channel 0 is the default 3D world ch...")
- 17:10, 8 March 2020 BlueMountains talk contribs created page OnObjectModelChange (Created page with "{{Info|Event|Client|1.1.0}} {{FuncDescription|Called when the model of an object is changed by SetObjectModel.}} {{FuncSyntax|OnObjectModelChange(object, model)}} {{Fun...")
- 17:03, 8 March 2020 BlueMountains talk contribs created page SetPickupLocation (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set a new location for a pickup.}} {{FuncSyntax|SetPickupLocation(pickup, x, y, z)}} {{FuncParameters}} {{FuncParam|pickup|Th...")
- 17:01, 8 March 2020 BlueMountains talk contribs created page OnVehicleDamage (Created page with "{{Info|Event|Server & Client|1.0}} {{FuncDescription|This event is called when a vehicles takes health damage or physical damage.}} {{FuncSyntax|OnVehicleDamage(vehicle, hea...")
- 16:57, 8 March 2020 BlueMountains talk contribs created page OnPlayerToggleVehicleLight (Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when a (local) player presses the key to switch the vehicle light on/off.}} {{FuncSyntax|OnPlayerToggleVehicleLight(vehicl...")
- 16:54, 8 March 2020 BlueMountains talk contribs created page TogglePlayerTag (Created page with "{{Info|Function|Server & Client|1.1.0}} {{FuncDescription|Enables or disables a tag above a players head.}} {{FuncSyntax|TogglePlayerTag(player, tagname, toggle)}} {{FuncPa...")
- 16:52, 8 March 2020 BlueMountains talk contribs deleted page DestroyCollision (content was: "{{Info|Function|Client|1.0}} {{FuncDescription|Destroy the collision.}} {{FuncSyntax|DestroyCollision(collision)}} {{FuncParameters}} {{FuncParam|collision|The collision identifier.}} {{FuncReturnValue|Returns '''true''' on success.}...")
- 16:52, 8 March 2020 BlueMountains talk contribs deleted page CreateCollisionSphere (content was: "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateCollisionSphere(x, y, z, radius [,...", and the only contributor was "BlueMountains" (talk))
- 16:52, 8 March 2020 BlueMountains talk contribs deleted page CreateCollisionBox (content was: "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateCollisionBox(x, y, z, bx, by, bz [...", and the only contributor was "BlueMountains" (talk))
- 16:52, 8 March 2020 BlueMountains talk contribs deleted page GetAllCollisions (content was: "{{Info|Function|Client|1.0}} {{FuncDescription|Get all collisions on the client. Useful for loops.}} {{FuncSyntax|GetAllCollisions()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|Returns a table of all collisions.}} == Exam...")
- 15:08, 8 March 2020 BlueMountains talk contribs created page File:Helicopter03.png
- 15:08, 8 March 2020 BlueMountains talk contribs uploaded File:Helicopter03.png
- 17:34, 4 March 2020 User account DasDarki talk contribs was created by BlueMountains talk contribs and password was sent by email
- 18:07, 7 February 2020 BlueMountains talk contribs created page LerpVector (Created page with "{{Info|Function|Client & Server|1.0.3}} {{FuncDescription|Interpolates between vector A and vector B with the parameter t. }} {{FuncSyntax|LerpVector(t, aX, aY, aZ, bX, bY,...")
- 14:53, 27 January 2020 BlueMountains talk contribs created page OnQueryError (Created page with "{{Info|Event|Server|1.0}} {{Notice|This function is provided by the official MariaDB plugin.}} {{FuncDescription|Generic event that is called when there is a mariadb quer...")
- 22:08, 26 January 2020 User account Talos talk contribs was created by BlueMountains talk contribs and password was sent by email
- 22:08, 26 January 2020 User account Dadadah talk contribs was created by BlueMountains talk contribs and password was sent by email
- 16:49, 26 January 2020 BlueMountains talk contribs created page File:3dwebui.png
- 16:49, 26 January 2020 BlueMountains talk contribs uploaded File:3dwebui.png
- 19:50, 24 January 2020 BlueMountains talk contribs blocked Chloe talk contribs with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page)
- 19:17, 24 January 2020 BlueMountains talk contribs created page http count (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Gets amount currently existing http requests.}} {{FuncSyntax|http_count()}} {{FuncParameters}} {{FuncNoParam}} {{FuncRetur...")
- 19:16, 24 January 2020 BlueMountains talk contribs created page http get all (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Gets all http identifer in a table.}} {{FuncSyntax|http_get_all()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|R...")
- 19:14, 24 January 2020 BlueMountains talk contribs created page http is valid (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Checks if this http identifier is valid.}} {{FuncSyntax|http_is_valid(http)}} {{FuncParameters}} {{FuncParam|http|The http...")
- 19:12, 24 January 2020 BlueMountains talk contribs created page http result status (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the http status code after a request was made.}} {{FuncSyntax|http_result_status(http)}} {{FuncParameters}} {{FuncP...")
- 19:00, 24 January 2020 BlueMountains talk contribs created page http result header (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the result header after a request was made.}} {{FuncSyntax|http_result_header(http)}} {{FuncParameters}} {{FuncPara...")
- 17:23, 24 January 2020 BlueMountains talk contribs created page http result body (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the result body after a request was made.}} {{FuncSyntax|http_result_body(http)}} {{FuncParameters}} {{FuncParam|ht...")
- 17:21, 24 January 2020 BlueMountains talk contribs created page http result error (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns any error after a request was made.}} {{FuncSyntax|http_result_error(http)}} {{FuncParameters}} {{FuncParam|http|Th...")
- 17:19, 24 January 2020 BlueMountains talk contribs created page http is error (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|After request was made, this function returns if an error occured. The error can be retrieved by http_result_error.}} {{...")
- 17:16, 24 January 2020 BlueMountains talk contribs created page http set field (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets a field with a value in this request.}} {{FuncSyntax|http_set_field(http, field, value)}} {{FuncParameters}} {{FuncPar...")
- 17:15, 24 January 2020 BlueMountains talk contribs created page http set protocol (Created page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the http protocol.}} {{FuncSyntax|http_set_protocol(http, protocol)}} {{FuncParameters}} {{FuncParam|http|The http ide...")
- 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))
- 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)}...")