User contributions for Habi
Jump to navigation
Jump to search
24 June 2023
- 17:4517:45, 24 June 2023 diff hist −2 ReadInt No edit summary current
- 17:4417:44, 24 June 2023 diff hist +490 N ReadString Created page with "{{Welcome|desc=This will read a string from the blob of onServerData.|params=<source lang="lua">( data )</source><poem> ::data : The blob obtained from onServerData </poem>| example=<source lang="lua"> function OnServerData( data ) { local a = ReadString(data); print("I received string " + a + " from server\n"); } </source>| retvals=The function returns the string on success. On failure throw error.| relfuncs=*ReadInt *ReadFloat *ReadByte *O..." current
- 17:4417:44, 24 June 2023 diff hist +487 N ReadFloat Created page with "{{Welcome|desc=This will read a float from the blob of onServerData.|params=<source lang="lua">( data )</source><poem> ::data : The blob obtained from onServerData </poem>| example=<source lang="lua"> function OnServerData( data ) { local a = ReadFloat(data); print("I received float " + a + " from server\n"); } </source>| retvals=The function returns the float on success. On failure throw error.| relfuncs=*ReadInt *ReadByte *ReadString *OnSe..." current
- 17:4317:43, 24 June 2023 diff hist +487 N ReadByte Created page with "{{Welcome|desc=This will read a byte from the blob of onServerData.|params=<source lang="lua">( data )</source><poem> ::data : The blob obtained from onServerData </poem>| example=<source lang="lua"> function OnServerData( data ) { local a = ReadByte(data); print("I received byte " + a + " from server\n"); } </source>| retvals=The function returns the integer on success. On failure throw error.| relfuncs=*ReadInt *ReadFloat *ReadString *OnSe..."
- 17:4117:41, 24 June 2023 diff hist −21 ReadInt No edit summary
- 17:4017:40, 24 June 2023 diff hist +535 N ReadInt Created page with "local a= ReadInt(data); {{Welcome|desc=This will read an integer(4 bytes) from the given blob obtained from onServerData.|params=<source lang="lua">( data )</source><poem> ::data : The blob obtained from onServerData </poem>| example=<source lang="lua"> function OnServerData( data ) { local a= ReadInt(data); print("I received " + a + " from server\n"); } </source>| retvals=The function returns the integer on success. On failure throw error.| relfuncs=*Rea..."
- 17:3517:35, 24 June 2023 diff hist +1 WriteString No edit summary current
- 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