Home
last modified time | relevance | path

Searched refs:SetFeatValue (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsmdlg2.c301 /*FCN*/SetFeatValue ( in SetFeatValue() function
383 SetFeatValue ( curFeatureInd ); in OnGroupNew()
436 SetFeatValue ( curFeatureInd ); in OnGroupDelete()
492 SetFeatValue ( curFeatureInd ); in OnGroupList()
522 SetFeatValue ( curFeatureInd ); in OnFeatTop()
547 SetFeatValue ( curFeatureInd ); in OnFeatBottom()
582 SetFeatValue ( curFeatureInd ); in OnFeatMove()
602 SetFeatValue ( curFeatureInd ); in OnFeatHide()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h837 void SetFeatValue(unsigned int feat, int value, bool init = true);
H A DActor.cpp9688 void Actor::SetFeatValue(unsigned int feat, int value, bool init) in SetFeatValue() function in GemRB::Actor
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp6651 actor->SetFeatValue(parameters->int0Parameter, value); in AddFeat()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp10524 actor->SetFeatValue(featindex, value, false);