Crossfire Server, Branches 1.12
R18729
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
cfpython_party.h
Go to the documentation of this file.
1
/*****************************************************************************/
2
/* CFPython - A Python module for Crossfire RPG. */
3
/* Version: 2.0beta8 (also known as "Alexander") */
4
/* Contact: yann.chachkoff@myrealbox.com */
5
/*****************************************************************************/
6
/* That code is placed under the GNU General Public Licence (GPL) */
7
/* (C)2001-2005 by Chachkoff Yann (Feel free to deliver your complaints) */
8
/*****************************************************************************/
9
/* CrossFire, A Multiplayer game for X-windows */
10
/* */
11
/* Copyright (C) 2000 Mark Wedel */
12
/* Copyright (C) 1992 Frank Tore Johansen */
13
/* */
14
/* This program is free software; you can redistribute it and/or modify */
15
/* it under the terms of the GNU General Public License as published by */
16
/* the Free Software Foundation; either version 2 of the License, or */
17
/* (at your option) any later version. */
18
/* */
19
/* This program is distributed in the hope that it will be useful, */
20
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
21
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
22
/* GNU General Public License for more details. */
23
/* */
24
/* You should have received a copy of the GNU General Public License */
25
/* along with this program; if not, write to the Free Software */
26
/* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
27
/* */
28
/*****************************************************************************/
29
30
#ifndef CFPYTHON_PARTY_H
31
#define CFPYTHON_PARTY_H
32
33
typedef
struct
{
34
PyObject_HEAD
35
partylist
*
party
;
36
}
Crossfire_Party
;
37
38
extern
PyTypeObject
Crossfire_PartyType
;
39
40
extern
PyObject *
Crossfire_Party_wrap
(
partylist
*what);
41
42
#endif
/* CFPYTHON_PARTY_H */
Crossfire_Party_wrap
PyObject * Crossfire_Party_wrap(partylist *what)
Definition:
cfpython_party.c:58
Crossfire_Party::party
PyObject_HEAD partylist * party
Definition:
cfpython_party.h:35
party_struct
Definition:
player.h:120
Crossfire_PartyType
PyTypeObject Crossfire_PartyType
Definition:
cfpython_party_private.h:21
Crossfire_Party
Definition:
cfpython_party.h:33
crossfire-code
server
branches
1.12
plugins
cfpython
include
cfpython_party.h
Generated on Sun Nov 18 2018 02:40:29 for Crossfire Server, Branches 1.12 by
1.8.6