branchrust_reboot/main/syncvarscancel

9 Commits over 90 Days - 0.00cph!

Yesterday
main -> syncvars
2 Months Ago
+ BaseEntity.SyncVar (doesn't compile)
2 Months Ago
Added implicit conversion operators
2 Months Ago
Add correct list of allowed types
2 Months Ago
Proper client receive method
2 Months 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