From Ape Wiki

Jump to: navigation, search


Contents

[edit] Identity

  • Real name: Alexandre van 't Westende
  • Fake name: alex725629

[edit] Faq

[edit] Get users when joining a channel

client.addEvent('multiPipeCreate', function(pipe, options) { console.log(options.users) });

[edit] Enable sessions

To enable sessions just add in your config file

APE.Config.scripts.push(APE.Config.baseUrl + 'Core/Session.js');

[edit] Testing whether some variable is null

if (!$defined(variable)) doSomething();

[edit] Articles, bits or chunks I wrote

[edit] Important documentation for new users