NDGIW
Global Functions & Examples
WriteInt32ToPlugin() Paramsplugin - name of plugin to send to int32 - value |
Sends an Int32 value directly to a C# gameplay plugin. |
Example
CODE EXAMPLE BLOCK
WriteInt64ToPlugin() Paramsplugin - name of plugin to send to int64 - value |
.Sends an Int64 value directly to a C# gameplay plugin |
Example
CODE EXAMPLE BLOCK
WriteBooleanToPlugin() Paramsplugin - plugin name to send to bool - value |
Sends a boolean value directly to a C# gameplay plugin.. |
Example
CODE EXAMPLE BLOCK
WriteDoubleToPlugin() Paramsplugin - plug-in name to send to double - value |
Sends a double value directly to a C# gameplay plugin. |
Example
CODE EXAMPLE BLOCK
WriteObjectToPlugin() Paramsplugin - plug-in name to send to object - value |
Sends an object directly to a C# gameplay plugin. |
Example
CODE EXAMPLE BLOCK
WriteStringToPlugin() Paramsplugin - plug-in name to send to string - value |
Sends a string value directly to a C# gameplay plugin. |
Example
CODE EXAMPLE BLOCK