userIan Hendersoncancel
branchrust_reboot/main/syncvarscancel

8 Commits over 31 Days - 0.01cph!

52 Days Ago
+ BaseEntity.SyncVar (doesn't compile)
52 Days Ago
Added implicit conversion operators
52 Days Ago
Add correct list of allowed types
52 Days Ago
Proper client receive method
52 Days Ago
main -> syncvars
3 Months Ago
Runtime hash set to check for allowed types. This should be done in code gen instead
3 Months Ago
Added SyncVarConditional, this ensures a Func successfully return true before calling OnValueSync
3 Months Ago
Created base SyncVar class. Use generics and hook the getter/setter instead to save on memory