OpenTTD Source  1.11.2
newgrf_spritegroup.cpp File Reference
#include "stdafx.h"
#include "debug.h"
#include "newgrf_spritegroup.h"
#include "newgrf_profiling.h"
#include "core/pool_func.hpp"
#include "safeguards.h"

Go to the source code of this file.

Functions

static uint32 GetVariable (const ResolverObject &object, ScopeResolver *scope, byte variable, uint32 parameter, bool *available)
 
template<typename U , typename S >
static U EvalAdjustT (const DeterministicSpriteGroupAdjust *adjust, ScopeResolver *scope, U last_value, uint32 value)
 
static bool RangeHighComparator (const DeterministicSpriteGroupRange &range, uint32 value)
 

Variables

SpriteGroupPool _spritegroup_pool ("SpriteGroup")
 
TemporaryStorageArray< int32, 0x110 > _temp_store
 

Detailed Description

Handling of primarily NewGRF action 2.

Definition in file newgrf_spritegroup.cpp.