learngs2:variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
learngs2:variables [2023/02/24 12:46] twinnylearngs2:variables [2023/02/24 12:47] (current) twinny
Line 49: Line 49:
 You may have noticed all variables so far have started with this. This creates the 'scope for the variable which defines where it exists and potentially for how long. There is a few we can use: You may have noticed all variables so far have started with this. This creates the 'scope for the variable which defines where it exists and potentially for how long. There is a few we can use:
  
-<code javascript>+<code>
 this.    - Refers to the current object (e.g. if we are writing this in a weapon, we are created a variable that exists and is accessible in the weapon) this.    - Refers to the current object (e.g. if we are writing this in a weapon, we are created a variable that exists and is accessible in the weapon)
 thiso.   - Refers thiso.   - Refers
Line 57: Line 57:
 clientr. - These are very similar to client. flags but they are different in that they can only be read and not written from clientside: we will come back to this! clientr. - These are very similar to client. flags but they are different in that they can only be read and not written from clientside: we will come back to this!
 server. and serverr. - These are variables which are stored in the server itself. We do not need to focus on these for now server. and serverr. - These are variables which are stored in the server itself. We do not need to focus on these for now
- 
-This is likely very confusing but again, it will make sense the more you learn and practise with the concepts coming in these lessons! 
  
 </code> </code>
- + <font inherit/Arial, sans-serif;;inherit;;rgb(24, 26, 27) color: rgb(211, 207, 201); font-family: Arial, sans-serif; --darkreader-inline-bgcolor:#131516; --darkreader-inline-color:#c9c4bd;>This is likely very confusing but again, it will make sense the more you learn and practise with the concepts coming in these lessons! For now, we can move on</font>
-For now, we can move on+
  
  
  • learngs2/variables.txt
  • Last modified: 2023/02/24 12:47
  • by twinny