Go to the source code of this file.
Detailed Description
Beacon related code.
Definition in file beacon.c.
Function Documentation
| void beacon_add |
( |
object * |
ob | ) |
|
| object* beacon_locate |
( |
const char * |
name | ) |
|
Locate a beacon object in beacons_list.
- Parameters:
-
| name | Name of the beacon to locate. Must be a shared string. |
- Returns:
- The beacon object if found, NULL otherwise.
Definition at line 69 of file beacon.c.
| void beacon_remove |
( |
object * |
ob | ) |
|
Variable Documentation
The beacons list.
Definition at line 33 of file beacon.c.