• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Example of small set of Custom Natives

Status
Not open for further replies.
Level 21
Joined
Aug 3, 2004
Messages
710
http://video.google.com/videoplay?docid=6507697271943368938&hl=en

I know the quality is very low, but it's just an example.
It shows my very own made-in-boredom-nativeset "Mouse", it's simple, it has the following
JASS:
native GetMouseX takes nothing returns integer
native GetMouseY takes nothing returns integer
native SetMouseX takes integer x returns nothing
native SetMouseY takes integer y returns nothing
native SetMousePos takes integer x, integer y returns nothing
Very simple, yet not included in wc3 for some reason.

What you see in the video is me moving a unit around only by moving the mouse cursor.
 
Last edited:
Level 4
Joined
Jun 21, 2007
Messages
116
rofl

smaller windows mean better quality? then why people want to have big monitors, when they could have better quality on small ones? -_-
 
Status
Not open for further replies.
Top