Difference between revisions of "NDGIW"
Line 6: | Line 6: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteInt32ToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteInt32ToPlugin()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 17: | Line 17: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteInt64ToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteInt64ToPlugin()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 28: | Line 28: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteBooleanToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteBooleanToPlugin()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 39: | Line 39: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteDoubleToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteDoubleToPlugin()</p>|| . |
|} | |} | ||
</center> | </center> | ||
Line 50: | Line 50: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteObjectToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteObjectToPlugin()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 61: | Line 61: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteStringToPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">WriteStringToPlugin()</p> || . |
|} | |} | ||
</center> | </center> |
Revision as of 06:44, 24 November 2019
Global Functions & Examples
WriteInt32ToPlugin() |
. |
Example
CODE EXAMPLE BLOCK
WriteInt64ToPlugin() |
. |
Example
CODE EXAMPLE BLOCK
WriteBooleanToPlugin() |
. |
Example
CODE EXAMPLE BLOCK
WriteDoubleToPlugin() |
. |
Example
CODE EXAMPLE BLOCK
WriteObjectToPlugin() |
. |
Example
CODE EXAMPLE BLOCK
WriteStringToPlugin() |
. |
Example
CODE EXAMPLE BLOCK