• 🏆 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!

MiscAPI

Status
Not open for further replies.

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
JASS:
native StrNatCompare		takes string first, string second, boolean matchcase	returns integer
native String2RawCode		takes string s						returns integer
native RawCode2String		takes integer i						returns string
native GetParamCount		takes nothing						returns integer
native GetParam			takes integer i						returns string
native GetMapPath		takes nothing						returns string
native GetMapPathAbsolute	takes nothing						returns string
native StringReplace		takes string input, string oldstr, string newstr	returns string
native StringPos		takes string input, string lookup			returns integer

Tutorial: N/A
Download: N/A
Native Set Type: Single Player or WarSoc
Release: 0.10
Other: N/A
 
Level 2
Joined
Apr 2, 2009
Messages
9
What do "GetParam" and "GetParamCount" do? I'd guess they are for parameters, but are these the command-line parameters of warcraft or the parameters of the current function or anything else? :eekani:
 
Status
Not open for further replies.
Top