ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf/mapscript.pm
(Generate patch)

Comparing deliantra/server/lib/cf/mapscript.pm (file contents):
Revision 1.5 by root, Thu Jul 16 21:42:56 2009 UTC vs.
Revision 1.6 by root, Wed Oct 21 00:44:39 2009 UTC

20 20
21=cut 21=cut
22 22
23package safe::mapscript; 23package safe::mapscript;
24 24
25use strict qw(subs vars); 25use common::sense;
26 26
27=item $self 27=item $self
28 28
29The mapscript object itself 29The mapscript object itself.
30 30
31=item $state 31=item $state
32 32
33The state value (0 means release, <>0 means push/trigger/enable) that 33The state value (0 means release, <>0 means push/trigger/enable) that
34triggered the map script. 34triggered the map script.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines