StrikeCE.API 0.0.2

dotnet add package StrikeCE.API --version 0.0.2
                    
NuGet\Install-Package StrikeCE.API -Version 0.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StrikeCE.API" Version="0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StrikeCE.API" Version="0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="StrikeCE.API" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StrikeCE.API --version 0.0.2
                    
#r "nuget: StrikeCE.API, 0.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StrikeCE.API@0.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StrikeCE.API&version=0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=StrikeCE.API&version=0.0.2
                    
Install as a Cake Tool

StrikeCE.API

StrikeCE.API provides the enum and similar data used by Strike CE's IPC (read: API), the IPC Methods themselves, and wrappers for those IPC Methods that are typed more strongly than what Dalamud IPC allows for.
All in the sake of not having to copy over signatures, data, or keep up with the IPC changelog yourself.

You can find the full documentation for the IPC itself here.

Support

It's best to open issues here with any questions, feedback, or help.
Or you can reach out to me directly on Discord, if you share any server with me.

Changes

See Docs/Changes.md for the changelog.

You can keep up to date with the latest changes to the IPC by subscribing to the GitHub Atom feeds for the core Strike CE IPC documentation, and the changes file here. For example, you can do this very easily with Blogtrottr.
This package's changes feed:

https://github.com/FF-Strike/StrikeCE/commits/main/Docs/Changes.md.atom

Strike CE IPC Documentation feed:

https://github.com/FF-Strike/StrikeCE/commits/main/docs/IPC.md.atom

or @zbee's branch for upcoming changes: (though this link is more likely to move)

https://github.com/zbee/StrikeCE/commits/IPC/docs/IPC.md.atom

Strike.API: Everything you need to work with Strike CE's IPC.
Copyright (C) 2026  Ethan Henderson (zbee) <ethan@zbee.codes>

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published
 by the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>. 
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.2 102 7/29/2026