Marauroa Glossary: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
FAQ
Line 5: Line 5:
__NOTOC__
__NOTOC__
<div class="toc" style="text-align: center">
<div class="toc" style="text-align: center">
[[#A|A]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#E|E]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#G|G]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#M|M]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#O|O]] &nbsp;&nbsp;|&nbsp;&nbsp;[[#P|P]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#R|R]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#S|S]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#W|W]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#Z|Z]]
[[#A|A]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#D|D]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#E|E]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#F|F]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#G|G]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#M|M]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#O|O]] &nbsp;&nbsp;|&nbsp;&nbsp;[[#P|P]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#R|R]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#S|S]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#W|W]] &nbsp;&nbsp;|&nbsp;&nbsp; [[#Z|Z]]
</div>
</div>


Line 13: Line 13:


; Action : An action is a command sent from the client to the server. For example "move to the right".
; Action : An action is a command sent from the client to the server. For example "move to the right".

== D ==

; DAO : [[High Level Database Access|Data Access Object]]


== E ==
== E ==


; Event : Events are sent from the server to the clients to denote a stateless one time event. They are handled by the class RPEvents and always belong to an RPObject. The normal visibility rules apply. Unlike changed attributes events are fire and forget. So they for example useful for chat messages.
; Event : Events are sent from the server to the clients to denote a stateless one time event. They are handled by the class RPEvents and always belong to an RPObject. The normal visibility rules apply. Unlike changed attributes events are fire and forget. So they for example useful for chat messages.

== F ==

; FAQ :
:* [[FAQ|Arianne FAQ]]
:* [[StendhalFAQ|Stendhal FAQ]]


== G ==
== G ==
Line 48: Line 58:


; slot : RPObjects and RPEvents can have slots that in turn contain RPObjects. For example in Stendhal players have a bag-slot that contains items.
; slot : RPObjects and RPEvents can have slots that in turn contain RPObjects. For example in Stendhal players have a bag-slot that contains items.

; SQL : [[Low Level Database Access]]


== W ==
== W ==