View Single Post
04/26/17, 03:27 AM   #6
Rahon
Join Date: Apr 2017
Posts: 3
Originally Posted by votan View Post
  1. ADDON_NAME should not be global, use the local keyword
How exactly does the keyword function,

Is it telling the EVENT_MANAGER where to look for the mentioned function?

As far as i haven understood it, you can call different variables from other functions with e.g differentFunctionNName.VariableName.

Does self.VariableName equal variableName?

Is this in some sense comparable to a pointer from c?

(Thatīs the only programming language i have basic knowledge about)
  Reply With Quote