Skip to content

Commit a58afa8

Browse files
committed
Update common.j
1 parent ef48f98 commit a58afa8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • de.peeeq.wurstscript/src/main/resources

de.peeeq.wurstscript/src/main/resources/common.j

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ globals
20452045
constant unitrealfield UNIT_RF_MANA_REGENERATION = ConvertUnitRealField('umpr')
20462046
constant unitrealfield UNIT_RF_DEATH_TIME = ConvertUnitRealField('udtm')
20472047
constant unitrealfield UNIT_RF_FLY_HEIGHT = ConvertUnitRealField('ufyh')
2048+
constant unitrealfield UNIT_RF_FLY_MAX_HEIGHT = ConvertUnitRealField('ufmh')
20482049
constant unitrealfield UNIT_RF_TURN_RATE = ConvertUnitRealField('umvr')
20492050
constant unitrealfield UNIT_RF_ELEVATION_SAMPLE_RADIUS = ConvertUnitRealField('uerd')
20502051
constant unitrealfield UNIT_RF_FOG_OF_WAR_SAMPLE_RADIUS = ConvertUnitRealField('ufrd')
@@ -4010,10 +4011,6 @@ native BlzSetEventAttackType takes attacktype attackType r
40104011
native BlzSetEventDamageType takes damagetype damageType returns boolean
40114012
native BlzSetEventWeaponType takes weapontype weaponType returns boolean
40124013
native BlzGetEventIsAttack takes nothing returns boolean
4013-
native RequestExtraIntegerData takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns integer
4014-
native RequestExtraBooleanData takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns boolean
4015-
native RequestExtraStringData takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns string
4016-
native RequestExtraRealData takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns real
40174014
// Add this function to follow the style of GetUnitX and GetUnitY, it has the same result as BlzGetLocalUnitZ
40184015
native BlzGetUnitZ takes unit whichUnit returns real
40194016
native BlzEnableSelections takes boolean enableSelection, boolean enableSelectionCircle returns nothing

0 commit comments

Comments
 (0)