mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Update manual.lua
This commit is contained in:
parent
9348521e77
commit
b603c1f858
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ function network_init_object(object, standardSync, fieldTable)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- @param object Object Object to sync
|
--- @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
|
--- @return nil
|
||||||
--- Sends a sync packet to sync up the object with everyone else
|
--- Sends a sync packet to sync up the object with everyone else
|
||||||
function network_send_object(object, reliable)
|
function network_send_object(object, reliable)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue