• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[JASS] Questions about some Reforged natives

Status
Not open for further replies.
Level 25
Joined
Feb 2, 2006
Messages
1,689
Hi,
I am just wondering what some of the new natives do:
JASS:
native BlzHideCinematicPanels                     takes boolean enable returns nothing

native AutomationSetTestType                    takes string testType returns nothing
native AutomationTestStart                      takes string testName returns nothing
native AutomationTestEnd                        takes nothing returns nothing
native AutomationTestingFinished                takes nothing returns nothing

native RequestExtraIntegerData                     takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns integer
native RequestExtraBooleanData                     takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns boolean
native RequestExtraStringData                      takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns string
native RequestExtraRealData                        takes integer dataType, player whichPlayer, string param1, string param2, boolean param3, integer param4, integer param5, integer param6 returns real

native BlzStartRecording                           takes integer fps returns nothing
native BlzEndRecording                             takes nothing returns nothing

The first one hides the two cinematic bars which are added in cinematic mode I guess.
What are automation tests?
What is requesting extra data?

Can I really record the game into video files or something?

Is there some Wiki which explains all the natives in detail? I know for some natives there are explanations in corresponding trigger actions from Blizzard.
 
Level 18
Joined
Jan 1, 2018
Messages
728
Status
Not open for further replies.
Top