You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods to convert one entity type to an other. Conversion can fail and return null if the entity ID does not match the criteria to convert to the specified type.
GFEntity.to_entity()
GFEntity.to_registerable_entity()
GFEntity.to_component()
GFEntity.to_module()
GFEntity.to_pair()
GFEntity.to_tag()
GFEntity.to_event()
GFEntity.to_system()
GFEntity.to_observer()
GFEntity.to_query()
The text was updated successfully, but these errors were encountered:
Add methods to convert one entity type to an other. Conversion can fail and return
null
if the entity ID does not match the criteria to convert to the specified type.GFEntity.to_entity()
GFEntity.to_registerable_entity()
GFEntity.to_component()
GFEntity.to_module()
GFEntity.to_pair()
GFEntity.to_tag()
GFEntity.to_event()
GFEntity.to_system()
GFEntity.to_observer()
GFEntity.to_query()
The text was updated successfully, but these errors were encountered: