User contributions for Habi
Jump to navigation
Jump to search
24 June 2023
- 17:3417:34, 24 June 2023 diff hist +475 N WriteString Created page with "{{Welcome|desc=This will write a string to the given blob which can be later passed to SendServerData.|params=<source lang="lua">( b, str )</source><poem> ::b : The blob in which to write the integer. ::str: The string to be written </poem>| example=<source lang="lua"> local b=blob(); WriteString(b, "BodyPart-Head" ); SendServerData(b);</source>| retvals=The function returns true on success.| relfuncs=*WriteByte *WriteFloat *WriteInt *SendServerData}}"
- 17:3317:33, 24 June 2023 diff hist +467 N WriteFloat Created page with "{{Welcome|desc=This will write a float to the given blob which can be later passed to SendServerData.|params=<source lang="lua">( b, f )</source><poem> ::b : The blob in which to write the integer. ::f : The float value to be written </poem>| example=<source lang="lua"> local b=blob(); WriteInt(b, 100.1234 ); SendServerData(b);</source>| retvals=The function returns true on success.| relfuncs=*WriteByte *WriteInt *WriteString *SendServerData}}" current
- 17:3217:32, 24 June 2023 diff hist +480 N WriteByte Created page with "{{Welcome|desc=This will write one byte(0-255) to the given blob which can be later passed to SendServerData.|params=<source lang="lua">( b, byte )</source><poem> ::b : The blob in which to write the integer. ::byte : The byte( 0-255 ) to be written </poem>| example=<source lang="lua"> local b=blob(); WriteByte(b, 100 ); SendServerData(b);</source>| retvals=The function returns true on success.| relfuncs=*WriteInt *WriteFloat *WriteString *SendServerDat..." current
- 05:5205:52, 24 June 2023 diff hist +95 WriteInt No edit summary current
- 05:5005:50, 24 June 2023 diff hist +57 WriteInt No edit summary
- 05:4305:43, 24 June 2023 diff hist +17 WriteInt No edit summary
- 05:4205:42, 24 June 2023 diff hist +61 WriteInt No edit summary
- 05:4005:40, 24 June 2023 diff hist +1 WriteInt No edit summary
- 05:3905:39, 24 June 2023 diff hist +168 WriteInt No edit summary
- 05:3505:35, 24 June 2023 diff hist +80 N WriteInt Created page with "{{Welcome|desc=This will write an integer to the given blob.|params=( b, int )}}"
- 05:2505:25, 24 June 2023 diff hist −2 Walking man →Other side
8 June 2023
- 12:5112:51, 8 June 2023 diff hist +20 LibRPC Examples →Example Three: Tough One
- 12:5012:50, 8 June 2023 diff hist +47 LibRPC Examples →Notes
- 12:4812:48, 8 June 2023 diff hist +15 LibRPC Examples →Notes
- 12:4812:48, 8 June 2023 diff hist +411 LibRPC Examples No edit summary
- 12:4112:41, 8 June 2023 diff hist +10 LibRPC Examples →Other Examples
- 12:4012:40, 8 June 2023 diff hist −9 LibRPC Examples →Other Examples
- 12:3812:38, 8 June 2023 diff hist +2 LibRPC Examples →Other Examples
- 12:3712:37, 8 June 2023 diff hist +254 LibRPC Examples →Other Examples
- 12:3212:32, 8 June 2023 diff hist +11 LibRPC Examples →Other Examples
- 12:3212:32, 8 June 2023 diff hist +15 LibRPC Examples →Other Examples
- 12:3112:31, 8 June 2023 diff hist +17 LibRPC Examples →Other Examples
- 12:3012:30, 8 June 2023 diff hist −6 LibRPC Examples →Other Examples
- 12:3012:30, 8 June 2023 diff hist +8 LibRPC Examples →Other Examples
- 12:2512:25, 8 June 2023 diff hist +358 LibRPC Examples →Other Examples
- 12:0812:08, 8 June 2023 diff hist −147 LibRPC Examples →Other Examples
- 11:5311:53, 8 June 2023 diff hist +47 LibRPC Examples →Other Examples
- 11:5111:51, 8 June 2023 diff hist +102 LibRPC Examples →Other Examples
- 11:4811:48, 8 June 2023 diff hist +512 LibRPC Examples No edit summary
- 11:2811:28, 8 June 2023 diff hist +15 LibRPC Examples →Tough One
- 11:2611:26, 8 June 2023 diff hist +15 LibRPC Examples →Tough One
- 11:2611:26, 8 June 2023 diff hist +419 LibRPC Examples →Tough One
- 11:2111:21, 8 June 2023 diff hist +282 LibRPC Examples →Tough One
- 11:1911:19, 8 June 2023 diff hist +374 LibRPC Examples No edit summary
- 11:1111:11, 8 June 2023 diff hist +142 LibRPC Examples →Example Two - Kicking the player
- 11:0911:09, 8 June 2023 diff hist +305 LibRPC Examples No edit summary
- 09:4509:45, 8 June 2023 diff hist −10 Main Page No edit summary
- 00:3000:30, 8 June 2023 diff hist +71 LibRPC Examples →Example One
- 00:2900:29, 8 June 2023 diff hist +82 LibRPC Examples →Example One
- 00:2800:28, 8 June 2023 diff hist +27 LibRPC Examples →Example One
- 00:2700:27, 8 June 2023 diff hist +87 LibRPC Examples →Example One
- 00:2600:26, 8 June 2023 diff hist 0 LibRPC Examples →Example One
- 00:2600:26, 8 June 2023 diff hist +16 LibRPC Examples No edit summary
- 00:2500:25, 8 June 2023 diff hist +687 LibRPC Examples No edit summary
- 00:0900:09, 8 June 2023 diff hist +36 LibRPC Examples →The Problem
- 00:0800:08, 8 June 2023 diff hist +782 N LibRPC Examples Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> The new version of LibRPC (of this article) is about to be released </poem> New functions Fa, RFCa was added to library for raw calling of functions with a specified environment class or instance. Earlier the 'this' was always the roottable. By using "compilestring", one do not need Fa and RFCa. ==The Problem== <source> F("MyFunction")(p1, p2, ... ) </source>..."
7 June 2023
- 23:5223:52, 7 June 2023 diff hist +43 LibRPC No edit summary
5 June 2023
- 15:1915:19, 5 June 2023 diff hist −12 LibRPC →'G' type function
- 15:1915:19, 5 June 2023 diff hist −53 LibRPC →'F' type function
- 15:1815:18, 5 June 2023 diff hist +90 LibRPC →'G' type function