/datum/loot_spawner_info
Contains positional info and tags to pass to loot spawners, so they can spawn items in the right spot.
Vars | |
grid_x | how wide a grid square is, in pixels |
---|---|
grid_y | how tall a grid square is, in pixels |
layer | The layer the spawner should use |
parent | The loot generator that created this spawner. Used to modify tags if necessary. |
position_x | The horizontal position, in grid squares, that the spawner should use as its' origin |
position_y | The vertical position, in grid squares, that the spawner should use as its' origin |
tags | The tags that the loot generator currently has. Such as what ammunition types spawned guns use |
Var Details
grid_x
how wide a grid square is, in pixels
grid_y
how tall a grid square is, in pixels
layer
The layer the spawner should use
parent
The loot generator that created this spawner. Used to modify tags if necessary.
position_x
The horizontal position, in grid squares, that the spawner should use as its' origin
position_y
The vertical position, in grid squares, that the spawner should use as its' origin
tags
The tags that the loot generator currently has. Such as what ammunition types spawned guns use