mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
* Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers |
||
---|---|---|
.. | ||
openxr_action_map.cpp | ||
openxr_action_map.h | ||
openxr_action_set.cpp | ||
openxr_action_set.h | ||
openxr_action.cpp | ||
openxr_action.h | ||
openxr_interaction_profile_metadata.cpp | ||
openxr_interaction_profile_metadata.h | ||
openxr_interaction_profile.cpp | ||
openxr_interaction_profile.h | ||
SCsub |