Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
UnryzeC authored Jan 13, 2024
1 parent c997c9e commit 696e630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uJAPIFiles/UjAPI.j
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,8 @@ globals
constant unitintegerfield UNIT_IF_ORIENTATION_INTERPOLATION = ConvertUnitIntegerField('uori')
constant unitintegerfield UNIT_IF_ELEVATION_SAMPLE_POINTS = ConvertUnitIntegerField('uept')
constant unitintegerfield UNIT_IF_PROPER_NAMES_COUNT = ConvertUnitIntegerField('upru') // Get Only
constant unitintegerfield UNIT_IF_PROPER_NAME_INDEX = ConvertUnitIntegerField('uprd') // Gets/Sets currently active name from the list | Instance Unit Only.
constant unitintegerfield UNIT_IF_PROPER_NAME_GENERATION = ConvertUnitIntegerField('uprg') // This sets the Roman numeration of the unit, a number is contained. | Instance Unit Only.
constant unitintegerfield UNIT_IF_HOTKEY = ConvertUnitIntegerField('uhot')
constant unitintegerfield UNIT_IF_TINTING_COLOR = ConvertUnitIntegerField('uclt')
constant unitintegerfield UNIT_IF_TINTING_COLOR_RED = ConvertUnitIntegerField('uclr')
Expand Down Expand Up @@ -1841,6 +1843,7 @@ native Id2String takes integer i returns string
native String2Id takes string idString returns integer
native IntToHex takes integer i returns string
native IntToChar takes integer i returns string
native IntToRoman takes integer i returns string
native ConvertColour takes integer alpha, integer red, integer green, integer blue returns integer

//===================================================
Expand Down
3 changes: 3 additions & 0 deletions uJAPIFiles/common.j
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,8 @@ globals
constant unitintegerfield UNIT_IF_ORIENTATION_INTERPOLATION = ConvertUnitIntegerField('uori')
constant unitintegerfield UNIT_IF_ELEVATION_SAMPLE_POINTS = ConvertUnitIntegerField('uept')
constant unitintegerfield UNIT_IF_PROPER_NAMES_COUNT = ConvertUnitIntegerField('upru') // Get Only
constant unitintegerfield UNIT_IF_PROPER_NAME_INDEX = ConvertUnitIntegerField('uprd') // Gets/Sets currently active name from the list | Instance Unit Only.
constant unitintegerfield UNIT_IF_PROPER_NAME_GENERATION = ConvertUnitIntegerField('uprg') // This sets the Roman numeration of the unit, a number is contained. | Instance Unit Only.
constant unitintegerfield UNIT_IF_HOTKEY = ConvertUnitIntegerField('uhot')
constant unitintegerfield UNIT_IF_TINTING_COLOR = ConvertUnitIntegerField('uclt')
constant unitintegerfield UNIT_IF_TINTING_COLOR_RED = ConvertUnitIntegerField('uclr')
Expand Down Expand Up @@ -4251,6 +4253,7 @@ native Id2String takes integer i returns string
native String2Id takes string idString returns integer
native IntToHex takes integer i returns string
native IntToChar takes integer i returns string
native IntToRoman takes integer i returns string
native ConvertColour takes integer alpha, integer red, integer green, integer blue returns integer

//===================================================
Expand Down

0 comments on commit 696e630

Please sign in to comment.