diff options
author | Arthur Valadares | 2009-08-28 17:48:03 -0300 |
---|---|---|
committer | Arthur Valadares | 2009-08-28 17:48:03 -0300 |
commit | 3d6edc04a309757ce025e74aaf7168ef759a2ef3 (patch) | |
tree | 2523e70e2810467561a35b6f1e04c75dbdc77e7a /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Standardize FlotsamAssetCache header (diff) | |
download | opensim-SC-3d6edc04a309757ce025e74aaf7168ef759a2ef3.zip opensim-SC-3d6edc04a309757ce025e74aaf7168ef759a2ef3.tar.gz opensim-SC-3d6edc04a309757ce025e74aaf7168ef759a2ef3.tar.bz2 opensim-SC-3d6edc04a309757ce025e74aaf7168ef759a2ef3.tar.xz |
Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 2365bee..b129b39 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -97,6 +97,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
97 | string osDrawEllipse(string drawList, int width, int height); | 97 | string osDrawEllipse(string drawList, int width, int height); |
98 | string osDrawRectangle(string drawList, int width, int height); | 98 | string osDrawRectangle(string drawList, int width, int height); |
99 | string osDrawFilledRectangle(string drawList, int width, int height); | 99 | string osDrawFilledRectangle(string drawList, int width, int height); |
100 | string osDrawPolygon(string drawList, LSL_List x, LSL_List y); | ||
100 | string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y); | 101 | string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y); |
101 | string osSetFontSize(string drawList, int fontSize); | 102 | string osSetFontSize(string drawList, int fontSize); |
102 | string osSetPenSize(string drawList, int penSize); | 103 | string osSetPenSize(string drawList, int penSize); |