OsSetDynamicTextureDataFace

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |threat_level=None |function_syntax=string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face); ...")
 
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=None
+
|threat_level=
 
|function_syntax=string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);
 
|function_syntax=string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);
 
|csharp_syntax=string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);
 
|csharp_syntax=string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);

Revision as of 04:27, 25 June 2017

string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);
C#: string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, int timer, int face);
...
Threat Level No threat level specified
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
// Example of osSetDynamicTextureDataFace
 
default
{
    state_entry()
    {
        ...
    }
}


Personal tools
General
About This Wiki