Drag[en]gine Script Module DragonScript
1.23
Deprecated List
Member
Dragengine.BaseGameApp.defaultLanguagePackName
Use defaultLanguagePackIdentifier.
Member
Dragengine.BehaviorTreeSystem.BTRuleAction.getAction
()
Removed without replacement.
Member
Dragengine.Commands.BindingManager.findButtonBinding
(int device, int button)
Use
findButtonBinding(InputEventSource,int,int)
Member
Dragengine.ConversationSystem.ConversationControllerValue.getController
()
Use
getControllerName()
.
Member
Dragengine.ConversationSystem.ConversationControllerValue.new
(int controller, float value)
Use
new(String,float)
.
Member
Dragengine.ConversationSystem.ConversationFacePosePlayback.FacePoseController.getController
()
Use
getControllerName()
.
Member
Dragengine.ConversationSystem.ConversationFacePosePlayback.FacePoseController.new
(int controller, float influence)
Use
new(String,float)
Member
Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.getColorHilight
()
Use
getColorHighlight()
.
Member
Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setColorHilight
(
Color
color)
Use
setColorHighlight(Color)
.
Member
Dragengine.Gui.Borders.TitledTwoColorBorder.getFontColor
()
Use
getTextColor()
.
Member
Dragengine.Gui.Borders.TwoColorBorder.getColorHilight
()
Use
getColorHighlight()
.
Member
Dragengine.Gui.Borders.TwoColorBorder.setColorHilight
(
Color
color)
Use
setColorHighlight(Color)
.
Member
Dragengine.Gui.CanvasCreators.BevelCanvasCreator.getColorHilight
()
Use
getColorHighlight()
.
Member
Dragengine.Gui.CanvasCreators.BevelCanvasCreator.setColorHilight
(
Color
color)
Use
setColorHighlight(Color)
.
Class
Dragengine.Gui.ComboBox.EditorFocusLost
Editor focus lost listener.
Class
Dragengine.Gui.ComboBox.PopupWidgetListener
Popup widget listener.
Member
Dragengine.Gui.EditBindingsListRenderer.ActionDeleteBinding.getTranslationManager
()
Use ListBox.getTranslationManager() instead.
Member
Dragengine.Gui.EditBindingsListRenderer.ActionDeleteBinding.setTranslationManager
(TranslationManager translationManager)
Use ListBox.getTranslationManager() instead.
Member
Dragengine.Gui.Events.GamepadEvent.new
(Object source, int id, int device, int code, int modifiers)
Use
new(Object,int,InputEventSource,int,int,int)
Member
Dragengine.Gui.Events.GamepadEvent.new
(Object source, int id, int device, int code, int modifiers, float axisValue)
Use
new(Object,int,InputEventSource,int,int,int,float)
Member
Dragengine.Gui.Events.KeyEvent.new
(Object source, int id, int keyCode, int modifiers, int device, int buttonCode)
Use
new(Object,int,int,int,InputEventSource,int,int)
Member
Dragengine.Gui.Events.KeyEvent.new
(Object source, int id, int keyCode, int modifiers, int keyChar, int device, int buttonCode)
Use
new(Object,int,int,int,int,InputEventSource,int,int)
Member
Dragengine.Gui.Events.MouseEvent.new
(Object source, int id, int button, int modifiers, int device)
Use
new(Object,int,int,int,InputEventSource,int)
Member
Dragengine.Gui.Events.MouseEvent.new
(Object source, int id, int button, int modifiers,
Point
position, int device)
Use
new(Object,int,int,int,Point,InputEventSource,int)
Member
Dragengine.Gui.Layouts.GridLayout.layoutXAxis
(
Container
container, int columnCount, int rowCount)
Use
layoutXAxis(Container,int,int,bool)
.
Member
Dragengine.Gui.Layouts.GridLayout.layoutYAxis
(
Container
container, int columnCount, int rowCount)
use
layoutYAxis(Container,int,int,bool)
.
Member
Dragengine.Gui.MenuPopup.addItemCommand
(
MenuPopup
menu, TranslationManager translationManager, String labelId, String label,
Image
icon, bool enabled, ActionListener action)
Use addItemCommand(MenuPopup,labelId,label,icon,enabled,action).
Member
Dragengine.Gui.MenuPopup.addItemCommand
(
MenuPopup
menu, String labelId, String label,
Image
icon, bool enabled, ActionListener action)
Use addItemCommand(MenuPopup,String,Image,bool,ActionListener).
Member
Dragengine.Gui.ParentWheelActionListener.new
()
Use
new(Container)
otherwise event loops can happen if event source is a child widget of the widget this listener is added to.
Member
Dragengine.Gui.TextArea.checkBoundaries
()
Not required anymore. Implementat is empty now.
Member
Dragengine.Gui.TextArea.createContextMenu
(
Point
position, TranslationManager translationManager)
Use
createContextMenu(Point)
.
Member
Dragengine.Gui.TextField.checkCursor
()
Using UTF8Navigator this call is not required anymore and is empty now.
Member
Dragengine.Gui.TextField.createContextMenu
(
Point
position, TranslationManager translationManager)
Use
createContextMenu(Point)
.
Class
Dragengine.Gui.ToggleButtonGroup
Use
OptionGroupModel
instead.
Class
Dragengine.Gui.ToolTipManager.ListenMousePointer
Since 1.14 .
Member
Dragengine.Gui.WindowCaptureBinding.CaptureAxisListener.new
(
WindowDialog
dialog, int deviceIndex, int axisIndex,
ToggleModel
inverseAxis)
Use
new(WindowDialog,InputEventSource,int,int,ToggleModel)
Member
Dragengine.Gui.WindowCaptureBinding.CaptureResult.new
(
EditBindingsListModelEntry.InputSource
inputSource, int deviceIndex, int sourceIndex, bool inverseAxis)
Use new(
EditBindingsListModelEntry.InputSource
,InputEventSource,int,int,bool)
Member
Dragengine.Scenery.Component.getBonePosition
(String bone)
Use boneGetPosition(indexOfBoneNamed(bone))
Member
Dragengine.Scenery.Component.getBoneRotation
(String bone)
Use boneSetRotation(indexOfBoneNamed(bone), position)
Member
Dragengine.Scenery.Component.setBonePosition
(String bone,
Vector
position)
Use boneSetPosition(indexOfBoneNamed(bone), position)
Member
Dragengine.Scenery.Component.setBoneRotation
(String bone,
Quaternion
rotation)
Use boneSetRotation(indexOfBoneNamed(bone), rotation)
Member
Dragengine.Scenery.ECBehaviorGrabber.Instance.addTouchingGrabSpot
(
ECBehaviorGrabSpot.Instance
grabSpot)
Use addTouchingGrabSpot(
Collider
,
ECBehaviorGrabSpot.Instance
).
Member
Dragengine.Scenery.ECBehaviorHearSounds.Instance.addAudibleElement
(
Element
element)
Use
addAudibleElement(Speaker,Element)
.
Member
Dragengine.Scenery.ECBehaviorTouchSensor.Instance.addTouchingElement
(
Element
element)
Use
addTouchingElement(Collider,Element)
.
Member
Dragengine.Scenery.ECComposeAnimator.createAnimatorInstance
(
Element
element, StubElement stub)
Use
createAnimatorInstance(Element,StubElement,Component)
Member
Dragengine.Scenery.GameWorld.addOneShotSpeaker
(
Speaker
speaker)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.getLayerMaskOneShotSpeaker
()
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSoundOnce
(
Sound
sound,
Element
element, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSoundOnce
(
Sound
sound,
DVector
position,
Quaternion
orientation, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSoundOnce
(
Sound
sound,
DVector
position, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSynthesizerOnce
(
SynthesizerInstance
synthesizer,
DVector
position, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSynthesizerOnce
(
SynthesizerInstance
synthesizer,
DVector
position,
Quaternion
orientation, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.playSynthesizerOnce
(
SynthesizerInstance
synthesizer,
Element
element, float volume, float range)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.removeAllOneShotSpeakers
()
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.removeFinishedOneShotSpeakers
()
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.GameWorld.setLayerMaskOneShotSpeaker
(
LayerMask
layerMask)
Use getBehaviorOneShotSpeaker().
Member
Dragengine.Scenery.SkinBuilder.addPropertyMapped
(int texture, String type, String texCoordSet, String renderable,
CurveBezier
redCurve, SkinPropertyMappedInputType redInputType,
Vector2
redInputRange, bool redInputClamped, String redBone,
CurveBezier
greenCurve, SkinPropertyMappedInputType greenInputType,
Vector2
greenInputRange, bool greenInputClamped, String greenBone,
CurveBezier
blueCurve, SkinPropertyMappedInputType blueInputType,
Vector2
blueInputRange, bool blueInputClamped, String blueBone,
CurveBezier
alphaCurve, SkinPropertyMappedInputType alphaInputType,
Vector2
alphaInputRange, bool alphaInputClamped, String alphaBone)
Use
addPropertyMapped(int,String,String,String,int,int,int,int)
instead.
Member
Dragengine.Utils.TranslationManager.getNamed
(
UnicodeString
name)
Use getWithId.
Member
Dragengine.Utils.TranslationManager.getNames
()
Use getIdentifiers()
Member
Dragengine.Utils.TranslationManager.setActiveNamed
(
UnicodeString
name)
Use setActiveWithId.
Member
Dragengine.Utils.TranslationManager.setActiveNamedIfPresent
(
UnicodeString
name)
Use setActiveWithIdIfPresent.
Generated by
1.9.1