FIELD CHARACTER: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(adding a bit more)
(finished sub)
Line 1: Line 1:
{{stub}}
{{stub}}
:''Not to be confused with [[:char]]<!--
:''Not to be confused with [[char]] data type.''
-->{{#if: |<!--then:
    -->{{#if: |<!--then:-->, [[:{{{2}}}]]<!--
                    -->|<!--else:-->&nbsp;or [[:{{{2}}}]].}}<!--
              -->|<!--else:-->.<!--
-->}}<!--
-->{{#if: |<!--then:
    -->{{#if: |<!--then:-->, [[:{{{3}}}]]<!--
                    -->|<!--else:-->, or [[:{{{3}}}]].}}<!--
-->}}<!--
-->{{#if: |<!--then:-->, or [[:{{{4}}}]].}}<!--
-->''
A <code>FIELD_CHARACTER</code> is a data type that can use up to 26 different values. Usually it is treated like an [[integer]] would, but a ''character'' can only be one [[byte]].
A <code>FIELD_CHARACTER</code> is a data type that can use up to 26 different values. Usually it is treated like an [[integer]] would, but a ''character'' can only be one [[byte]].
[[Category:Variables]][[Category:Glossary]]

Revision as of 10:48, 5 August 2018

Stub

This article or section is a stub. You can help by expanding it.

Not to be confused with char data type.

A FIELD_CHARACTER is a data type that can use up to 26 different values. Usually it is treated like an integer would, but a character can only be one byte.