• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

MiscAPI

Status
Not open for further replies.
Level 21
Joined
Aug 3, 2004
Messages
710
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