User contributions for Habi

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 June 2023

26 June 2023

25 June 2023

24 June 2023

  • 17:4517:45, 24 June 2023 diff hist −3 ReadByteNo edit summary current
  • 17:4517:45, 24 June 2023 diff hist −2 ReadIntNo edit summary current
  • 17:4417:44, 24 June 2023 diff hist +490 N ReadStringCreated 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 ReadFloatCreated 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 ReadByteCreated 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 ReadIntNo edit summary
  • 17:4017:40, 24 June 2023 diff hist +535 N ReadIntCreated 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 WriteStringNo edit summary current

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)