FIELD CHARACTER: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(needs to expanded on)
 
(adding a bit more)
Line 1: Line 1:
{{stub}}
{{stub}}
A <code>FIELD_CHARACTER</code> is a data type that can use up to 26 different values.
:''Not to be confused with [[:char]]<!--
-->{{#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]].

Revision as of 10:46, 5 August 2018

Stub

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

Not to be confused with char.

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.