Open Dev Kit Documentation :: General :: API Node Network Flags
Root.APINodeNetworkFlagsOptions for the Network API Node
Constants
- Server (`server`)
- Server can execute this function on clients
- Client (`client`)
- Clients can execute this function on the server
- Ordered (`ordered`)
- Function must be received by recipient in order (but potentially delayed)
- Guaranteed (`guaranteed`)
- Function must be received by recipient eventually
- Object (`object`)
- Pointer parameter is to be sent as an object and not merely a reference
- Redundant (`redundant`)
- Older matching functions with parameters can be purged to reduce bandwidth
If you think anything is missing, please feel free to: submit documentation feedback on this page
