AR/isElementWithinColShape: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
m (خطأ في تركيب الجملة) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
هذه الوظيفة لتحديد اذا كان العنصر بداخل المنطقه | هذه الوظيفة لتحديد اذا كان العنصر بداخل المنطقه | ||
== | ==تركيب الجملة البرمجية== | ||
<syntaxhighlight lang="lua">bool isElementWithinColShape ( element theElement, colshape theShape )</syntaxhighlight> | <syntaxhighlight lang="lua">bool isElementWithinColShape ( element theElement, colshape theShape )</syntaxhighlight> | ||
{{OOP||[[element]]:isWithinColShape}} | {{OOP||[[element]]:isWithinColShape}} | ||
=== | ===العناصر المطلوبة=== | ||
*'''theElement: العنصر الذي تريد ان يحدد اذا كان بداخل المنطقه | *'''theElement:''' العنصر الذي تريد ان يحدد اذا كان بداخل المنطقه | ||
*'''theShape: | *'''theShape:''' المنطقه التي تريد ان تتحقق ما إذا كان العنصر بداخلها ام لا | ||
===Returns=== | ===Returns=== | ||
Returns اذا لم يكن بداخل المنطقه false اذا كان الاعب بداخل المنطقه, القيمة true القيمة | Returns اذا لم يكن بداخل المنطقه false اذا كان الاعب بداخل المنطقه, القيمة true القيمة | ||
== | ==مثال== | ||
<section name="Client" class="client" show="true"> | <section name="Client" class="client" show="true"> | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Line 18: | Line 18: | ||
local myShape = isElementWithinColShape(localPlayer, newColShape) | local myShape = isElementWithinColShape(localPlayer, newColShape) | ||
if myShape then | if myShape then | ||
outputChatBox(" | outputChatBox("انت بداخل المنطقه", 0, 255, 0) | ||
else | else | ||
outputChatBox(" | outputChatBox("انت لست بداخل المنطقه", 255, 0, 0) | ||
end | end | ||
end | end | ||
Line 27: | Line 27: | ||
</section> | </section> | ||
== | ==أنظر أيضا== | ||
{{element functions}} | {{element functions}} |
Latest revision as of 11:54, 13 August 2016
هذه الوظيفة لتحديد اذا كان العنصر بداخل المنطقه
تركيب الجملة البرمجية
bool isElementWithinColShape ( element theElement, colshape theShape )
OOP Syntax Help! I don't understand this!
- Method: element:isWithinColShape(...)
العناصر المطلوبة
- theElement: العنصر الذي تريد ان يحدد اذا كان بداخل المنطقه
- theShape: المنطقه التي تريد ان تتحقق ما إذا كان العنصر بداخلها ام لا
Returns
Returns اذا لم يكن بداخل المنطقه false اذا كان الاعب بداخل المنطقه, القيمة true القيمة
مثال
Click to collapse [-]
Clientlocal newColShape = createColRectangle (-2396.65625,-600.09943, 50, 50) function isInColShape() local myShape = isElementWithinColShape(localPlayer, newColShape) if myShape then outputChatBox("انت بداخل المنطقه", 0, 255, 0) else outputChatBox("انت لست بداخل المنطقه", 255, 0, 0) end end addCommandHandler("ColShape", isInColShape)
أنظر أيضا
- attachElements
- createElement
- destroyElement
- detachElements
- getAttachedElements
- getElementAlpha
- getElementAttachedOffsets
- getElementAttachedTo
- getElementByIndex
- getElementByID
- getElementChild
- getElementChildren
- getElementChildrenCount
- getElementCollisionsEnabled
- getElementColShape
- getElementData
- getAllElementData
- hasElementData
- getElementDimension
- getElementHealth
- getElementID
- getElementInterior
- getElementMatrix
- getElementModel
- getElementParent
- getElementPosition
- getElementRotation
- getElementsByType
- getElementsWithinColShape
- getElementsWithinRange
- getElementType
- getElementVelocity
- getLowLODElement
- getRootElement
- isElement
- isElementAttached
- isElementCallPropagationEnabled
- isElementDoubleSided
- isElementFrozen
- isElementInWater
- isElementLowLOD
- isElementWithinColShape
- isElementWithinMarker
- setElementAlpha
- setElementAngularVelocity
- getElementAngularVelocity
- setElementAttachedOffsets
- setElementCallPropagationEnabled
- setElementCollisionsEnabled
- setElementData
- setElementDimension
- setElementDoubleSided
- setElementFrozen
- setElementHealth
- setElementID
- setElementInterior
- setElementModel
- setElementParent
- setElementPosition
- setElementRotation
- setElementVelocity
- setLowLODElement
- getPedContactElement
- getResourceDynamicElementRoot
- getResourceRootElement