MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / update

Method update

ogsr_engine/xrGame/Level.cpp:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784};
785
786void GlobalFeelTouch::update()
787{
788 // we ignore P and R arguments, we need just delete evaled denied objects...
789 xr_vector<Feel::Touch::DenyTouch>::iterator new_end =
790 std::remove_if(feel_touch_disable.begin(), feel_touch_disable.end(), std::bind(delete_predicate_by_time(), std::placeholders::_1, Device.dwTimeGlobal));
791 feel_touch_disable.erase(new_end, feel_touch_disable.end());
792}
793
794bool GlobalFeelTouch::is_object_denied(CObject const* O)
795{

Callers 15

calc_accelerationMethod · 0.45
UpdateCLMethod · 0.45
operator()Method · 0.45
UpdateMethod · 0.45
OnFrameMethod · 0.45
register_objectMethod · 0.45
UpdateMethod · 0.45
StepMethod · 0.45
shedule_UpdateMethod · 0.45
update_sound_playerMethod · 0.45
shedule_UpdateMethod · 0.45
iterateMethod · 0.45

Calls 4

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected