AirCore - GlassSources/airwiki GitHub Wiki
AirCore.
AirCore is a API featuring beginner features, with advanced tools. This can improve efficiency in advanced coders, and can help beginners by using simple yet advanced functions. AirCore shows some familarity from LuaEnhancer and Forge, so if you're buying this product from our product line. You'll be familiar and good to go by reading some methods.
AirCore Methods (MainLib)
Method |
Syntax |
Description |
GetLicense |
_G.air.GetLicense() |
Prints information about the license, not intended for scripts. |
Version |
_G.air.Version() |
Prints versions for everything in Air, not intended for scripts. |
SendConsoleMessage |
_G.air.sendConsoleMessage(msg) |
Sends the message into the server console. |
systemError |
_G.air.systemError(msg, code) |
Not intended for regular users, and the method is locked. |
errorMessage |
_G.air.errorMessage(message) |
Send a regular warning message (error message), this was implemented for debugging. |
MoveUX |
_G.air.moveUX(locationofgui, position, tweenconfig) |
Make your GUI move, intended to be a faster way to move UXs. |
newInstance |
_G.air.instanceNew(location, instance) |
Creates a new instance, very useful feature for everyone. |
SizeUX |
_G.air.sizeUX(size, location, position, tweenvalue) |
A efficent way to size your UIs with tons of customizations in hand. |
AudioConfig |
_G.air.audioConfig(location, value) |
For lazy people or beginners, this is a easy way to configure your audio file. |
Destroy |
_G.air.Destroy(location) |
A classic function, this was added for a joke. But, either way it's quite useful! |
AirCore Methods (RawLib)
Method |
Syntax |
Description |
GetLicenseName |
_G.rawAir.GetLicenseName() |
Returns the license's name. |
GetAPIVersion |
_G.rawAir.GetAPIVersion() |
Returns only AirCore's raw version. |