View Single Post
  #4  
Old 06-09-2011, 03:47 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Tricxta View Post
:0 this sounds like an awesome idea, could we have the ability to call functions from other classes as well?
example:system.map(bla);
I'm not entirely sure what you're asking here, but if you're asking if the map function I wrote could be in another weapon/npc, then yes, that should be possible.

There are many interesting 'general purpose' functions like map which can be stored in a separate weapon to make your life easier. (In fact, I've already implemented a bunch of them, they just aren't as useful as they should be since we don't have closures).
Reply With Quote