Template:OOP: Difference between revisions
Jump to navigation
Jump to search
(Rename "Pair" to "Counterpart". Tweak guidelines.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{OOP|This function has been dropped in favour of [[setPlayerHudComponentVisible]] |[[player]].getRandom|random|isPlayerHudComponentVisible}} | {{OOP|This function has been dropped in favour of [[setPlayerHudComponentVisible]] |[[player]].getRandom|random|isPlayerHudComponentVisible}} | ||
Line 8: | Line 6: | ||
* Likewise, if it's an object function such as "player:setName", use lowercase. | * Likewise, if it's an object function such as "player:setName", use lowercase. | ||
* Use full stops (or if you're american, "periods.") for static functions and colons (:) for object functions. | * Use full stops (or if you're american, "periods.") for static functions and colons (:) for object functions. | ||
</ | |||
<includeonly><u>'''OOP Syntax'''</u> | |||
{{#if: {{{1|}}} |: '''Note''': ''{{{1}}}''|}}{{#if: {{{2|}}} |: '''Method''': ''{{{2}}}(...)''|}}{{#if: {{{3|}}} |: '''Variable''': ''.{{{3}}}''|}}{{#if: {{{4|}}} |: '''Counterpart''': ''[[{{{4}}}]]''|}}</includeonly> |
Revision as of 18:54, 11 January 2016
Template loop detected: Template:OOP
Hey guys, here are a few "rules" in using the OOP template:
- If it's a constructor, such as createPed, use "Ped" not "createPed" or "Ped.create"
- If it's a static class function or a constructor, use a capital letter for the first character. (Player not player).
- Likewise, if it's an object function such as "player:setName", use lowercase.
- Use full stops (or if you're american, "periods.") for static functions and colons (:) for object functions.
OOP Syntax
- Note: This function has been dropped in favour of setPlayerHudComponentVisible
- Method: player.getRandom(...)
- Variable: .random
- Counterpart: isPlayerHudComponentVisible
Hey guys, here are a few "rules" in using the OOP template:
- If it's a constructor, such as createPed, use "Ped" not "createPed" or "Ped.create"
- If it's a static class function or a constructor, use a capital letter for the first character. (Player not player).
- Likewise, if it's an object function such as "player:setName", use lowercase.
- Use full stops (or if you're american, "periods.") for static functions and colons (:) for object functions.