赛派号

行车记录仪哪个牌子好用 Scripting Documentation

Overview

Welcome to the GameGuardian Scripting Documentation.

You can use scripts to program various hacks in the GameGuardian.

This reference documentation describes the classes and functions that can occur and be used in GameGuardian scripts.

You can discuss about this on our forums: http://gameguardian.net/forum/topic/17447-lua-scripting/

How do I get started?

For getting started with scripting, the "learning-by-doing" approach often works very well, because it's fast and fun.

Start by studying and modifing the scripts that can be download from our site: http://gameguardian.net/forum/files/category/6-lua-scripts/ or take them as starting points for your own work.

Experimenting with working scripts will make it easy for you to understand the underlying key ideas and concepts. Then come back here and read the documentation as required.

You may also want to he a look at the Lua documentation and/or start asking questions at the GameGuardian forums.

How to make the simplest script, you can read on a special page: How to write a simple script

List all API methods

You can list all methods of a gg table using this code:

print(gg)

They are all described on the corresponding page: gg

Additional Resources of Information For an examples of hacks in GameGuardian, see our video gallery. The scripting implementation in GameGuardian is based on the programming language Lua. Learn more about Lua at http://www.lua.org/about.html Check out the very good Lua documentation at http://www.lua.org/docs.html It provides all the background information about the language and is an indispensable resource for advanced GameGuardian scripting! Read the book "Programming in Lua". Visit the tutorial wiki. For example scripts, see http://gameguardian.net/forum/files/category/6-lua-scripts/

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至lsinopec@gmail.com举报,一经查实,本站将立刻删除。

上一篇 没有了

下一篇没有了