Home
last modified time | relevance | path

Searched refs:ScriptEvent (Results 1 – 25 of 137) sorted by relevance

123456

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_event_types.hpp42 ScriptEvent(ET_VEHICLE_CRASHED), in ScriptEventVehicleCrashed()
89 ScriptEvent(ET_SUBSIDY_OFFER), in ScriptEventSubsidyOffer()
151 ScriptEvent(ET_SUBSIDY_AWARDED), in ScriptEventSubsidyAwarded()
182 ScriptEvent(ET_SUBSIDY_EXPIRED), in ScriptEventSubsidyExpired()
215 ScriptEvent(ET_ENGINE_PREVIEW), in ScriptEventEnginePreview()
304 ScriptEvent(ET_COMPANY_NEW), in ScriptEventCompanyNew()
416 ScriptEvent(ET_COMPANY_MERGER), in ScriptEventCompanyMerger()
489 ScriptEvent(ET_VEHICLE_LOST), in ScriptEventVehicleLost()
582 ScriptEvent(ET_INDUSTRY_OPEN), in ScriptEventIndustryOpen()
777 ScriptEvent(ET_TOWN_FOUNDED), in ScriptEventTownFounded()
[all …]
H A Dscript_event.hpp21 class ScriptEvent : public ScriptObject { class
65 ScriptEvent(ScriptEvent::ScriptEventType type) : in ScriptEvent() function in ScriptEvent
100 static ScriptEvent *GetNextEvent();
107 static void InsertEvent(ScriptEvent *event);
H A Dscript_event.cpp19 std::queue<ScriptEvent *> stack; ///< The actual queue.
35 ScriptEvent *e = data->stack.front(); in FreeEventPointer()
52 /* static */ ScriptEvent *ScriptEventController::GetNextEvent() in GetNextEvent()
59 ScriptEvent *e = data->stack.front(); in GetNextEvent()
64 /* static */ void ScriptEventController::InsertEvent(ScriptEvent *event) in InsertEvent()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptedIOProperties.cpp604 ScriptEvent::registerCommand(new ShopCategoryCommand); in setupScriptedIOProperties()
618 ScriptEvent::registerCommand(new SetTrapCommand); in setupScriptedIOProperties()
619 ScriptEvent::registerCommand(new SetSecretCommand); in setupScriptedIOProperties()
620 ScriptEvent::registerCommand(new SetMaterialCommand); in setupScriptedIOProperties()
621 ScriptEvent::registerCommand(new SetNameCommand); in setupScriptedIOProperties()
628 ScriptEvent::registerCommand(new SetWeightCommand); in setupScriptedIOProperties()
630 ScriptEvent::registerCommand(new SetIRColorCommand); in setupScriptedIOProperties()
631 ScriptEvent::registerCommand(new SetScaleCommand); in setupScriptedIOProperties()
632 ScriptEvent::registerCommand(new HaloCommand); in setupScriptedIOProperties()
633 ScriptEvent::registerCommand(new TweakCommand); in setupScriptedIOProperties()
[all …]
H A DScriptedInterface.cpp379 ScriptEvent::registerCommand(new BookCommand); in setupScriptedInterface()
380 ScriptEvent::registerCommand(new CloseStealBagCommand); in setupScriptedInterface()
381 ScriptEvent::registerCommand(new NoteCommand); in setupScriptedInterface()
382 ScriptEvent::registerCommand(new ShowGlobalsCommand); in setupScriptedInterface()
383 ScriptEvent::registerCommand(new ShowLocalsCommand); in setupScriptedInterface()
384 ScriptEvent::registerCommand(new ShowVarsCommand); in setupScriptedInterface()
386 ScriptEvent::registerCommand(new PopupCommand); in setupScriptedInterface()
387 ScriptEvent::registerCommand(new EndIntroCommand); in setupScriptedInterface()
388 ScriptEvent::registerCommand(new EndGameCommand); in setupScriptedInterface()
389 ScriptEvent::registerCommand(new MapMarkerCommand); in setupScriptedInterface()
[all …]
H A DScriptedItem.cpp388 ScriptEvent::registerCommand(new RepairCommand); in setupScriptedItem()
389 ScriptEvent::registerCommand(new SetPoisonousCommand); in setupScriptedItem()
390 ScriptEvent::registerCommand(new SetStealCommand); in setupScriptedItem()
391 ScriptEvent::registerCommand(new SetLightCommand); in setupScriptedItem()
392 ScriptEvent::registerCommand(new SetFoodCommand); in setupScriptedItem()
393 ScriptEvent::registerCommand(new SetObjectTypeCommand); in setupScriptedItem()
394 ScriptEvent::registerCommand(new SetEquipCommand); in setupScriptedItem()
396 ScriptEvent::registerCommand(new SetMaxCountCommand); in setupScriptedItem()
397 ScriptEvent::registerCommand(new SetCountCommand); in setupScriptedItem()
398 ScriptEvent::registerCommand(new SetPriceCommand); in setupScriptedItem()
[all …]
H A DScriptedPlayer.cpp660 ScriptEvent::registerCommand(new AddBagCommand); in setupScriptedPlayer()
661 ScriptEvent::registerCommand(new AddXpCommand); in setupScriptedPlayer()
662 ScriptEvent::registerCommand(new AddGoldCommand); in setupScriptedPlayer()
663 ScriptEvent::registerCommand(new RidiculousCommand); in setupScriptedPlayer()
664 ScriptEvent::registerCommand(new RuneCommand); in setupScriptedPlayer()
665 ScriptEvent::registerCommand(new QuestCommand); in setupScriptedPlayer()
667 ScriptEvent::registerCommand(new SetHungerCommand); in setupScriptedPlayer()
669 ScriptEvent::registerCommand(new StealNPCCommand); in setupScriptedPlayer()
670 ScriptEvent::registerCommand(new SpecialFXCommand); in setupScriptedPlayer()
673 ScriptEvent::registerCommand(new PrecastCommand); in setupScriptedPlayer()
[all …]
H A DScriptedCamera.cpp270 ScriptEvent::registerCommand(new CameraControlCommand); in setupScriptedCamera()
271 ScriptEvent::registerCommand(new CameraActivateCommand); in setupScriptedCamera()
272 ScriptEvent::registerCommand(new CameraSmoothingCommand); in setupScriptedCamera()
273 ScriptEvent::registerCommand(new CinemascopeCommand); in setupScriptedCamera()
274 ScriptEvent::registerCommand(new CameraFocalCommand); in setupScriptedCamera()
275 ScriptEvent::registerCommand(new CameraTranslateTargetCommand); in setupScriptedCamera()
276 ScriptEvent::registerCommand(new WorldFadeCommand); in setupScriptedCamera()
277 ScriptEvent::registerCommand(new QuakeCommand); in setupScriptedCamera()
H A DScriptedNPC.cpp557 ScriptEvent::registerCommand(new BehaviourCommand); in setupScriptedNPC()
558 ScriptEvent::registerCommand(new ReviveCommand); in setupScriptedNPC()
559 ScriptEvent::registerCommand(new SpellcastCommand); in setupScriptedNPC()
560 ScriptEvent::registerCommand(new SetDetectCommand); in setupScriptedNPC()
561 ScriptEvent::registerCommand(new SetBloodCommand); in setupScriptedNPC()
562 ScriptEvent::registerCommand(new SetSpeedCommand); in setupScriptedNPC()
564 ScriptEvent::registerCommand(new SetNPCStatCommand); in setupScriptedNPC()
565 ScriptEvent::registerCommand(new SetXPValueCommand); in setupScriptedNPC()
567 ScriptEvent::registerCommand(new SetLifeCommand); in setupScriptedNPC()
568 ScriptEvent::registerCommand(new SetTargetCommand); in setupScriptedNPC()
[all …]
H A DScriptedControl.cpp401 ScriptEvent::registerCommand(new ActivatePhysicsCommand); in setupScriptedControl()
402 ScriptEvent::registerCommand(new AttractorCommand); in setupScriptedControl()
403 ScriptEvent::registerCommand(new AmbianceCommand); in setupScriptedControl()
404 ScriptEvent::registerCommand(new AnchorBlockCommand); in setupScriptedControl()
405 ScriptEvent::registerCommand(new AttachCommand); in setupScriptedControl()
406 ScriptEvent::registerCommand(new CineCommand); in setupScriptedControl()
407 ScriptEvent::registerCommand(new SetGroupCommand); in setupScriptedControl()
408 ScriptEvent::registerCommand(new ZoneParamCommand); in setupScriptedControl()
409 ScriptEvent::registerCommand(new MagicCommand); in setupScriptedControl()
410 ScriptEvent::registerCommand(new DetachCommand); in setupScriptedControl()
H A DScriptEvent.cpp75 long ScriptEvent::totalCount = 0;
165 ScriptEvent::ScriptEvent() { in ScriptEvent() function in ScriptEvent
170 ScriptEvent::~ScriptEvent() { in ~ScriptEvent()
259 ScriptResult ScriptEvent::send(EERIE_SCRIPT * es, ScriptMessage msg, const std::string & params, in send()
494 void ScriptEvent::registerCommand(script::Command * command) { in registerCommand()
507 void ScriptEvent::init() { in init()
541 ScriptEvent::Commands ScriptEvent::commands;
H A DScriptedIOControl.cpp794 ScriptEvent::registerCommand(new ReplaceMeCommand); in setupScriptedIOControl()
795 ScriptEvent::registerCommand(new CollisionCommand); in setupScriptedIOControl()
796 ScriptEvent::registerCommand(new SpawnCommand); in setupScriptedIOControl()
797 ScriptEvent::registerCommand(new KillMeCommand); in setupScriptedIOControl()
798 ScriptEvent::registerCommand(new PhysicalCommand); in setupScriptedIOControl()
801 ScriptEvent::registerCommand(new IfVisibleCommand); in setupScriptedIOControl()
802 ScriptEvent::registerCommand(new ObjectHideCommand); in setupScriptedIOControl()
803 ScriptEvent::registerCommand(new TeleportCommand); in setupScriptedIOControl()
805 ScriptEvent::registerCommand(new DestroyCommand); in setupScriptedIOControl()
806 ScriptEvent::registerCommand(new DoDamageCommand); in setupScriptedIOControl()
[all …]
H A DScriptedVariable.cpp403 ScriptEvent::registerCommand(new SetCommand); in setupScriptedVariable()
404 ScriptEvent::registerCommand(new ArithmeticCommand("inc", ArithmeticCommand::Add)); in setupScriptedVariable()
405 ScriptEvent::registerCommand(new ArithmeticCommand("dec", ArithmeticCommand::Subtract)); in setupScriptedVariable()
406 ScriptEvent::registerCommand(new ArithmeticCommand("mul", ArithmeticCommand::Multiply)); in setupScriptedVariable()
407 ScriptEvent::registerCommand(new ArithmeticCommand("div", ArithmeticCommand::Divide)); in setupScriptedVariable()
408 ScriptEvent::registerCommand(new UnsetCommand); in setupScriptedVariable()
409 ScriptEvent::registerCommand(new IncrementCommand("++", 1.f)); in setupScriptedVariable()
410 ScriptEvent::registerCommand(new IncrementCommand("--", -1.f)); in setupScriptedVariable()
H A DScriptEvent.h41 class ScriptEvent {
47 ScriptEvent();
48 virtual ~ScriptEvent();
H A DScriptedLang.cpp900 ScriptEvent::registerCommand(new NopCommand); // TODO(script-parser) remove in setupScriptedLang()
902 ScriptEvent::registerCommand(new GotoCommand("gosub", true)); in setupScriptedLang()
905 ScriptEvent::registerCommand(new RandomCommand); in setupScriptedLang()
906 ScriptEvent::registerCommand(new ReturnCommand); in setupScriptedLang()
907 ScriptEvent::registerCommand(new SetMainEventCommand("setstatus")); in setupScriptedLang()
908 ScriptEvent::registerCommand(new SetMainEventCommand("setmainevent")); in setupScriptedLang()
909 ScriptEvent::registerCommand(new StartStopTimerCommand("starttimer", true)); in setupScriptedLang()
910 ScriptEvent::registerCommand(new StartStopTimerCommand("stoptimer", false)); in setupScriptedLang()
911 ScriptEvent::registerCommand(new SendEventCommand); in setupScriptedLang()
912 ScriptEvent::registerCommand(new SetEventCommand); in setupScriptedLang()
[all …]
H A DScriptedAnimation.cpp695 ScriptEvent::registerCommand(new RotateCommand); in setupScriptedAnimation()
696 ScriptEvent::registerCommand(new ForceAnimCommand); in setupScriptedAnimation()
697 ScriptEvent::registerCommand(new ForceAngleCommand); in setupScriptedAnimation()
698 ScriptEvent::registerCommand(new PlayAnimCommand); in setupScriptedAnimation()
699 ScriptEvent::registerCommand(new LoadAnimCommand); in setupScriptedAnimation()
700 ScriptEvent::registerCommand(new MoveCommand); in setupScriptedAnimation()
701 ScriptEvent::registerCommand(new SetControlledZoneCommand); in setupScriptedAnimation()
702 ScriptEvent::registerCommand(new SetPathCommand); in setupScriptedAnimation()
703 ScriptEvent::registerCommand(new UsePathCommand); in setupScriptedAnimation()
704 ScriptEvent::registerCommand(new UnsetControlledZoneCommand); in setupScriptedAnimation()
H A DScriptedConversation.cpp460 ScriptEvent::registerCommand(new ConversationCommand); in setupScriptedConversation()
461 ScriptEvent::registerCommand(new PlayCommand); in setupScriptedConversation()
462 ScriptEvent::registerCommand(new PlaySpeechCommand); in setupScriptedConversation()
463 ScriptEvent::registerCommand(new HeroSayCommand); in setupScriptedConversation()
464 ScriptEvent::registerCommand(new SetSpeakPitchCommand); in setupScriptedConversation()
465 ScriptEvent::registerCommand(new SpeakCommand); in setupScriptedConversation()
466 ScriptEvent::registerCommand(new SetStrikeSpeechCommand); in setupScriptedConversation()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DEvent.cpp117 …RTList<ScriptEvent>::Iterator EventGenerator::popNextScheduledScriptEvent(RTAVLTree<ScriptEvent>& … in popNextScheduledScriptEvent()
119 return RTList<ScriptEvent>::Iterator(); // return invalid iterator in popNextScheduledScriptEvent()
120 ScriptEvent& e = queue.lowest(); in popNextScheduledScriptEvent()
122 return RTList<ScriptEvent>::Iterator(); // no event scheduled before 'end' in popNextScheduledScriptEvent()
123 RTList<ScriptEvent>::Iterator itEvent = pool.fromPtr(&e); in popNextScheduledScriptEvent()
198 void ScriptEvent::forkTo(ScriptEvent* e, bool bAutoAbort) const { in forkTo()
229 int ScriptEvent::countChildHandlers() const { in countChildHandlers()
243 void ScriptEvent::addChildHandlerID(script_callback_id_t childID) { in addChildHandlerID()
H A DInstrumentScriptVM.cpp140 pEvents = new Pool<ScriptEvent>(CONFIG_MAX_EVENTS_PER_FRAGMENT); in load()
142 pKeyEvents[i] = new RTList<ScriptEvent>(pEvents); in load()
146 RTList<ScriptEvent>::Iterator it = pEvents->allocAppend(); in load()
154 RTList<ScriptEvent>::Iterator it = pEvents->allocAppend(); in load()
188 RTList<ScriptEvent>::Iterator it = pEvents->allocAppend(); in unload()
272 m_CC_NUM = DECLARE_VMINT(m_event, class ScriptEvent, cause.Param.CC.Controller); in InstrumentScriptVM()
273 m_EVENT_ID = DECLARE_VMINT_READONLY(m_event, class ScriptEvent, id); in InstrumentScriptVM()
280 m_NI_CALLBACK_TYPE = DECLARE_VMINT_READONLY(m_event, class ScriptEvent, handlerType); in InstrumentScriptVM()
281 m_NKSP_IGNORE_WAIT = DECLARE_VMINT(m_event, class ScriptEvent, ignoreAllWaitCalls); in InstrumentScriptVM()
285 VMExecStatus_t InstrumentScriptVM::exec(VMParserContext* parserCtx, ScriptEvent* event) { in exec()
[all …]
H A DEvent.h47 class ScriptEvent; variable
77 …RTList<ScriptEvent>::Iterator popNextScheduledScriptEvent(RTAVLTree<ScriptEvent>& queue, Pool<Scri…
432 class ScriptEvent : public SchedulerNode {
448 void forkTo(ScriptEvent* e, bool bAutoAbort) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/dlgprov/
H A Ddlgevtatt.cxx65 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
73 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
85 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
103 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
141 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl()
378 ScriptEvent aScriptEvent; in firing_impl()
449 void DialogSFScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
520 ScriptEvent aSFScriptEvent( aScriptEvent ); in firing_impl()
525 void DialogUnoScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
637 void DialogScriptListenerImpl::firing( const ScriptEvent& aScriptEvent ) in firing()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/dlgprov/
H A Ddlgevtatt.cxx66 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
74 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
86 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
104 … virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ) override;
139 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl()
378 ScriptEvent aScriptEvent; in firing_impl()
449 void DialogSFScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
519 ScriptEvent aSFScriptEvent( aScriptEvent ); in firing_impl()
525 void DialogUnoScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
637 void DialogScriptListenerImpl::firing( const ScriptEvent& aScriptEvent ) in firing()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/vbaevents/
H A Deventhelper.cxx554 virtual void SAL_CALL firing(const ScriptEvent& evt) override;
555 virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) override;
619 void firing_Impl( const ScriptEvent& evt, Any *pSyncRet );
661 EventListener::firing(const ScriptEvent& evt) in firing()
667 EventListener::approveFiring(const ScriptEvent& evt) in approveFiring()
739 bool ApproveAll(SAL_UNUSED_PARAMETER const ScriptEvent&, SAL_UNUSED_PARAMETER void const * ) in ApproveAll() argument
745 static bool FindControl(const ScriptEvent& evt, void const * pPara) in FindControl()
768 bool ApproveType(const ScriptEvent& evt, void const * pPara) in ApproveType()
774 bool DenyType(const ScriptEvent& evt, void const * pPara) in DenyType()
782 bool DenyMouseDrag(const ScriptEvent& evt, SAL_UNUSED_PARAMETER void const * ) in DenyMouseDrag()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/vbaevents/
H A Deventhelper.cxx536 virtual void SAL_CALL firing(const ScriptEvent& evt) override;
537 virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) override;
601 void firing_Impl( const ScriptEvent& evt, Any *pSyncRet );
641 EventListener::firing(const ScriptEvent& evt) in firing()
647 EventListener::approveFiring(const ScriptEvent& evt) in approveFiring()
719 bool ApproveAll(SAL_UNUSED_PARAMETER const ScriptEvent&, SAL_UNUSED_PARAMETER void const * ) in ApproveAll() argument
725 static bool FindControl(const ScriptEvent& evt, void const * pPara) in FindControl()
748 bool ApproveType(const ScriptEvent& evt, void const * pPara) in ApproveType()
754 bool DenyType(const ScriptEvent& evt, void const * pPara) in DenyType()
762 bool DenyMouseDrag(const ScriptEvent& evt, SAL_UNUSED_PARAMETER void const * ) in DenyMouseDrag()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DScriptAPI.h55 class ScriptEvent {
90 ScriptEvent getEvent(ScriptId id);
91 ScriptEvent getNote(ScriptId id);

123456