Atrinik Server 2.5
Functions
types/shop_mat.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

int apply_shop_mat (object *shop_mat, object *op)

Detailed Description

Handles code related to shop mats.

Definition in file shop_mat.c.


Function Documentation

int apply_shop_mat ( object shop_mat,
object op 
)

Apply/trigger a shop map.

Parameters:
shop_matThe shop map object.
opObject that triggered this.
Returns:
Returns 1 if 'op' was destroyed, 0 otherwise.

Definition at line 37 of file shop_mat.c.