Additional functionality.
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Creaturelib.Generated
|
||||
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_CreatureParty_Switch")]
|
||||
internal static extern byte Switch(IntPtr p, ulong a, ulong b);
|
||||
|
||||
/// <param name="p">CreatureParty *</param>
|
||||
/// <returns>unsigned char</returns>
|
||||
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_CreatureParty_PackParty")]
|
||||
internal static extern byte PackParty(IntPtr p);
|
||||
|
||||
/// <param name="p">CreatureParty *</param>
|
||||
/// <param name="index">long unsigned int</param>
|
||||
/// <param name="creature">Creature *</param>
|
||||
|
||||
Reference in New Issue
Block a user