|  | Gray C++ Libraries
    0.0.2
    A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux | 
#include "pch.h"#include "cMapPatch.h"#include "GrayLib/include/Windows/cFileDirDlg.h"#include "GrayLib/include/ScriptExec/cScriptExec.h"#include "GrayLib/include/ScriptContext/cScriptSourceCurrent.h"#include "GrayCore/include/cThreadLock.h"#include "cMapPatchProps.tbl"#include "cMapPatchMethods.tbl"| Namespaces | |
| GrayMapData | |
| Macros | |
| #define | cMapPatchProp(a, b, c, d, e) CSCRIPT_PROP_IMP(a,b,e), | 
| #define | cMapPatchMethod(a, b, c) CSCRIPT_METHOD_IMP(a,b,c), | 
| #define | MAP_SCALE_MASK (MAP_LOD_RATIO-1) | 
| #define | MAP_CHAR_STANDING(z, fGroundLevel, fCharHeight) ( z <= ( fGroundLevel + ( fCharHeight * 0.25f ))) | 
| Functions | |
| GrayMapData::CSCRIPT_CLASS_IMP1 (MapPatch, cMapPatch::sm_Props, cMapPatch::sm_Methods, "define a sector or a block of a map") | |
| #define cMapPatchMethod | ( | a, | |
| b, | |||
| c | |||
| ) | CSCRIPT_METHOD_IMP(a,b,c), | 
| #define cMapPatchProp | ( | a, | |
| b, | |||
| c, | |||
| d, | |||
| e | |||
| ) | CSCRIPT_PROP_IMP(a,b,e), | 
| #define MAP_CHAR_STANDING | ( | z, | |
| fGroundLevel, | |||
| fCharHeight | |||
| ) | ( z <= ( fGroundLevel + ( fCharHeight * 0.25f ))) | 
| #define MAP_SCALE_MASK (MAP_LOD_RATIO-1) |