Page MenuHomeFeedback Tracker

add source to _this variable of addPublicVariableEventHandler
Acknowledged, WishlistPublic

Description

return the clientid (as returned by the owner command) of the client/server which updated the public variable as third parameter to the _this variable available inside the context of a PublicVariableEventHandler.

e.g.
"somevariable" addPublicVariableEventHandler {

switch (_this select 2) do {
    case (clientIDx): {
        //variable updated by client x
    };
    case (clientIDy): {
        //variable updated by client y
    };
};

};

Details

Legacy ID
2861153724
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request

Event Timeline

Master85 edited Steps To Reproduce. (Show Details)Oct 9 2014, 12:32 AM
Master85 edited Additional Information. (Show Details)
Master85 set Category to Feature Request.
Master85 set Reproducibility to Always.
Master85 set Severity to None.
Master85 set Resolution to Open.
Master85 set Legacy ID to 2861153724.May 7 2016, 7:34 PM
Master85 edited a custom field.
vbawol added a subscriber: vbawol.May 7 2016, 7:34 PM

This would be a great addition please add!

Yes it would help a-lot. Atm you need a very performance wasting workaround.. :/

T2OJAN added a subscriber: T2OJAN.May 7 2016, 7:34 PM

This would be very helpful!

rootx32 added a subscriber: rootx32.May 7 2016, 7:34 PM
MrHiipO added a subscriber: MrHiipO.May 7 2016, 7:34 PM

Please add, it would be great !!

nedfox added a subscriber: nedfox.May 7 2016, 7:34 PM

Please add, very needed !

Suppe added a subscriber: Suppe.May 7 2016, 7:34 PM
waynewr added a subscriber: waynewr.May 7 2016, 7:34 PM

Looks like we need this! Please Add.

Please add this as it will help out performance!

AgosBR added a subscriber: AgosBR.May 7 2016, 7:34 PM

This would be very helpful to the performance!

any news on this?

This ticket has been acknowledge just 1.5 months ago, but ... hmm ... how to say that without making the impression of being very unpatient ... any ETA ... probably? :)

#Bump

A lot of time is gone since reporting this important security issue, nothing done, please add this in further versions!

This is essential and should have been in there since the first implementation of publicVariable and publicVariableEventHandler.