Category:Value Types: Difference between revisions

Category page
m Yosh moved page Category:Type:Value to Category:Value Types: Chore: make type: namespace only for actual types in game. will recategorize
complete all value types
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A Value Type refers to a primitive [[:Category:Type|type]] or a type that is numerical.
This is a list of all [[Value Type|Value Types]] within the [[Data Model]] and [[ProtoFlux]]. Value types are not a [[Reference Type]] in the data model and/or not an [[Type:Object|Object]] in ProtoFlux.


So this encompasses (Excluding [[Type:Bobool3ol|Bobool3ol]]):
{{Template:BoolTypes|Header=Bool|nocat=}}
{{Template:BoolTypes|Header=Bool}}
{{Template:IntTypes|Header=Int|nocat=}}
{{Template:IntTypes|Header=Int}}
{{Template:UIntTypes|Header=Unsigned Int|nocat=}}
{{Template:UIntTypes|Header=Unsigned Int}}
{{Template:LongTypes|Header=Long|nocat=}}
{{Template:LongTypes|Header=Long}}
{{Template:ULongTypes|Header=Unsigned Long|nocat=}}
{{Template:ULongTypes|Header=Unsigned Long}}
{{Template:FloatTypes|Header=Float|nocat=}}
{{Template:FloatTypes|Header=Float}}
{{Template:DoubleTypes|Header=Double|nocat=}}
{{Template:DoubleTypes|Header=Double}}
==Other==
==Other==
* [[Type:Short|Short]]
* [[Type:Short|Short]]
Line 16: Line 15:
* [[Type:Half|Half]]
* [[Type:Half|Half]]
* [[Type:Decimal|Decimal]]
* [[Type:Decimal|Decimal]]
* [[Type:Color|Color]]
* [[Type:ColorX|ColorX]]
* [[Type:Char|Char]]
* [[Type:DateTime|DateTime]]
* [[Type:TimeSpan|TimeSpan]]
* [[Type:RefID|RefID]]
== Value Types in FrooxEngine but not in ProtoFlux ==
* [[Type:String|String]]
* [[Type:Uri|Uri]]
* [[Type:Nullable`1|Nullable types]]
[[Category:Type]]

Latest revision as of 19:52, 5 September 2024