Difference between revisions of "NDGIR"
Line 6: | Line 6: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadInt32FromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadInt32FromPlugin()</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">ReadInt64FromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadInt64FromPlugin()</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">ReadBooleanFromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadBooleanFromPlugin()</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">ReadDoubleFromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadDoubleFromPlugin()</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">ReadObjectFromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadObjectFromPlugin()</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">ReadStringFromPlugin() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReadStringFromPlugin()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 72: | Line 72: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RefreshView() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RefreshView()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 83: | Line 83: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterEventHandler() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterEventHandler()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 94: | Line 94: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterSingleEventHandler() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterSingleEventHandler()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 105: | Line 105: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReloadModule() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReloadModule()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 116: | Line 116: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReloadTemplates() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ReloadTemplates()</p> || . |
|} | |} | ||
</center> | </center> | ||
Line 127: | Line 127: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ResetPermanentObjectStates() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ResetPermanentObjectStates()</p> || . |
|} | |} | ||
</center> | </center> |
Revision as of 20:01, 23 November 2019
Global Functions & Examples
ReadInt32FromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
ReadInt64FromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
ReadBooleanFromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
ReadDoubleFromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
ReadObjectFromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
ReadStringFromPlugin() |
. |
Example
CODE EXAMPLE BLOCK
RefreshView() |
. |
Example
CODE EXAMPLE BLOCK
RegisterEventHandler() |
. |
Example
CODE EXAMPLE BLOCK
RegisterSingleEventHandler() |
. |
Example
CODE EXAMPLE BLOCK
ReloadModule() |
. |
Example
CODE EXAMPLE BLOCK
ReloadTemplates() |
. |
Example
CODE EXAMPLE BLOCK
ResetPermanentObjectStates() |
. |
Example
CODE EXAMPLE BLOCK