HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

why is there two function?

03-25-2006, 02:31 AM#1
Linera
Why are there 2 functions that do that exact same thing?

(See Below)

Collapse JASS:
constant native OrderId2String (integer orderId) returns string  
function OrderId2StringBJ (integer orderId) returns string  
03-25-2006, 02:44 AM#2
Chuckle_Brother
Obviously, once is a lame bj function that has a few extra small things.
03-25-2006, 09:13 AM#3
Jacek
Many native functions have same with BJ. You should use native functions always (non-BJ).