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

Comparing deliantra/server/lib/cf/match.pm (file contents):
Revision 1.32 by root, Mon Oct 11 21:20:09 2010 UTC vs.
Revision 1.33 by root, Tue Oct 12 20:15:48 2010 UTC

346array syntax, i.e. C<resists[ATNR_FIRE]>). 346array syntax, i.e. C<resists[ATNR_FIRE]>).
347 347
348=item body_xxx_info and body_xxx_used 348=item body_xxx_info and body_xxx_used
349 349
350Every body location (e.g. C<body_neck_info>, C<body_arm_used> etc.) can 350Every body location (e.g. C<body_neck_info>, C<body_arm_used> etc.) can
351be accessed via these functions (these are aliases to more cumbersome C<{ 351be accessed via these functions (these are aliases to more cumbersome C<< {
352$_->slot_info (body_xxx) }> and C<slot_used> method calls). 352$_->slot_info (body_xxx) } >> and C<slot_used> method calls).
353 353
354Example: (e.g. on a door) match only players that have no arms. 354Example: (e.g. on a door) match only players that have no arms.
355 355
356 match type=PLAYER and body_arm_info=0 356 match type=PLAYER and body_arm_info=0
357 357

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines