All public logs

Combined display of all available logs of Sinfar. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:53, 9 December 2023 Fiery Imp talk contribs created page Event System (Created page with "The way to get an event parameter has been standardized... now instead of calling functions from inc_x_events or getting local variable, parameters are stored in an array: They can be obtained all at once with the GetEventParams() function or one by one, here are all functions to deal with the new events system: Code: Select all int GetEventParamInt(int nParamIndex); object GetEventParamObject(int nParamIndex); string GetEventParamString(int nParamIndex); float Ge...")