CommonLibSSE NG
|
#include <Projectile.h>
Static Public Member Functions | |
static Manager * | GetSingleton () |
Public Attributes | |
BSTArray< ProjectileHandle > | unlimited |
BSTArray< ProjectileHandle > | limited |
BSTArray< ProjectileHandle > | pending |
BSSpinLock | projectileLock |
BSTArray< WobbleControl > | wobble |
Additional Inherited Members | |
Public Types inherited from RE::BSTSingletonSDMBase< Traits > | |
using | Type = typename Traits::Type |
using | Allocator = typename Traits::Allocator |
|
static |
BSTArray<ProjectileHandle> RE::Projectile::Manager::limited |
BSTArray<ProjectileHandle> RE::Projectile::Manager::pending |
|
mutable |
BSTArray<ProjectileHandle> RE::Projectile::Manager::unlimited |
BSTArray<WobbleControl> RE::Projectile::Manager::wobble |