BuffType.BuffType

Undocumented in source.
  1. alias BuffType = int
  2. alias BuffType = long
  3. alias BuffType = uint
  4. alias BuffType = ulong
    template BuffType(string T)
    static if(!(T == "int32" || T == "sint32"))
    static if(!(T == "int64" || T == "sint64"))
    static if(!(T == "uint32"))
    static if(T == "uint64")
    alias BuffType = ulong
  5. alias BuffType = bool
  6. alias BuffType = ulong
  7. alias BuffType = long
  8. alias BuffType = double
  9. alias BuffType = ubyte[]
  10. alias BuffType = string
  11. alias BuffType = uint
  12. alias BuffType = int
  13. alias BuffType = float

Meta