Populous: The Beginning Script 3
1.0.0
Documentation for Populous Script 3 engine
Module_MapWho.h
Go to the documentation of this file.
1
/*
2
Populous: The Beginning - Script Language Header
3
Brandan Tyler Lasley 2019
4
INTERNAL USE ONLY --- DO NOT DISTRIBUTE
5
*/
6
8
9
void
import
(
enum
modules);
// (0x19AE1C)
10
void
exit
();
// (0x19B06B)
11
bool
include
(
class
std::basic_string<
char
,
struct
std::char_traits<char>,
class
std::allocator<char> >);
// (0x19B07C)
12
long
move_thing_within_mapwho
(
struct
Thing
*,
struct
Coord3D
*);
// (0xF6D4C0)
13
void
set_mapwho_obstacle_flag
(
unsigned
short
);
// (0x66F620)
14
void
delete_thing_from_mapwho
(
struct
Thing
*);
// (0xF6C580)
15
void
add_thing_to_mapwho
(
struct
Thing
*,
struct
Coord3D
*);
// (0xF6B100)
16
17
19
20
21
23
24
25
27
move_thing_within_mapwho
long move_thing_within_mapwho(struct Thing *, struct Coord3D *)
Coord3D
Definition:
Module_DataTypes.h:194
include
bool include(class std::basic_string< char, struct std::char_traits< char >, class std::allocator< char > >)
add_thing_to_mapwho
void add_thing_to_mapwho(struct Thing *, struct Coord3D *)
exit
void exit()
delete_thing_from_mapwho
void delete_thing_from_mapwho(struct Thing *)
set_mapwho_obstacle_flag
void set_mapwho_obstacle_flag(unsigned short)
Thing
Definition:
Module_DataTypes.h:1153
Module_MapWho.h
Generated by
1.8.15