Home
last modified time | relevance | path

Searched refs:TARGET_OBJECT (Results 1 – 14 of 14) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Ddm_tools.cxx13 case TARGET_OBJECT: in process()
29 case TARGET_OBJECT: in process()
H A Dobject_tools.h26 TARGET_OBJECT = 0x10, enumerator
H A Dogf_tools.cxx28 case TARGET_OBJECT: in process()
H A Dobject_tools.cxx144 format |= TARGET_OBJECT; in get_target_format()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/equip/
H A DItemIdentificationPath.java122 EquipActionConsts.TARGET_OBJECT, in fillBySlotSource()
149 if (action.has(EquipActionConsts.TARGET_OBJECT) in fillByTarget()
172 EquipActionConsts.TARGET_OBJECT, in fillBySlotTarget()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/actions/equip/
H A DEquipmentActionTest.java249 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPicUp()
293 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPicUpFromTooFar()
335 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPicUpBoundItem()
398 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPicUpBelowAnotherPlayer()
444 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testMoveBetweenSlots()
489 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPickupFromFarAwayFromBank()
534 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPutToBankFarAwayFromBank()
582 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testPickPocketing()
630 equip.put(EquipActionConsts.TARGET_OBJECT, player.getID().getObjectID()); in testCharity()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/common/
H A DEquipActionConsts.java29 String TARGET_OBJECT = "targetobject"; field
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/rp/equipping/builder/
H A DBuildTargetFromOldActionFormat.java26 Entity parent = EquipUtil.getEntityFromId(player, action.getInt(EquipActionConsts.TARGET_OBJECT)); in build()
H A DEquipmentActionBuilder.java89 } else if (action.has(EquipActionConsts.TARGET_OBJECT)) { in createTargetBuilder()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/equip/
H A DDestinationObject.java100 } else if (action.has(EquipActionConsts.TARGET_OBJECT) in DestinationObject()
106 action.getInt(EquipActionConsts.TARGET_OBJECT)); in DestinationObject()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DItemPanel.java314 action.put(EquipActionConsts.TARGET_OBJECT, parent.getID().getObjectID()); in dropEntity()
468 action.put(EquipActionConsts.TARGET_OBJECT, User.get().getID().getObjectID()); in moveItemToBag()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h860 TARGET_OBJECT, enumerator
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c1946 g_object_set_data(G_OBJECT(objanc), TARGETTYPE, (gpointer)(intptr_t)ABS(TARGET_OBJECT));\ in outputStaff()
2524 …itable (&directive->prefix, directive->prefix->str, &iter, gui, NULL, TARGET_OBJECT, 0, 0, 0, 0, 0… in output_score_to_buffer()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c609 case TARGET_OBJECT: in scheme_get_target_info()
647 if (si->target.directivenum || (si->target.type == TARGET_OBJECT)) in scheme_get_target_info()
669 else if (si->target.type == TARGET_OBJECT) in scheme_get_target_info()