Update manual.lua

This commit is contained in:
Agent X 2023-12-10 10:12:00 -05:00
parent 9348521e77
commit b603c1f858
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function network_init_object(object, standardSync, fieldTable)
end
--- @param object Object Object to sync
--- @param reliable boolean Whether or not the game should try to resend the packet in case its lost, good for important packets
--- @param reliable boolean Whether or not the game should try to resend the packet in case it gets lost, good for important packets
--- @return nil
--- Sends a sync packet to sync up the object with everyone else
function network_send_object(object, reliable)