Voxellancer
0.3
A game about voxels in space
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Pages
scriptable.h
1
#pragma once
2
3
4
class
Scriptable
{
5
public
:
6
Scriptable
();
7
virtual
~
Scriptable
();
8
9
int
scriptKey()
const
;
10
void
setScriptKey(
int
key);
11
12
bool
isScriptLocal()
const
;
13
void
setScriptLocal(
bool
local);
14
15
static
const
int
INVALID_KEY = -1;
16
17
18
protected
:
19
int
m_key;
20
bool
m_local;
21
};
22
Scriptable
Definition:
scriptable.h:4
src
scripting
scriptable.h
Generated on Sun Mar 30 2014 13:32:31 for Voxellancer by
1.8.6