event_inherited

  1. F

    How to override parent create event

    So very simple issue thats more of a coding pet peve than anything. Basically the parent of an object has creation code that is semi long and nothing needs to be changed except for a few variables. So when the child has a create event with "event inherited" even when the code after sets the...
  2. Fixer90

    Inherited Order of Operations?

    Say I have an object called "obj_example_parent", and in it's Create Event I have this code: variable_a = 20; variable_b = 30; variable_c = 40; And in another object called "obj_example_child" (who's parent object is assigned as "obj_exapmle_parent"), I have this code in the Create Event...
Top