Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Complete GoS LUA API [Alpha Version 0.1.8]


  • This topic is locked This topic is locked
134 replies to this topic

#41
Alter_Ego

Alter_Ego

    Newbie

  • Members
  • 4 posts

With all the description of each of every action, i doubt some people still don't understand.  :P


  • 0

#42
Amnesia

Amnesia

    Member

  • Members
  • 15 posts

gj


  • 0

#43
Aurea

Aurea

    Member

  • Members
  • 20 posts

A simple API <3

Let's CODE.


  • 0

#44
aa20155

aa20155

    Newbie

  • Members
  • 2 posts

GOD!!!!!!!!!!!!!!!!!!!!


  • 0

#45
Riven

Riven

    Advanced Member

  • Members
  • 75 posts
  • LocationBrazil

I see great potential in this program


  • 0

#46
q416218218

q416218218

    Newbie

  • Members
  • 2 posts

good


  • 0

#47
dragon135

dragon135

    Newbie

  • Members
  • 1 posts

Thank you for sharing this man. I really appreciate it. Keep it up.


  • 0

#48
mirageofpenguins

mirageofpenguins

    Newbie

  • Members
  • 3 posts

Hey there,

 

You should really overthink your design pattern.

  • Start using properties instead of functions everywhere.
  • For the naming and inheritance just look at the asserts in the binary and use the one from riot, forget bols functions since they are 90% just wrong.
  • I hope you use OOLua with LuaJit and not just LuaBind, because it's a lot faster.
  • You can still fake a bit of OOP with metatable manipulation and you honestly should.

  • 0

#49
Maxxxel

Maxxxel

    The One

  • Scripts Developer
  • 1,196 posts
  • LocationGuess the right City to win 10$

Mirageofpenguins you are not the French guy aren't u


  • 0

#50
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,027 posts
Functions like:

function OnProcessSpell(Object,spellProc)
end

function ObjectLoopEvent(Object,myHero)
end

function AfterObjectLoopEvent(myHero)
end
Are now deprecated; you should use:

OnProcessSpell(function(Object,spellProc)
end)

OnObjectLoop(function(Object,myHero)
end)

OnLoop(function(myHero)
end)

  • 0

#51
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland

Functions like:
 

function OnProcessSpell(Object,spellProc)
end

function ObjectLoopEvent(Object,myHero)
end

function AfterObjectLoopEvent(myHero)
end
Are now deprecated; you should use:

OnProcessSpell(function(Object,spellProc)
end)

OnObjectLoop(function(Object,myHero)
end)

OnLoop(function(myHero)
end)


What happened to fillrect?
  • 0

#52
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,027 posts

FillRect is fixed, thanks for mentioning it.


  • 2

#53
Janethekiller

Janethekiller

    Newbie

  • Members
  • 4 posts

how to add?? plz


  • 0

#54
DiabIo

DiabIo

    Prime Evil

  • Ex-Staff
  • PipPipPip
  • 355 posts

how to add?? plz

You don't add it, it's the API.
I think you are talking about Scripts right ?

Take a look at this : http://gamingonstero...munity-scripts/
Most of them have instructions on how to use them.
  • 0

#55
Anonyle

Anonyle

    Advanced Member

  • Members
  • 51 posts

huh


  • 0

#56
PhoenixPL

PhoenixPL

    Newbie

  • Members
  • 8 posts
  • Location/bin/bash

holy crap, this is AWESOME, thank you very much!

if i had money i would donate u, but i don't have :(


  • 0

#57
Jouza

Jouza

    Advanced Member

  • Members
  • 97 posts
  • LocationCzech Republic

I'm wating for the C# version Kappa


  • 0

#58
Laiha

Laiha

    Advanced Member

  • Members
  • 273 posts
  • LocationAntartica

I'm wating for the C# version Kappa

Keep waiting kiddo , rip Kappa


  • 0

#59
Jouza

Jouza

    Advanced Member

  • Members
  • 97 posts
  • LocationCzech Republic

Keep waiting kiddo , rip Kappa

senpai noticed me Kappa


  • 0

#60
Outbreak

Outbreak

    Advanced Member

  • Members
  • 48 posts

Looks promising. Later on i'll play around with it.


  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users