- Learning Game AI Programming with Lua
- David Young
- 147字
- 2021-08-05 17:02:10
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The LuaScriptUtilities
header defines the metatable name of the vector type."
A block of code is set as follows:
local function CallCallbacks(callbacks, stateName, looping) for index = 1, #callbacks do callbacks[index].callback( stateName, looping, callbacks[index].data); end end
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Open the Settings menu under the Project menu."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長(zhǎng)之路
- 使用GitOps實(shí)現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- Oracle RAC 11g實(shí)戰(zhàn)指南
- 卷積神經(jīng)網(wǎng)絡(luò)的Python實(shí)現(xiàn)
- 文本挖掘:基于R語(yǔ)言的整潔工具
- Live Longer with AI
- UDK iOS Game Development Beginner's Guide
- Hadoop 3.x大數(shù)據(jù)開發(fā)實(shí)戰(zhàn)
- Remote Usability Testing
- 大數(shù)據(jù)技術(shù)入門
- PostgreSQL指南:內(nèi)幕探索
- 貫通SQL Server 2008數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)
- Python數(shù)據(jù)分析從小白到專家
- Web Services Testing with soapUI
- Rust High Performance