Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. FUNCTION:An executable command. A function can do many things. All of the terms in this document can be used inside of a function.
  2.  
  3. UPDATE:Executed constantly. It is different from a function because a function is executed only when it is told.
  4.  
  5. VARIABLES:There are different types of variables. Variables are changed, used for construction, checked in if statements and placed in arrays.
  6.  
  7. IF STATEMENT:Does something specific when certain criteria is met. This criteria could be a variable equalling something specific, an array's contents or a certain constructor.
  8.  
  9. LOOPS:These are sometimes used to execute commands for each individual variable inside of an array. There are a few types of loops.
  10.  
  11. ARRAYS:A list filled with variables.
  12.  
  13. NETWORK AND DATABASE:For setting up clients and servers. Databasing is about saving strings online.
  14.  
  15. PREFAB:An object that you have created which has a hierarchy that you have set up. It includes scripts and other game objects.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement