6,834
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
Some types inherit functionality from other types, for example, type <code>Player</code> inherits type <code>Ped</code>, meaning that type <code>Player</code> has 100% of the functionality that <code>Ped</code> has.<br> | Some types inherit functionality from other types, for example, type <code>Player</code> inherits type <code>Ped</code>, meaning that type <code>Player</code> has 100% of the functionality that <code>Ped</code> has.<br> | ||
Visit the [[ | Visit the [[Types|Types]] page for a full list of class inheritance. | ||
==Examples== | ==Examples== |
edits