ISXDK
Contents
Introduction
ISXDK, short for Inner Space Extension Development Kit, is used for developing extensions for Inner Space sessions.
Installation
Installation of ISXDK is very simple. Download and run the installer, and have it install to anywhere you want -- it doesn't matter where it is in relation to your source code, so long as you remember where it is. After installation, you need to add the include and library paths to Visual Studio so they will be used automatically when you #include <isxdk.h> from your code and link to isxdk.lib.
Getting Started with ISXDK
Concepts
Inner Space extensions on the most basic level deal with simply an extension interface (ISXInterface), and the Inner Space interface (ISInterface).
Commands
Data Types
Services
Top-Level Objects
Utilities
mkisx
Struct2LSType
Tutorials
Samples
Reference
Callback Functions
- BlechVariableValue
- BlechCallback
- CreateISXInterface
- ISService
- ISServiceRequest
- LSCommand
- LSTopLevelObject
- SetEnumCallback
- SettingEnumCallback
Classes
- CColumnRenderer
- CIndex
- CLock
- CNavPath
- CPixelMap
- CSemaphore
- CSignal
- CThread
- ISInterface
- ISXInterface
- LSType
Functions
- DistancePointLine
- GetDistance2D
- GetDistance3D
- IsNumber
- IS_AddTrigger
- IS_CheckTriggers
- IS_Detour
- IS_ExecuteEvent
- IS_HttpRequest
- IS_RemoveEvent
- IS_RemoveTrigger
- IS_SetEvent
- IS_UnDetour
- Memory_Modify
- Memory_UnModify
Macros
- FUNCTION_AT_ADDRESS
- FUNCTION_AT_VARIABLE_ADDRESS
- FUNCTION_AT_VIRTUAL_ADDRESS
- DETOUR_TRAMPOLINE_EMPTY
- ISAddTrigger
- ISCheckTriggers
- ISDetour
- ISExecuteEvent
- ISRemoveEvent
- ISRemoveTrigger
- ISSetEvent
- ISUnDetour
- ISXPreSetup
- MemoryModify
- MemoryUnModify
- TypeMember
- TypeMethod
- foreach
- foreachp
Structures
- BLECHVALUE
- LSTYPEMEMBER
- LSTYPEMETHOD
- LSTYPEVAR
- LSVARPTR
- POINT2F
- POINT2I
- POINT3F
- RGBCOLOR
- _FileOpen
- _FileIO
- _EventSet
- _TriggerAdd
- HttpFile
- HttpRequest
- MemDetour
- MemIs
- MemModify
- MemProtect