Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.43 KB

y_master.md

File metadata and controls

24 lines (15 loc) · 1.43 KB

y_master

Provides foreign and global (used like forward and public respectively) to allow you to define functions that may be in another script and call them directly. This makes remote calls that normally use CallRemoteFunction safer as you get compile-time parameter checks and no specifier string. It also means the functions don't have to be in another script and will instead by called directly. This leads to the most important use of y_master - protecting your code from rogue developers. You can restrict it so only the server has all the code, while your coders only have parts of the code in source, and parts pre-compiled.

YSI

For general YSI information, see the following links:

Documentation

  • Quick Start - One very simple example of getting started with this library.
  • Tutorial - Complete tutorial.
  • Features - More features and examples.
  • FAQs - Frequently Asked Questions, including errors and solutions.
  • API - Full list of all functions and their meaning.
  • Internal - Internal developer documentation for the system.

External Links

These are links to external documentation and tutorials; both first- and third-party. Note that these may be incomplete, obsolete, or otherwise inaccurate.