Merge branch 'master' of github.com:TudbuT/isbpl
This commit is contained in:
commit
ff39b3dc0d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ OOP works like this:
|
|||
- There are three separate function resolvers:
|
||||
- Object
|
||||
- Local
|
||||
- (Multiple more levels determined by the frame height)
|
||||
- Global
|
||||
- They are executed in the order shown above
|
||||
- The object resolver peeks onto the stack, gets the type of the object, and checks for methods on the type, if it finds one, it executes it
|
||||
|
|
Loading…
Reference in a new issue