branchrust_reboot/main/syncvarscancel

8 Commits over 31 Days - 0.01cph!

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